hass-core/homeassistant/components/frontend/services.yaml
Fabian Affolter cc293db5ab
Update services.yaml files (#10229)
* Add period to the description

* Update abbreviation
2017-10-30 21:39:12 +01:00

11 lines
312 B
YAML

# Describes the format for available frontend services
set_theme:
description: Set a theme unless the client selected per-device theme.
fields:
name:
description: Name of a predefined theme or 'default'.
example: 'light'
reload_themes:
description: Reload themes from yaml configuration.