mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Cleanup hass.data[DOMAIN] in application_credentials (#136625)
This commit is contained in:
parent
e1607344f0
commit
037a0f25a4
@ -143,8 +143,6 @@ class ApplicationCredentialsStorageCollection(collection.DictStorageCollection):
|
||||
|
||||
async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
||||
"""Set up Application Credentials."""
|
||||
hass.data[DOMAIN] = {}
|
||||
|
||||
id_manager = collection.IDManager()
|
||||
storage_collection = ApplicationCredentialsStorageCollection(
|
||||
Store(hass, STORAGE_VERSION, STORAGE_KEY),
|
||||
|
Loading…
x
Reference in New Issue
Block a user