Fix version number for workday sensor.

Version number wasn't updated before merge.
This commit is contained in:
Fredrik Lindqvist 2017-03-16 14:08:08 +01:00 committed by GitHub
parent 5675210462
commit a87751f861

View File

@ -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.