mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Fix KeyError in IQVIA (#49968)
This commit is contained in:
@@ -38,6 +38,7 @@ PLATFORMS = ["sensor"]
|
||||
|
||||
async def async_setup_entry(hass, entry):
|
||||
"""Set up IQVIA as config entry."""
|
||||
hass.data.setdefault(DOMAIN, {})
|
||||
coordinators = {}
|
||||
|
||||
if not entry.unique_id:
|
||||
|
Reference in New Issue
Block a user