mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
10 lines
290 B
YAML
10 lines
290 B
YAML
# services.yaml
|
|
turn_on_light:
|
|
description: Turn on a light and set its color.
|
|
fields:
|
|
entity_id:
|
|
description: The light that will be turned on.
|
|
example: light.bedroom
|
|
rgb_color:
|
|
description: The color to which the light will be set.
|
|
example: [255, 0, 0] |