This commit is contained in:
2026-03-26 12:10:21 +01:00
parent 1f4970c17c
commit d4d76db890
877 changed files with 631941 additions and 26195 deletions

View File

@@ -0,0 +1,18 @@
text_sensor:
- platform: homeassistant
id: ${widget_name}_light_rgb_state
entity_id: "${light_entity}"
on_value:
- if:
condition:
lambda: 'return x == "on";'
then:
- lvgl.label.update:
id: ${widget_name}_light_on
text_color: color_amber
else:
- lvgl.label.update:
id: ${widget_name}_light_on
text_color: color_steel_blue