Skip to content

Commit

Permalink
Typo in homeassistant_stop listener
Browse files Browse the repository at this point in the history
  • Loading branch information
markfrancisonly authored Jan 4, 2025
1 parent afaea67 commit 0e18581
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 0e18581

Please sign in to comment.