Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #64 from DCSBL/refactor/icon
Browse files Browse the repository at this point in the history
Update icons for diagnostic entities
  • Loading branch information
DCSBL authored Oct 28, 2021
2 parents 713bdac + 4fd244d commit a0b63cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/homewizard_energy/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
SensorEntityDescription(
key=ATTR_SMR_VERSION,
name="SMR Version",
icon="mdi:wifi",
icon="mdi:counter",
entity_category=ENTITY_CATEGORY_DIAGNOSTIC,
),
SensorEntityDescription(
key=ATTR_METER_MODEL,
name="Model",
icon="mdi:counter",
icon="mdi:gauge",
entity_category=ENTITY_CATEGORY_DIAGNOSTIC,
),
SensorEntityDescription(
Expand Down

0 comments on commit a0b63cc

Please sign in to comment.