From f4d54b01378cdc8e5cc1ec5a9fc12f53b7473c46 Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Sat, 27 Jan 2024 15:13:57 +0100 Subject: [PATCH] Add heating entities to the JK02_24S example configuration --- esp32-ble-example.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/esp32-ble-example.yaml b/esp32-ble-example.yaml index 69664424..2a83070f 100644 --- a/esp32-ble-example.yaml +++ b/esp32-ble-example.yaml @@ -78,6 +78,8 @@ binary_sensor: name: "${name} charging" discharging: name: "${name} discharging" + heating: + name: "${name} heating" online_status: name: "${name} online status" @@ -235,6 +237,8 @@ sensor: name: "${name} total voltage" current: name: "${name} current" + heating_current: + name: "${name} heating current" power: name: "${name} power" charging_power: