Files
fresh-home/scripts/inovelli_led_off.yaml
2025-10-10 20:24:52 -04:00

14 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:
- action: script.inovelli_led
data_template:
entity_id: "{{ entity_id }}"
led: "{{ led }}"
effect: "Off"