mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
parent
f275389ffe
commit
9c348b6330
@ -221,8 +221,7 @@ async def async_setup_entry(
|
||||
)
|
||||
if (
|
||||
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(
|
||||
hass,
|
||||
calendar_service,
|
||||
|
Loading…
x
Reference in New Issue
Block a user