Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fashberg committed May 9, 2020
2 parents 55382ee + 38a3b74 commit a5414a2
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,18 @@ For manual Configuration here is an example for your configuration.yaml file:
climate:
- platform: mqtt
name: Room_Thermostat
~: "home/room"
action_topic: "~/stat/things/thermostat/properties"
action_topic: "home/room/stat/things/thermostat/properties"
action_template: "{{value_json.action}}"
temperature_command_topic: "~/cmnd/things/thermostat/properties/targetTemperature"
temperature_state_topic: "~/stat/things/thermostat/properties"
temperature_command_topic: "home/room/cmnd/things/thermostat/properties/targetTemperature"
temperature_state_topic: "home/room/stat/things/thermostat/properties"
temperature_state_template: "{{value_json.targetTemperature}}"
current_temperature_topic: "~/stat/things/thermostat/properties"
current_temperature_topic: "home/room/stat/things/thermostat/properties"
current_temperature_template: "value_json.temperature}}"
away_mode_command_topic: "~/cmnd/things/thermostat/properties/ecoMode"
away_mode_state_topic: "~/stat/things/thermostat/properties"
away_mode_command_topic: "home/room/cmnd/things/thermostat/properties/ecoMode"
away_mode_state_topic: "home/room/stat/things/thermostat/properties"
away_mode_state_template: "{{value_json.ecoMode}}"
mode_command_topic: "~/cmnd/things/thermostat/properties/mode"
mode_state_topic: "~/stat/things/thermostat/properties"
mode_command_topic: "home/room/cmnd/things/thermostat/properties/mode"
mode_state_topic: "home/room/stat/things/thermostat/properties"
mode_state_template: "{{value_json.mode}}"
payload_on: "true"
payload_off: "false"
Expand Down

0 comments on commit a5414a2

Please sign in to comment.