Skip to content

Commit

Permalink
Added app_info as sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
ThermIQ committed Jan 10, 2024
1 parent d78103c commit 0c989e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/thermiq_mqtt/heatpump/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
# + "_"
Expand Down

0 comments on commit 0c989e0

Please sign in to comment.