There seems to be an issue with the Holidays Library that’s used for this component…there are issues open on GitHub for it…think we just need to wait until its fixed
Looks like you need to specify country and province - see docs at Workday - Home Assistant for a link to the list of provinces… for me the below brought things back to life…
Thanks @squiggleuk, but this problem seems to only affect Ireland. For some reason it seems to have been included as a sub-class of the UK definition @Gav_in has posted links above to the issue.
from a technical perspective think the problem is that Ireland hasn’t been specified as either a class/top-level entry (eg Country) or a sub-class entry (eg Province) so doesn’t show up as an option anywhere…think either would work (technically) if the library was updated, obviously only one is right from a real world perspective
As noted above I think we just need to sit tight until the library is updated
slightly off the Ireland not there topic, but this should work for you…
you have to specify country and then province if you want to drill to a more specific level.
- platform: workday
country: GB #without a province default is UK (i.e. whole UK)
province: England
workdays: [mon, tue, wed, thu, fri]
excludes: [sat, sun, holiday]
Thanks for this. Hopefully this morning will be the last time that my automations think it is a holiday and gives everyone a lie-in when it is a workday in England. (It is St Patrick’s Day today, which is a holiday in Northern Ireland.)