Files
fresh-home/scripts/inovelli_led_off.yaml
T
2024-04-14 14:08:56 -04:00

13 lines
367 B
YAML

fields:
entity_id:
description: The entity to change
example: zwave.master_bedroom_dimmer
led:
description: 'Which LED to adjust (Light(Default), Fan)'
example: "Light" # Set to "false" to adjust the fan LED
sequence:
- service: script.inovelli_led
data_template:
entity_id: "{{ entity_id }}"
led: "{{ led }}"
effect: "Off"