mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +00:00
Wake up time based on holidays
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
binary_sensor:
|
||||
- platform: workday
|
||||
name: Workday today
|
||||
country: BG
|
||||
add_holidays:
|
||||
- '2020-04-20'
|
||||
- '2020-05-25'
|
||||
- '2020-09-07'
|
||||
- '2020-12-28'
|
||||
|
||||
- platform: workday
|
||||
name: Workday tomorrow
|
||||
days_offset: 1
|
||||
country: BG
|
||||
add_holidays:
|
||||
- '2020-04-20'
|
||||
- '2020-05-25'
|
||||
- '2020-09-07'
|
||||
- '2020-12-28'
|
||||
Reference in New Issue
Block a user