cleanup + version bump

This commit is contained in:
2026-06-29 15:44:29 +02:00
parent 4a88f75ff1
commit 83820fec32

View File

@@ -1,7 +1,8 @@
#file: noinspection YAMLSchemaValidation #file: noinspection YAMLSchemaValidation
blueprint: blueprint:
name: Motion activated scene 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 source_url: https://git.klelifo.de/projects/homeassistant/raw/branch/main/blueprints/motion_activated_scene.yaml
domain: automation domain: automation
author: Florian Klemenz author: Florian Klemenz
@@ -129,7 +130,7 @@ trigger_variables:
# VARIABLES # VARIABLES
################################################################################ ################################################################################
variables: variables:
version: "2026.06.1" version: "2026.06.2"
#blind_entities: "{{ expand(blind) | map(attribute='entity_id') | list }}" #blind_entities: "{{ expand(blind) | map(attribute='entity_id') | list }}"
################################################################################ ################################################################################