diff --git a/custom_components/hilo/__init__.py b/custom_components/hilo/__init__.py index 3c8230ea..9e358628 100755 --- a/custom_components/hilo/__init__.py +++ b/custom_components/hilo/__init__.py @@ -319,6 +319,13 @@ async def on_websocket_event(self, event: WebsocketEvent) -> None: ) self.challenge_id = challenge.get("id") + elif event.target == "ChallengeDetailsUpdatedValuesReceived": + LOG.debug("ic-dev21 ChallengeDetailsUpdatedValuesReceived") + arguments = event.arguments + LOG.debug( + f"ic-dev21 ChallengeDetailsUpdatedValuesReceived arguments are {arguments}" + ) + elif event.target == "ChallengeListUpdatedValuesReceived": LOG.debug("ic-dev21 ChallengeListUpdatedValuesReceived") arguments = event.arguments