Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pastaloverzzz authored Oct 31, 2024
1 parent d0d43f8 commit 9bc946b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/dahua/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType):
return True


async def async_setup_entry(hass: HomeAssistant, entry: ConfigType):
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):
"""Set up this integration using UI."""
if hass.data.get(DOMAIN) is None:
hass.data.setdefault(DOMAIN, {})
Expand Down

0 comments on commit 9bc946b

Please sign in to comment.