2017-10-30 20:39:12 +00:00
|
|
|
# Describes the format for available component services
|
2017-10-20 14:18:32 +00:00
|
|
|
|
2017-10-13 04:59:07 +00:00
|
|
|
homeassistant:
|
|
|
|
check_config:
|
|
|
|
description: Check the Home Assistant configuration files for errors. Errors will be displayed in the Home Assistant log.
|
|
|
|
reload_core_config:
|
|
|
|
description: Reload the core configuration.
|
|
|
|
restart:
|
2018-08-14 10:29:55 +00:00
|
|
|
description: Restart the Home Assistant service.
|
2017-10-13 04:59:07 +00:00
|
|
|
stop:
|
2018-08-14 10:29:55 +00:00
|
|
|
description: Stop the Home Assistant service.
|
2017-10-13 04:59:07 +00:00
|
|
|
toggle:
|
|
|
|
description: Generic service to toggle devices on/off under any domain. Same usage as the light.turn_on, switch.turn_on, etc. services.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: The entity_id of the device to toggle on/off.
|
2017-10-13 04:59:07 +00:00
|
|
|
example: light.living_room
|
|
|
|
turn_on:
|
|
|
|
description: Generic service to turn devices on under any domain. Same usage as the light.turn_on, switch.turn_on, etc. services.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: The entity_id of the device to turn on.
|
2017-10-13 04:59:07 +00:00
|
|
|
example: light.living_room
|
|
|
|
turn_off:
|
|
|
|
description: Generic service to turn devices off under any domain. Same usage as the light.turn_on, switch.turn_on, etc. services.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
2017-10-30 20:39:12 +00:00
|
|
|
description: The entity_id of the device to turn off.
|
2017-10-20 14:18:32 +00:00
|
|
|
example: light.living_room
|
2018-10-27 19:34:33 +00:00
|
|
|
update_entity:
|
|
|
|
description: Force one or more entities to update its data
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: One or multiple entity_ids to update. Can be a list.
|
|
|
|
example: light.living_room
|