From a87751f8618c578e7e1dd028f88172199bcf9b92 Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Thu, 16 Mar 2017 14:08:08 +0100 Subject: [PATCH] Fix version number for workday sensor. Version number wasn't updated before merge. --- source/_components/binary_sensor.workday.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.