Skip to content

Commit

Permalink
Merge pull request #42 from si458/add-ihd-status
Browse files Browse the repository at this point in the history
add ihd status
  • Loading branch information
megakid committed Feb 3, 2024
2 parents 94eba7e + 34718b8 commit 761e479
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions custom_components/hildebrand_glow_ihd_mqtt/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 761e479

Please sign in to comment.