mirror of
https://github.com/steku/ha_cercadian_alarm.git
synced 2025-12-10 08:32:29 +00:00
revert multiples as they are treated like "ands" in the condtions (#11)
This commit is contained in:
@ -38,7 +38,7 @@ blueprint:
|
|||||||
filter:
|
filter:
|
||||||
- domain:
|
- domain:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
multiple: true
|
multiple: false
|
||||||
person_sensor:
|
person_sensor:
|
||||||
name: 👤 Person Sensor
|
name: 👤 Person Sensor
|
||||||
description: Select the person sensor so that the alarm will only run when you are home.
|
description: Select the person sensor so that the alarm will only run when you are home.
|
||||||
@ -47,7 +47,7 @@ blueprint:
|
|||||||
filter:
|
filter:
|
||||||
- domain:
|
- domain:
|
||||||
- person
|
- person
|
||||||
multiple: true
|
multiple: false
|
||||||
alarm_script:
|
alarm_script:
|
||||||
name: 📄 Script to trigger
|
name: 📄 Script to trigger
|
||||||
description: Light Alarm Script
|
description: Light Alarm Script
|
||||||
|
|||||||
Reference in New Issue
Block a user