mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
13 lines
367 B
YAML
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" |