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
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "fan.living_room"
|
2016-08-25 12:47:07 +00:00
|
|
|
speed:
|
|
|
|
description: Speed setting
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "low"
|
2016-08-25 12:47:07 +00:00
|
|
|
|
|
|
|
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
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "fan.living_room"
|
2016-08-25 12:47:07 +00:00
|
|
|
speed:
|
|
|
|
description: Speed setting
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "high"
|
2016-08-25 12:47:07 +00:00
|
|
|
|
|
|
|
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
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "fan.living_room"
|
2016-08-25 12:47:07 +00:00
|
|
|
|
|
|
|
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
|
2020-04-05 08:33:45 +00:00
|
|
|
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
|
2020-04-05 08:33:45 +00:00
|
|
|
example: true
|
2016-08-27 20:53:12 +00:00
|
|
|
|
|
|
|
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
|
2020-04-05 08:33:45 +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:
|
2020-02-25 18:18:44 +00:00
|
|
|
description: Name(s) of the entities to set
|
2020-04-05 08:33:45 +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'
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "forward"
|