diff --git a/custom_components/thermiq_mqtt/heatpump/__init__.py b/custom_components/thermiq_mqtt/heatpump/__init__.py index 3a4b477..8639920 100644 --- a/custom_components/thermiq_mqtt/heatpump/__init__.py +++ b/custom_components/thermiq_mqtt/heatpump/__init__.py @@ -184,6 +184,10 @@ async def message_received(self, message): if "vp_read" in json_dict: self._hpstate["communication_status"] = json_dict["vp_read"] + + if "app_info" in json_dict: + self._hpstate["app_info"] = json_dict["app_info"] + # self._hass.states.async_set( # self._domain # + "_"