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 }}" ################################################################################