Skip to content

Commit

Permalink
Update ezo_ph.yaml
Browse files Browse the repository at this point in the history
ph calibrate at 10.01
  • Loading branch information
TheRealFalseReality committed Dec 1, 2024
1 parent 47302d1 commit b0d68d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/ezo_ph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ button:
if (id(select_command_ph).state == "Calibrate @ HIGH = 10 (WILL RESET CALIBRATION)") {
id(ph_ezo).set_calibration_point_high(10.00);
}
if (id(select_command_ph).state == "Calibrate @ HIGH = 10.01 (WILL RESET CALIBRATION)") {
id(ph_ezo).set_calibration_point_high(10.01);
}
if (id(select_command_ph).state == "Calibrate CLEAR (WILL RESET CALIBRATION)") {
id(ph_ezo).clear_calibration();
}
Expand All @@ -180,6 +183,7 @@ select:
- "Calibrate @ MID = 7 (WILL RESET CALIBRATION)"
- "Calibrate @ LOW = 4 (WILL RESET CALIBRATION)"
- "Calibrate @ HIGH = 10 (WILL RESET CALIBRATION)"
- "Calibrate @ HIGH = 10.01 (WILL RESET CALIBRATION)"
- "Calibrate CLEAR (WILL RESET CALIBRATION)"
initial_option: "Check Calibration"
set_action:
Expand Down

0 comments on commit b0d68d4

Please sign in to comment.