From 29c0235c46bc3b2280499f5a9eb504bfaa28d34a Mon Sep 17 00:00:00 2001 From: Sven Serlier <85389871+wrt54g@users.noreply.github.com> Date: Sat, 11 Mar 2023 09:55:12 +0100 Subject: [PATCH] Update workday URL (#26551) --- source/_integrations/workday.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/workday.markdown b/source/_integrations/workday.markdown index e164b849bcf..62912fcad03 100644 --- a/source/_integrations/workday.markdown +++ b/source/_integrations/workday.markdown @@ -16,7 +16,7 @@ ha_integration_type: integration --- The `workday` binary sensor indicates whether the current day is a workday or not. It allows specifying which days of the week will count as workdays and also -uses the Python module [holidays](https://pypi.python.org/pypi/holidays) to incorporate information about region-specific public holidays. +uses the Python module [holidays](https://pypi.org/project/holidays/) to incorporate information about region-specific public holidays. This can be used to make automations that act differently on weekdays vs weekends. For example, you could make your bedroom lights turn on (gently) at 7 in the morning if it is a weekday, but wait until 11 if it is a weekend day.