Add configure categories in options flow for holiday (#35493)

This commit is contained in:
G Johansson 2024-12-17 21:58:39 +01:00 committed by GitHub
parent 1db3f2722b
commit bedc26f529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,8 @@ It uses the Python module [holidays](https://pypi.org/project/holidays/) to inco
A calendar entity has a state and attributes that represent the next upcoming event (only). A calendar trigger is a much more flexible way to power automations with fewer limitations than using the entity state.
Some countries provides additional categories to be configured besides the public holidays. See the details for each country in the [holidays](https://pypi.org/project/holidays/) library. If the country does not support additional categories, the option to configure categories will not be displayed.
{% include integrations/config_flow.md %}
## Holiday calendar automations