Revert scan interval change in local calendar (#146700)

This commit is contained in:
Allen Porter 2025-06-13 03:46:01 -07:00 committed by GitHub
parent 6421973cd6
commit 5ef99a15a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,11 +36,6 @@ _LOGGER = logging.getLogger(__name__)
PRODID = "-//homeassistant.io//local_calendar 1.0//EN"
# The calendar on disk is only changed when this entity is updated, so there
# is no need to poll for changes. The calendar enttiy base class will handle
# refreshing the entity state based on the start or end time of the event.
SCAN_INTERVAL = timedelta(days=1)
async def async_setup_entry(
hass: HomeAssistant,