blue_room to boys_room

This commit is contained in:
CeeWeasel
2025-10-10 20:24:52 -04:00
parent 10e297961b
commit 5b688e7c78
382 changed files with 8674 additions and 8739 deletions
+6 -6
View File
@@ -2,7 +2,7 @@
# https://nathanfiscus.github.io/inovelli-notification-calc/
# https://community.inovelli.com/t/home-assistant-2nd-gen-switch-rgb-working/168/62
# https://docs.google.com/spreadsheets/u/1/d/1SGJrJHCUtz8AzznWL_mLCTJjjr2U0IpltcUkRr7N_6M/edit?usp=sharing
description: 'Set color on Inovelli LED dimmer'
description: "Set color on Inovelli LED dimmer"
mode: queued
fields:
@@ -13,10 +13,10 @@ fields:
description: The color to set the LED (Red, Orange, Green, Blue, Pink, Yellow(Default), Cyan, Purple)
example: Purple
duration:
description: 'How long the effect should last (1 Second, 15 Minutes, 2 Hours, Indefinitely(Default))'
description: "How long the effect should last (1 Second, 15 Minutes, 2 Hours, Indefinitely(Default))"
example: '"30 Seconds"'
effect:
description: 'The effect to use (Off, Solid, Chase(Default), Fast Blink, Slow Blink, Pulse)'
description: "The effect to use (Off, Solid, Chase(Default), Fast Blink, Slow Blink, Pulse)"
example: Chase
level:
description: Brightness level (1-10, Default is 4)
@@ -25,7 +25,7 @@ fields:
description: A pre-calculated Inovelli LED value
example: 33490140
sequence:
- service: input_number.set_value
- action: input_number.set_value
data_template:
entity_id: "{{ entity_id }}"
value: >
@@ -100,9 +100,9 @@ sequence:
{{ value }}
{% endif %}
- service: logbook.log
- action: logbook.log
data_template:
name: Inovelli LED Number
entity_id: script.inovelli_led_number
message: >
{{ states("sensor.date_time_iso") }} Inovelli LED ran with the following options: {{ entity_id }} {{ led }} {{ color }} {{ duration }} {{ effect }} {{ level }} and generated {{ states("input_number.master_bedroom_light_led") | int }}
{{ states("sensor.date_time_iso") }} Inovelli LED ran with the following options: {{ entity_id }} {{ led }} {{ color }} {{ duration }} {{ effect }} {{ level }} and generated {{ states("input_number.master_bedroom_light_led") | int }}