2 Commits

Author SHA1 Message Date
7181024497 revert multiples as they are treated like "ands" in the condtions (#11) 2025-04-29 15:56:49 -04:00
7bb03ddf05 Add minimum brightness and pre-post actions (#9)
* Add  pre-post actions
  * post will only be executed if light is not turned off to disable the automation
* Add minimum starting brightness for light
* Make Workday sensor optional by using multiple
2025-04-22 10:15:33 -04:00

View File

@ -38,7 +38,7 @@ blueprint:
filter:
- domain:
- binary_sensor
multiple: true
multiple: false
person_sensor:
name: 👤 Person Sensor
description: Select the person sensor so that the alarm will only run when you are home.
@ -47,7 +47,7 @@ blueprint:
filter:
- domain:
- person
multiple: true
multiple: false
alarm_script:
name: 📄 Script to trigger
description: Light Alarm Script