Skip to content

Commit 10b5b56

Browse files
committed
Add diagnostics
* custom_components/daikin_residential_altherma/sensor.py:
1 parent 5f39012 commit 10b5b56

File tree

1 file changed

+5
-0
lines changed
  • custom_components/daikin_residential_altherma

1 file changed

+5
-0
lines changed

custom_components/daikin_residential_altherma/sensor.py

+5
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,11 @@ def entity_category(self):
394394
ATTR_TANK_IS_IN_INSTALLER_STATE,
395395
ATTR_TANK_IS_IN_WARNING_STATE,
396396
ATTR_TANK_ERROR_CODE,
397+
ATTR_WIFI_STRENGTH,
398+
ATTR_WIFI_SSID,
399+
ATTR_LOCAL_SSID,
400+
ATTR_MAC_ADDRESS,
401+
ATTR_SERIAL_NUMBER,
397402
]
398403
try:
399404
if self._device_attribute in configList:

0 commit comments

Comments
 (0)