Skip to content

Commit

Permalink
Merge pull request #270 from markfrancisonly/main
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr authored Jan 5, 2025
2 parents afaea67 + 0e18581 commit 0340594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bhyve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async def async_update_callback(data):
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())
hass.bus.async_listen_once(EVENT_HOMEASSISTANT_STOP, client.stop)

return True

Expand Down

0 comments on commit 0340594

Please sign in to comment.