no schema validation
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#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.
|
||||
@@ -62,7 +63,7 @@ blueprint:
|
||||
humidity_sensors:
|
||||
name: Humidity sensors
|
||||
description: The humidity sensor for shower detection.
|
||||
default: []
|
||||
default: [ ]
|
||||
selector:
|
||||
entity:
|
||||
multiple: true
|
||||
@@ -170,7 +171,7 @@ actions:
|
||||
- service: scene.turn_on
|
||||
target:
|
||||
entity_id: !input off_scene
|
||||
- conditions: []
|
||||
- conditions: [ ]
|
||||
sequence:
|
||||
# "Activate day-/-night scene depending on time of day"
|
||||
- choose:
|
||||
@@ -183,7 +184,7 @@ actions:
|
||||
- service: scene.turn_on
|
||||
target:
|
||||
entity_id: !input daytime_scene
|
||||
- conditions: []
|
||||
- conditions: [ ]
|
||||
sequence:
|
||||
- service: scene.turn_on
|
||||
target:
|
||||
@@ -201,4 +202,3 @@ actions:
|
||||
service: scene.turn_on
|
||||
target:
|
||||
entity_id: !input off_scene
|
||||
|
||||
Reference in New Issue
Block a user