From c7260d8b646bd4bb7b55f5bb65dd1882b26a07d6 Mon Sep 17 00:00:00 2001 From: ttrabatt Date: Sat, 25 Jan 2025 23:03:48 +0100 Subject: [PATCH] Taverna-Garage-light-automation --- .HA_VERSION | 2 +- automations.yaml | 2 +- blueprints/automation/homeassistant/confort_light.yaml | 6 ++++-- .../automation/homeassistant/motion_light_tris_lux.yaml | 8 ++++---- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.HA_VERSION b/.HA_VERSION index 9224f0e..34ca124 100644 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -2024.11.2 \ No newline at end of file +2025.1.2 \ No newline at end of file diff --git a/automations.yaml b/automations.yaml index 89d0d18..590418b 100644 --- a/automations.yaml +++ b/automations.yaml @@ -116,7 +116,7 @@ use_blueprint: path: homeassistant/motion_light_tris_lux.yaml input: - motion_entity_uno: binary_sensor.presenza_alta_scala_mansarda_occupancy + motion_entity_uno: binary_sensor.presenza_bassa_scala_taverna_occupancy motion_entity_due: binary_sensor.presenza_taverna_garage_occupancy motion_entity_tre: binary_sensor.presenza_taverna_lavanderia_occupancy light_target: diff --git a/blueprints/automation/homeassistant/confort_light.yaml b/blueprints/automation/homeassistant/confort_light.yaml index e00f178..5032ff2 100644 --- a/blueprints/automation/homeassistant/confort_light.yaml +++ b/blueprints/automation/homeassistant/confort_light.yaml @@ -42,13 +42,15 @@ actions: target: !input light_target data: brightness_pct: states('dont_disturb_light_brightness') - color_temp_kelvin: 2700 + color_temp: 523 + # color_temp_kelvin: 2700 else: - action: light.turn_on target: !input light_target data: brightness_pct: 100 - color_temp_kelvin: 2700 + color_temp: 523 + # color_temp_kelvin: 2700 - conditions: - condition: trigger diff --git a/blueprints/automation/homeassistant/motion_light_tris_lux.yaml b/blueprints/automation/homeassistant/motion_light_tris_lux.yaml index 070b321..77e3b07 100644 --- a/blueprints/automation/homeassistant/motion_light_tris_lux.yaml +++ b/blueprints/automation/homeassistant/motion_light_tris_lux.yaml @@ -118,13 +118,13 @@ actions: target: !input light_target data: brightness_pct: states('dont_disturb_light_brightness') - color_temp_kelvin: 2700 + color_temp_kelvin: 2500 else: - action: light.turn_on target: !input light_target data: brightness_pct: 100 - color_temp_kelvin: 2700 + color_temp_kelvin: 2500 else: - action: light.turn_off @@ -148,13 +148,13 @@ actions: target: !input light_target data: brightness_pct: states('dont_disturb_light_brightness') - color_temp_kelvin: 2700 + color_temp_kelvin: 2500 else: - action: light.turn_on target: !input light_target data: brightness_pct: 100 - color_temp_kelvin: 2700 + color_temp_kelvin: 2500 else: - action: light.turn_off