mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
parent
f275389ffe
commit
9c348b6330
@ -221,8 +221,7 @@ async def async_setup_entry(
|
|||||||
)
|
)
|
||||||
if (
|
if (
|
||||||
search := data.get(CONF_SEARCH)
|
search := data.get(CONF_SEARCH)
|
||||||
or calendar_item.access_role == AccessRole.FREE_BUSY_READER
|
) or calendar_item.access_role == AccessRole.FREE_BUSY_READER:
|
||||||
):
|
|
||||||
coordinator = CalendarQueryUpdateCoordinator(
|
coordinator = CalendarQueryUpdateCoordinator(
|
||||||
hass,
|
hass,
|
||||||
calendar_service,
|
calendar_service,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user