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,13 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user