Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion source/_integrations/workday.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Workday
description: Steps to configure the binary workday sensor.
ha_category:
- Binary sensor
- Calendar
- Utility
ha_iot_class: Local Polling
ha_release: 0.41
Expand All @@ -14,16 +15,19 @@ ha_codeowners:
ha_domain: workday
ha_platforms:
- binary_sensor
- calendar
- diagnostics
ha_integration_type: integration
---

The `workday` binary sensor indicates whether the current day is a workday or not.
The `workday` {% term integration %} indicates whether the current day is a workday or not.
Copy link
Preview

Copilot AI Aug 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should be written in flowing text style. Consider rewording to make it more natural and engaging, such as: 'The workday integration helps you determine whether the current day is a workday or not.'

Copilot uses AI. Check for mistakes.


It allows specifying which days of the week will count as workdays and also uses the Python module [holidays](https://pypi.org/project/holidays/) to incorporate information about region-specific public holidays.

This can be used to make daily automations that act differently on workdays than non-workdays. For example, you could make your bedroom lights turn on (gently) at 7 in the morning if it is a workday but wait until 11 if it is a non-working day.

The `workday` {% term integration %} also provides a `calendar` entity that may be used to see upcoming workdays.
Copy link
Preview

Copilot AI Aug 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sentence feels awkward and formal. Consider rewriting in a more natural, flowing style: 'You can also use the calendar entity to view your upcoming workdays.' This makes it more personal and easier to read.

Copilot uses AI. Check for mistakes.


## Setup

Check the [country list](https://github.com/vacanza/holidays#available-countries) for available provinces (and other subdivisions, like states and territories) for each country.
Expand Down