adaptive-lighting/custom_components/adaptive_lighting/services.yaml
Bas Nijholt 1c88ecc572 renames
2020-09-29 23:39:46 +02:00

24 lines
797 B
YAML
Executable file

apply:
description: Applies the current Adaptive Lighting settings to lights.
fields:
entity_id:
description: entity_id of the Adaptive Lighting switch.
example: switch.adaptive_lighting_default
lights:
description: entity_id(s) of lights.
example: light.bedroom_ceiling
transition:
description: Transition of the lights.
example: 10
adapt_brightness:
description: "Adapt the 'brightness', default: true"
example: true
adapt_color_temp:
description: "Adapt the 'color_temp', default: true"
example: true
adapt_rgb_color:
description: "Adapt the 'rgb_color', default: true"
example: true
turn_on_lights:
description: "Turn on the lights that are off, default: false"
example: false