mirror of
https://github.com/steku/ha_cercadian_alarm.git
synced 2025-12-14 18:39:40 +00:00
Compare commits
1 Commits
2025.04.22
...
conditions
| Author | SHA1 | Date | |
|---|---|---|---|
| d8579d953f |
@ -199,9 +199,13 @@ trigger:
|
|||||||
entity_id: !input alarm_start_time
|
entity_id: !input alarm_start_time
|
||||||
offset: !input offset_from_start_time
|
offset: !input offset_from_start_time
|
||||||
condition:
|
condition:
|
||||||
|
- condition: or
|
||||||
|
conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: !input workday_sensor
|
entity_id: !input workday_sensor
|
||||||
state: "on"
|
state: "on"
|
||||||
|
- condition: or
|
||||||
|
conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: !input person_sensor
|
entity_id: !input person_sensor
|
||||||
state: "home"
|
state: "home"
|
||||||
|
|||||||
Reference in New Issue
Block a user