From 234eb86d719c5f8a28d34a39ef2716ed4474a3e3 Mon Sep 17 00:00:00 2001 From: TC Date: Sat, 9 Dec 2023 13:12:57 +0100 Subject: [PATCH] modified: src/INSTALL.md --- src/INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/INSTALL.md b/src/INSTALL.md index a6dd3de..6668bad 100644 --- a/src/INSTALL.md +++ b/src/INSTALL.md @@ -68,6 +68,12 @@ sensor: unique_id: 123456789_apt1 unit_of_measurement: "kWh" value_template: "{{ value_json.countner.meter_value | round(2) }}" + - platform: rest + resource: http://localhost:8000/123456789/A-/1 + name: "A- Taryfa 1" + unique_id: 123456789_aot1 + unit_of_measurement: "kWh" + value_template: "{{ value_json.countner.meter_value | round(2) }}" - platform: rest resource: http://localhost:8000/123456789/A%2B/2 name: "A+ Taryfa 2"