mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 07:47:08 +00:00
Revert scan interval change in local calendar (#146700)
This commit is contained in:
parent
6421973cd6
commit
5ef99a15a5
@ -36,11 +36,6 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
PRODID = "-//homeassistant.io//local_calendar 1.0//EN"
|
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(
|
async def async_setup_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user