From e280594e087aec2094057452dc2a711119ac4bee Mon Sep 17 00:00:00 2001 From: TheRealFalseReality Date: Mon, 8 Apr 2024 21:21:38 -0400 Subject: [PATCH] fix typos Fixed typos in Calibration Commands --- common/device_base.yaml | 1 + common/ezo_ec.yaml | 2 +- common/ezo_ph.yaml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/common/device_base.yaml b/common/device_base.yaml index 412899a..8b4f40d 100644 --- a/common/device_base.yaml +++ b/common/device_base.yaml @@ -39,6 +39,7 @@ wifi: ap: web_server: + version: 3 captive_portal: diff --git a/common/ezo_ec.yaml b/common/ezo_ec.yaml index d479732..c4abf2d 100644 --- a/common/ezo_ec.yaml +++ b/common/ezo_ec.yaml @@ -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)") { diff --git a/common/ezo_ph.yaml b/common/ezo_ph.yaml index cae5d17..f34fb15 100644 --- a/common/ezo_ph.yaml +++ b/common/ezo_ph.yaml @@ -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)") {