diff --git a/src/aiovantage/controllers/base.py b/src/aiovantage/controllers/base.py index 12fad20..5419846 100644 --- a/src/aiovantage/controllers/base.py +++ b/src/aiovantage/controllers/base.py @@ -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