I set up a workday binary sensor with 1 day offset as following:
binary_sensor:
- platform: workday
name: Workday Tomorrow
country: FI
days_offset: 1
workdays: [mon, tue, wed, thu, fri]
excludes: [sat, sun, holiday]
Tomorrow is Saturday and the switch still outputs as βonβ in the dev tools/template
I have tried removing and adding back the codes but nothing changes. Please help!