mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
Allow changing WW mode from HomeAssistant
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
|
||||
- platform: mqtt
|
||||
name: boiler
|
||||
modes:
|
||||
- "on"
|
||||
- "off"
|
||||
min_temp: 40
|
||||
max_temp: 60
|
||||
temp_step: 1
|
||||
@@ -28,3 +31,6 @@
|
||||
temperature_command_topic: "home/ems-esp/boiler_cmd_wwtemp"
|
||||
current_temperature_template: "{{ value_json.wWCurTmp }}"
|
||||
temperature_state_template: "{{ value_json.wWSelTemp }}"
|
||||
mode_state_template: "{{ value_json.wWActivated }}"
|
||||
mode_state_topic: "home/ems-esp/boiler_data"
|
||||
mode_command_topic: "home/ems-esp/wwactivated"
|
||||
|
||||
Reference in New Issue
Block a user