Resolve implicit imports (#63832)

This commit is contained in:
Marc Mueller 2022-01-10 17:10:46 +01:00 committed by GitHub
parent 8fcca8c88b
commit 021debb5c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 23 additions and 22 deletions

View file

@ -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}