mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Removed automation: line (#6116)
One of the examples has two `automation:` lines, which clearly doesn't work. Removed after somebody had issues with it
This commit is contained in:
parent
0fcb4a2dfa
commit
2b822cb9f6
@ -179,9 +179,8 @@ automation:
|
||||
entity_id: input_number.target_temp
|
||||
value: "{{ trigger.payload }}"
|
||||
|
||||
# This automation script runs when the target temperature slider is moved.
|
||||
# This second automation script runs when the target temperature slider is moved.
|
||||
# It publishes its value to the same MQTT topic it is also subscribed to.
|
||||
automation:
|
||||
- alias: Temp slider moved
|
||||
trigger:
|
||||
platform: state
|
||||
|
Loading…
x
Reference in New Issue
Block a user