diff --git a/source/_components/binary_sensor.workday.markdown b/source/_components/binary_sensor.workday.markdown index c1273f885c1..e7d729b88b6 100644 --- a/source/_components/binary_sensor.workday.markdown +++ b/source/_components/binary_sensor.workday.markdown @@ -10,7 +10,7 @@ footer: true logo: home-assistant.png ha_category: Binary Sensor ha_iot_class: "Local Polling" -ha_release: 0.40.1 +ha_release: 0.41 --- The `workday` binary sensor indicates, whether the current day is a workday or not. It allows specifying, which days of the week counts as workdays and also uses the python module [holidays](https://pypi.python.org/pypi/holidays) to incorporate information about region-specific public holidays.