Skip to content

Commit

Permalink
Fix for HA 2023.5
Browse files Browse the repository at this point in the history
  • Loading branch information
samuolis authored May 6, 2023
1 parent 50beca6 commit fcff67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/brink_home/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async def async_update_data():
await coordinator.async_config_entry_first_refresh()

# Setup components
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)

return True

Expand Down Expand Up @@ -142,4 +142,4 @@ def device_info(self):
"name": self.data["name"],
"manufacturer": DEFAULT_NAME,
"model": DEFAULT_MODEL
}
}

0 comments on commit fcff67e

Please sign in to comment.