2016-08-25 12:47:07 +00:00
|
|
|
# Describes the format for available fan services
|
|
|
|
|
|
|
|
set_speed:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Sets fan speed.
|
2016-08-25 12:47:07 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name(s) of the entities to set
|
|
|
|
example: 'fan.living_room'
|
|
|
|
speed:
|
|
|
|
description: Speed setting
|
|
|
|
example: 'low'
|
|
|
|
|
|
|
|
turn_on:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Turns fan on.
|
2016-08-25 12:47:07 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Names(s) of the entities to turn on
|
|
|
|
example: 'fan.living_room'
|
|
|
|
speed:
|
|
|
|
description: Speed setting
|
|
|
|
example: 'high'
|
|
|
|
|
|
|
|
turn_off:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Turns fan off.
|
2016-08-25 12:47:07 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Names(s) of the entities to turn off
|
|
|
|
example: 'fan.living_room'
|
|
|
|
|
|
|
|
oscillate:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Oscillates the fan.
|
2016-08-25 12:47:07 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name(s) of the entities to oscillate
|
|
|
|
example: 'fan.desk_fan'
|
2016-08-27 20:53:12 +00:00
|
|
|
oscillating:
|
2016-08-25 12:47:07 +00:00
|
|
|
description: Flag to turn on/off oscillation
|
2016-08-27 20:53:12 +00:00
|
|
|
example: True
|
|
|
|
|
|
|
|
toggle:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Toggle the fan on/off.
|
2016-08-27 20:53:12 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name(s) of the entities to toggle
|
2019-10-07 17:41:26 +00:00
|
|
|
example: 'fan.living_room'
|
2017-01-21 06:21:28 +00:00
|
|
|
|
|
|
|
set_direction:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Set the fan rotation.
|
2017-01-21 06:21:28 +00:00
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name(s) of the entities to toggle
|
2017-06-14 11:56:03 +00:00
|
|
|
example: 'fan.living_room'
|
2017-01-21 06:21:28 +00:00
|
|
|
direction:
|
2018-05-13 12:41:42 +00:00
|
|
|
description: The direction to rotate. Either 'forward' or 'reverse'
|
|
|
|
example: 'forward'
|