diff --git a/custom_components/hildebrand_glow_ihd_mqtt/sensor.py b/custom_components/hildebrand_glow_ihd_mqtt/sensor.py index c376a44..34beaba 100755 --- a/custom_components/hildebrand_glow_ihd_mqtt/sensor.py +++ b/custom_components/hildebrand_glow_ihd_mqtt/sensor.py @@ -53,6 +53,15 @@ "icon": "mdi:information-outline", "func": lambda js: js["hardware"], }, + { + "name": "Smart Meter IHD HAN Status", + "device_class": None, + "unit_of_measurement": None, + "state_class": None, + "entity_category": EntityCategory.DIAGNOSTIC, + "icon": "mdi:information-outline", + "func": lambda js: js["han"]["status"] + }, { "name": "Smart Meter IHD HAN RSSI", "device_class": SensorDeviceClass.SIGNAL_STRENGTH,