Skip to content

Commit

Permalink
Add heating entities to the JK02_24S example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jan 27, 2024
1 parent f828d7b commit f4d54b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions esp32-ble-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ binary_sensor:
name: "${name} charging"
discharging:
name: "${name} discharging"
heating:
name: "${name} heating"
online_status:
name: "${name} online status"

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f4d54b0

Please sign in to comment.