Skip to content

Commit

Permalink
Add 'AUTOMATION' to status subscriptions, hopefully fix OmniSensor va…
Browse files Browse the repository at this point in the history
…lue fetching
  • Loading branch information
loopj committed Oct 28, 2024
1 parent 334838c commit 0dcc852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiovantage/controllers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ async def subscribe_to_state_changes(self) -> None:
if self.interface_status_types:
# Subscribe to "object status" events from the Enhanced Log.
self.event_stream.subscribe_enhanced_log(
self._handle_event, ("STATUS", "STATUSEX")
self._handle_event, ("STATUS", "STATUSEX", "AUTOMATION")
)

self._subscribed_to_state_changes = True
Expand Down

0 comments on commit 0dcc852

Please sign in to comment.