Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
Fixed typos in Calibration Commands
  • Loading branch information
TheRealFalseReality committed Apr 9, 2024
1 parent 8679e65 commit e280594
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions common/device_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ wifi:
ap:

web_server:
version: 3

captive_portal:

Expand Down
2 changes: 1 addition & 1 deletion common/ezo_ec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ button:
if (id(select_command_ec).state == "Check Calibration") {
id(ec_ezo).get_calibration();
}
if (id(select_command_ec).state == "Calibrate Dry @ 0 (WILL RESET CALIBRATION)") {
if (id(select_command_ec).state == "Calibrate @ 0 (WILL RESET CALIBRATION)") {
id(ec_ezo).set_calibration_generic(0.00);
}
if (id(select_command_ec).state == "Calibrate @ LOW = 12880 (WILL RESET CALIBRATION)") {
Expand Down
4 changes: 2 additions & 2 deletions common/ezo_ph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ button:
if (id(select_command_ph).state == "Check Calibration") {
id(ph_ezo).get_calibration();
}
if (id(select_command_ph).state == "Calibrate @ MID = 7 (WILL RESET CALIBRATION)") {
if (id(select_command_ph).state == "Calibrate @ MID = 7 (WILL RESET CALIBRATION)") {
id(ph_ezo).set_calibration_point_mid(7.00);
}
if (id(select_command_ph).state == "Calibrate @ LOW = 4 (WILL RESET CALIBRATION)") {
if (id(select_command_ph).state == "Calibrate @ LOW = 4 (WILL RESET CALIBRATION)") {
id(ph_ezo).set_calibration_point_low(4.00);
}
if (id(select_command_ph).state == "Calibrate @ HIGH = 10 (WILL RESET CALIBRATION)") {
Expand Down

0 comments on commit e280594

Please sign in to comment.