Workday day offset not working

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!

Update: Even dev tools/states does not change state of the switch

Tomorrow is Friday.

Damn, I am dumb :expressionless: Thanks you for your time though.

1 Like