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:
Petro31 2020-01-03 17:55:47 -05:00 committed by Franck Nijhof
parent 0fcd54373d
commit 1ef6a09dbe

View File

@ -149,6 +149,8 @@ vacuum:
service: script.vacuum_locate_vacuum
set_fan_speed:
service: script.vacuum_set_fan_speed
data_template:
speed: "{{ fan_speed }}"
fan_speeds:
- Low
- Medium