Skip to content

Commit

Permalink
Update examples/configuration.yaml Fix hristo-atanasov#146
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon authored and PostLogical committed Jul 7, 2024
1 parent 916adef commit df1316d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ climate:
# State is updated when the tasmota device completes IR transmissionm, should be pretty reliable.
#state_topic: "stat/your_tasmota_device/RESULT"
# Optional second state topic, This option allows you to subscribe to both "tele" and "stat" messages.
#state_topic_2: "stat/your_tasmota_device/RESULT"
state_topic_2: "stat/your_tasmota_device/RESULT"
# Uncomment if your 'available topic' of Tasmota IR device are different (if device in HA is disabled)
#availability_topic: "tele/your_tasmota_device/LWT"
temperature_sensor: sensor.kitchen_temperature
Expand Down Expand Up @@ -78,7 +78,7 @@ climate:
default_swingv: "high" #optional - default "" string value
default_swingh: "left" #optional - default "" string value
keep_mode_when_off: True #optional - default False boolean value : Must be True for MITSUBISHI_AC, ECOCLIM, etc.
toggle_list: #optional - default []
# toggle_list: #optional - default []
# The toggled property is a setting that does not retain the On state.
# Set this if your AC properties are toggle function.
#- Beep
Expand Down

0 comments on commit df1316d

Please sign in to comment.