Skip to content

Commit

Permalink
chore: startup message to async_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bj00rn committed Nov 9, 2024
1 parent 2ec253a commit 711b77c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom_components/saleryd_hrv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):
if hass.data.get(DOMAIN) is None:
hass.data.setdefault(DOMAIN, {})

integration = await async_get_integration(hass, DOMAIN)
LOGGER.info(STARTUP_MESSAGE, integration.name, integration.version)

url = entry.data.get(CONF_WEBSOCKET_IP)
port = entry.data.get(CONF_WEBSOCKET_PORT)

Expand Down

0 comments on commit 711b77c

Please sign in to comment.