I’ve been wondering if it’s possible to kind of dynamically add holidays to binary_sensor.workday_sensor
. I know I can specify holidays under add_holidays
in configuration, but it requires manually adding it to configuration file and probably restarting the HA… I was kind of hoping to find a service e.g. add_holiday
that would add to holiday list date given as parameter. Or so I could add a holiday from automation, anything than hardcoded list is better imo.
Having searched it a bit now I think it’s not possible, but I can always be wrong (hopefully). If that’s not possible, how to create feature request?
I would probably create my own sensor that would merge workday_sensor
with my private holiday list and move on with life, but one integration that I’m using relies on it (scheduler card) and it seems cleaner to try to utilize it first