initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
+13
View File
@@ -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"