Skip to content

Add option to treat events that starts and ends at midnight as all day events #38874

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
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
7 changes: 7 additions & 0 deletions source/_integrations/remote_calendar.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ Calendar URL:
description: "The URL of the remote calendar. Example: `https://calendar.google.com/calendar/ical/p07n98go11onamd08d0kmq6jhs%40group.calendar.google.com/public/basic.ics`"
{% endconfiguration_basic %}

{% include integrations/option_flow.md %}

{% configuration_basic %}
Treat events that start and end at midnight as all day events:
description: Enable to treat events that start and end at midnight in the same time zone as Home Assistant as all day events.
{% endconfiguration_basic %}

## Data updates

At the start of the integration, we fetch data from the remote. If the update fails, the integration tries again to fetch the data. After that, the update interval of the calendar is set to every 24 hours.
Expand Down