Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions homeassistant/components/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,9 @@ homeassistant:
reload_core_config:
description: Reload the core configuration.
restart:
description: Restart the Home Assistant service. It is normal to get a "Failed to call service homeassistant/restart" message.
description: Restart the Home Assistant service.
stop:
description: Stop the Home Assistant service. It is normal to get a "Failed to call service homeassistant/stop" message.
description: Stop the Home Assistant service.
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:
Expand Down