mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# 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]
|
||||
Reference in New Issue
Block a user