Skip to content

Commit

Permalink
Merge pull request #170 from sebr/169/async_setup_platforms
Browse files Browse the repository at this point in the history
169/async setup platforms
  • Loading branch information
sebr authored Feb 9, 2023
2 parents 6bb3800 + 84a5f37 commit 55668e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/bhyve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async def async_update_callback(data):
"programs": programs,
}

hass.config_entries.async_setup_platforms(entry, PLATFORMS)
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
entry.async_on_unload(entry.add_update_listener(update_listener))

hass.bus.async_listen_once(EVENT_HOMEASSISTANT_STOP, client.stop())
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bhyve/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"domain": "bhyve",
"version": "3.1.1",
"version": "3.1.2",
"name": "Orbit B-hyve",
"config_flow": true,
"documentation": "https://github.com/sebr/bhyve-home-assistant/blob/master/README.md",
Expand Down

0 comments on commit 55668e0

Please sign in to comment.