From 4fd244d4ef7cb9389c369bbd13519aaa29622c29 Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Thu, 28 Oct 2021 15:24:07 +0200 Subject: [PATCH] Update icons for diagnostic entities --- custom_components/homewizard_energy/sensor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/homewizard_energy/sensor.py b/custom_components/homewizard_energy/sensor.py index 9123f00..22d388c 100644 --- a/custom_components/homewizard_energy/sensor.py +++ b/custom_components/homewizard_energy/sensor.py @@ -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(