Stue lys: moderniser til 1 automation (mode:restart), input_number parametre for lux+timeouts

This commit is contained in:
2026-04-25 19:28:13 +02:00
parent 9cb7550f78
commit 6208f6fb49
3 changed files with 202 additions and 147 deletions
+68 -7
View File
@@ -3,7 +3,7 @@ path: lys
icon: mdi:lightbulb-multiple
type: sections
max_columns: 2
max_columns: 3
sections:
- type: grid
@@ -150,7 +150,7 @@ sections:
data:
entity_id: script.raketloop
- type: grid
columns: 2
columns: 3
square: false
cards:
- type: custom:mushroom-light-card
@@ -464,7 +464,7 @@ sections:
- light.spejl2
- light.badevaerelse_2
- type: grid
columns: 2
columns: 3
square: false
cards:
- type: custom:mushroom-light-card
@@ -569,7 +569,7 @@ sections:
show_color_temp_control: true
collapsible_controls: true
- type: grid
columns: 2
columns: 3
square: false
cards:
- type: custom:mushroom-light-card
@@ -647,7 +647,7 @@ sections:
data:
entity_id: script.have_color_scene
- type: grid
columns: 2
columns: 3
square: false
cards:
- type: custom:mushroom-light-card
@@ -711,7 +711,7 @@ sections:
show_brightness_control: true
collapsible_controls: true
- type: grid
columns: 2
columns: 3
square: false
cards:
- type: custom:mushroom-light-card
@@ -756,7 +756,7 @@ sections:
- type: heading
heading: Ovrige
- type: grid
columns: 2
columns: 3
square: false
cards:
- type: custom:mushroom-light-card
@@ -779,3 +779,64 @@ sections:
use_light_color: true
show_brightness_control: true
collapsible_controls: true
- type: grid
cards:
- type: heading
heading: Motion-indstillinger
- type: entities
title: Gang
entities:
- entity: input_number.gang_lux_threshold
name: Lux grænse
- entity: input_number.gang_timeout_day
name: Timeout dag
- entity: input_number.gang_timeout_night
name: Timeout nat
- type: entities
title: Badeværelse
entities:
- entity: input_number.badevaerelse_timeout_day
name: Timeout dag
- entity: input_number.badevaerelse_timeout_night
name: Timeout nat
- type: entities
title: Andreas
entities:
- entity: input_number.andreas_lux_threshold
name: Lux grænse
- entity: input_number.andreas_timeout
name: Timeout
- entity: input_number.andreas_brightness
name: Lysstyrke
- type: entities
title: Daniel
entities:
- entity: input_number.daniel_lux_threshold
name: Lux grænse
- entity: input_number.daniel_timeout
name: Timeout
- entity: input_number.daniel_brightness
name: Lysstyrke
- type: entities
title: Kontor
entities:
- entity: input_number.kontor_lux_threshold
name: Lux grænse
- entity: input_number.kontor_timeout_day
name: Timeout dag
- entity: input_number.kontor_timeout_night
name: Timeout nat
- type: entities
title: Stue
entities:
- entity: input_number.stue_lux_threshold
name: Lux grænse
- entity: input_number.stue_timeout_morgen
name: Timeout morgen (06-16)
- entity: input_number.stue_timeout_eftermiddag
name: Timeout eftermiddag (16-19)
- entity: input_number.stue_timeout_aften
name: Timeout aften/TV off (19-00)
- entity: input_number.stue_timeout_nat
name: Timeout nat (00-06)