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