From 970894217416ca353b9131c10945dec4e5206e96 Mon Sep 17 00:00:00 2001 From: ollo69 Date: Tue, 30 Jan 2024 14:20:40 +0000 Subject: [PATCH] Update device default sensor icons --- .../smartthinq_sensors/device_helpers.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/custom_components/smartthinq_sensors/device_helpers.py b/custom_components/smartthinq_sensors/device_helpers.py index 310ba4a5..4d9ae816 100644 --- a/custom_components/smartthinq_sensors/device_helpers.py +++ b/custom_components/smartthinq_sensors/device_helpers.py @@ -37,14 +37,17 @@ } DEVICE_ICONS = { - DeviceType.WASHER: "mdi:washing-machine", - DeviceType.DRYER: "mdi:tumble-dryer", - DeviceType.STYLER: "mdi:palette-swatch-outline", DeviceType.DISHWASHER: "mdi:dishwasher", + DeviceType.DRYER: "mdi:tumble-dryer", DeviceType.HOOD: "mdi:scent-off", DeviceType.MICROWAVE: "mdi:microwave", - DeviceType.REFRIGERATOR: "mdi:fridge-outline", DeviceType.RANGE: "mdi:stove", + DeviceType.REFRIGERATOR: "mdi:fridge-outline", + DeviceType.STYLER: "mdi:palette-swatch-outline", + DeviceType.TOWER_DRYER: "mdi:tumble-dryer", + DeviceType.TOWER_WASHER: "mdi:washing-machine", + DeviceType.TOWER_WASHERDRYER: "mdi:washing-machine", + DeviceType.WASHER: "mdi:washing-machine", } WASH_DEVICE_TYPES = [