We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec711b commit cb74b26Copy full SHA for cb74b26
homeassistant/components/local_calendar/calendar.py
@@ -36,11 +36,6 @@
36
37
PRODID = "-//homeassistant.io//local_calendar 1.0//EN"
38
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
-
44
45
async def async_setup_entry(
46
hass: HomeAssistant,
0 commit comments