First attempt at work schedule sensor for wife
This commit is contained in:
@@ -6,4 +6,7 @@ binary_sensor:
|
||||
- name: School Time
|
||||
state: >
|
||||
{{ is_state('binary_sensor.school', 'on')
|
||||
and is_state('binary_sensor.workday_sensor', 'on') }}
|
||||
and is_state('binary_sensor.workday_sensor', 'on') }}
|
||||
- name: Tina Work
|
||||
state: >
|
||||
{{ is_state('calendar.family_tinawork', 'on') }}
|
Reference in New Issue
Block a user