Fix KeyError in IQVIA (#49968)
This commit is contained in:
parent
29d72714f3
commit
91e41a0cc2
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue