Skip to content

Commit

Permalink
Fixes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
megakid authored Apr 16, 2023
1 parent eccb06e commit 94dd8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/hildebrand_glow_ihd_mqtt/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"name": "Smart Meter IHD Software Version",
"device_class": None,
"unit_of_measurement": None,
"state_class": SensorStateClass.MEASUREMENT,
"state_class": None,
"entity_category": EntityCategory.DIAGNOSTIC,
"icon": "mdi:information-outline",
"func": lambda js: js["software"],
Expand All @@ -49,7 +49,7 @@
"name": "Smart Meter IHD Hardware",
"device_class": None,
"unit_of_measurement": None,
"state_class": SensorStateClass.MEASUREMENT,
"state_class": None,
"entity_category": EntityCategory.DIAGNOSTIC,
"icon": "mdi:information-outline",
"func": lambda js: js["hardware"],
Expand Down

0 comments on commit 94dd8b9

Please sign in to comment.