tidy up HA config

This commit is contained in:
Paul
2019-07-19 00:05:04 +02:00
parent 3b986c2e28
commit e2da47afc7
2 changed files with 6 additions and 3 deletions

View File

@@ -21,8 +21,8 @@
- platform: mqtt
name: boiler
modes:
- "auto"
- "off"
- "auto"
- "off"
min_temp: 40
max_temp: 60
temp_step: 1
@@ -34,3 +34,4 @@
mode_state_template: "{% if value_json.wWActivated == 'off' %} off {% else %} auto {% endif %}"
mode_state_topic: "home/ems-esp/boiler_data"
mode_command_topic: "home/ems-esp/wwactivated"