From 771f6e381320ebd59550a66f7e06d84f44048f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 8 May 2026 10:27:16 +0100 Subject: [PATCH] Update directions for calibration to point to "Actions" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Home Assistant 2024.8 renamed "Services" to "Actions": https://www.home-assistant.io/blog/2024/08/07/release-20248/#goodbye-service-calls-hello-actions- Signed-off-by: Daniel P. Berrangé --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f504a46..9eaecd8 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,4 @@ If you're plug is currently running Tasmota, you can try flashing the `Services`. Use the services `calibrate_current`, `calibrate_power`, and `calibrate_voltage` to report the real readings as given from the "known-good" device. (Don't forget to turn on the kettle/toaster and leave it to stabilize it's power usage for a moment before starting to copy the readings). +Plug your new smart plug into the known-good smart plug, then plug a kettle, toaster, or other high-power appliance into it. From home assistant, go to `Developer Tools` > `Actions`. Use the actions `calibrate_current`, `calibrate_power`, and `calibrate_voltage` to report the real readings as given from the "known-good" device. (Don't forget to turn on the kettle/toaster and leave it to stabilize it's power usage for a moment before starting to copy the readings).