From ffc4490ed1b396270f0061bd702bd40b3407a3cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Fri, 5 Dec 2025 12:33:02 +0100 Subject: [PATCH] Clarify Local calendar integration functionality (#42153) --- source/_integrations/local_calendar.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/local_calendar.markdown b/source/_integrations/local_calendar.markdown index e2cd8c251da..0226c7c8938 100644 --- a/source/_integrations/local_calendar.markdown +++ b/source/_integrations/local_calendar.markdown @@ -17,6 +17,8 @@ ha_integration_type: integration The **Local calendar** {% term integration %} allows you to create a calendar of events in Home Assistant for powering automations. +The Local calendar integration is a simple, fully local event store for automations. It is not a full personal calendar. If you're looking for local or full-featured calendar alternatives, see the [Getting started with calendars section](/integrations/calendar/#getting-started-with-calendars) for recommended options. + 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. {% include integrations/config_flow.md %}