Cleanup hass.data[DOMAIN] in application_credentials (#136625)

This commit is contained in:
epenet 2025-01-27 15:06:03 +01:00 committed by GitHub
parent e1607344f0
commit 037a0f25a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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),