You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (hass --version):
0.42.0
Python release (python3 --version):
3.5.3
Component/platform:
binary_sensor.workday
Description of problem:
workday provides country and province config options that get passed to the holidays python module. Apparently holidays does not take province and state as interchangeable, so the province option will not work for US states. Specifying a state code as province causes it to fail at startup.
Expected:
Problem-relevant configuration.yaml entries and steps to reproduce:
binary_sensor:
- platform: workdaycountry: USprovince: WA
ERROR:homeassistant.components.binary_sensor.workday:There is no province/state WA in country US
Traceback (if applicable):
Additional info:
The text was updated successfully, but these errors were encountered:
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (
hass --version
):0.42.0
Python release (
python3 --version
):3.5.3
Component/platform:
binary_sensor.workday
Description of problem:
workday provides
country
andprovince
config options that get passed to the holidays python module. Apparently holidays does not take province and state as interchangeable, so the province option will not work for US states. Specifying a state code asprovince
causes it to fail at startup.Expected:
Problem-relevant
configuration.yaml
entries and steps to reproduce:ERROR:homeassistant.components.binary_sensor.workday:There is no province/state WA in country US
Traceback (if applicable):
Additional info:
The text was updated successfully, but these errors were encountered: