mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
blue_room to boys_room
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user