adds sections
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
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.
|
||||
source_url: https://git.klelifo.de/projects/hass-blueprints/raw/branch/main/motion_activated_scene.yaml
|
||||
domain: automation
|
||||
author: Florian Klemenz
|
||||
input:
|
||||
motion_section:
|
||||
name: "Motion"
|
||||
#icon: mdi:window-shutter-cog
|
||||
description: Configure motion activation
|
||||
input:
|
||||
motion_sensors:
|
||||
name: Motion/Presence/Occupancy Sensors
|
||||
@@ -25,6 +31,11 @@ blueprint:
|
||||
min: 0
|
||||
max: 300
|
||||
unit_of_measurement: seconds
|
||||
illuminance_section:
|
||||
name: "Illuminance"
|
||||
#icon: mdi:window-shutter-cog
|
||||
description: Configure illuminance override
|
||||
input:
|
||||
illuminance_sensors:
|
||||
name: Illuminance sensors
|
||||
description: The illuminance sensor to get lux data.
|
||||
@@ -43,6 +54,11 @@ blueprint:
|
||||
min: 0
|
||||
max: 100
|
||||
unit_of_measurement: lx
|
||||
scene_section:
|
||||
name: "Scene configuration"
|
||||
#icon: mdi:window-shutter-cog
|
||||
description: Configure times of day schedule and scenes
|
||||
input:
|
||||
daytime_trigger:
|
||||
name: Daytime
|
||||
description: Binary sensor (TimeOfDay) or schedule to indicate when it is daytime
|
||||
@@ -52,10 +68,6 @@ blueprint:
|
||||
- integration: tod
|
||||
domain: binary_sensor
|
||||
- domain: schedule
|
||||
feature_section:
|
||||
name: "Scene configuration"
|
||||
icon: mdi:window-shutter-cog
|
||||
collapsed: true
|
||||
daytime_scene:
|
||||
name: Daytime scene
|
||||
selector:
|
||||
|
||||
Reference in New Issue
Block a user