Resolve implicit imports (#63832)
This commit is contained in:
parent
8fcca8c88b
commit
021debb5c5
11 changed files with 23 additions and 22 deletions
|
@ -28,7 +28,7 @@ async def async_setup_ha_cast(
|
|||
|
||||
if user is None:
|
||||
user = await hass.auth.async_create_system_user(
|
||||
"Home Assistant Cast", group_ids=[auth.GROUP_ID_ADMIN]
|
||||
"Home Assistant Cast", group_ids=[auth.const.GROUP_ID_ADMIN]
|
||||
)
|
||||
hass.config_entries.async_update_entry(
|
||||
entry, data={**entry.data, "user_id": user.id}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue