Advertisement
Hoekeren

Schoolday-sensor

Oct 20th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.29 KB | None | 0 0
  1. ### Schooldaysensor - Er det skoledag? ###  
  2. - platform: template
  3.   sensors:
  4.     workday_sensor_kids:
  5.       friendly_name: Er det skoledag?
  6.       value_template: >-
  7.         {{ not now().isocalendar()[1] in (1,7,26,27,28,29,30,31,42,52,53,43) and states('binary_sensor.workday_sensor')  }}
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement