Allow changing WW mode from HomeAssistant

This commit is contained in:
Xeyame
2019-04-05 22:39:19 +02:00
parent dfa1d5e7a7
commit 85b1927146
2 changed files with 8 additions and 2 deletions

View File

@@ -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"