mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Update example to show variable used in set_fan_speed template. (#11624)
Update to the example to let users know what set_fan_speed passes as a variable to the template.
This commit is contained in:
parent
0fcd54373d
commit
1ef6a09dbe
@ -149,6 +149,8 @@ vacuum:
|
|||||||
service: script.vacuum_locate_vacuum
|
service: script.vacuum_locate_vacuum
|
||||||
set_fan_speed:
|
set_fan_speed:
|
||||||
service: script.vacuum_set_fan_speed
|
service: script.vacuum_set_fan_speed
|
||||||
|
data_template:
|
||||||
|
speed: "{{ fan_speed }}"
|
||||||
fan_speeds:
|
fan_speeds:
|
||||||
- Low
|
- Low
|
||||||
- Medium
|
- Medium
|
||||||
|
Loading…
x
Reference in New Issue
Block a user