Skip to content

Commit cb74b26

Browse files
allenporterfrenck
authored andcommitted
Revert scan interval change in local calendar (home-assistant#146700)
1 parent 4ec711b commit cb74b26

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

homeassistant/components/local_calendar/calendar.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@
3636

3737
PRODID = "-//homeassistant.io//local_calendar 1.0//EN"
3838

39-
# The calendar on disk is only changed when this entity is updated, so there
40-
# is no need to poll for changes. The calendar enttiy base class will handle
41-
# refreshing the entity state based on the start or end time of the event.
42-
SCAN_INTERVAL = timedelta(days=1)
43-
4439

4540
async def async_setup_entry(
4641
hass: HomeAssistant,

0 commit comments

Comments
 (0)