From 83820fec32e1798b7f84e83ceb6c2e5b05ecaf95 Mon Sep 17 00:00:00 2001 From: unrza249 Date: Mon, 29 Jun 2026 15:44:29 +0200 Subject: [PATCH] cleanup + version bump --- blueprints/motion_activated_scene.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blueprints/motion_activated_scene.yaml b/blueprints/motion_activated_scene.yaml index 8134f17..80e9670 100644 --- a/blueprints/motion_activated_scene.yaml +++ b/blueprints/motion_activated_scene.yaml @@ -1,7 +1,8 @@ #file: noinspection YAMLSchemaValidation blueprint: name: Motion activated scene - description: Activates different scenes for daytime/nighttime on detecting motion and returns to an off-scene after a configurable timeout or exceeded illuminace threshold. + description: Activates different scenes for daytime/nighttime on detecting motion and + returns to an off-scene after a configurable timeout or exceeded illuminace threshold. source_url: https://git.klelifo.de/projects/homeassistant/raw/branch/main/blueprints/motion_activated_scene.yaml domain: automation author: Florian Klemenz @@ -129,7 +130,7 @@ trigger_variables: # VARIABLES ################################################################################ variables: - version: "2026.06.1" + version: "2026.06.2" #blind_entities: "{{ expand(blind) | map(attribute='entity_id') | list }}" ################################################################################