Skip to content

Commit

Permalink
Update device default sensor icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Jan 30, 2024
1 parent 7aeee5b commit 9708942
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions custom_components/smartthinq_sensors/device_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9708942

Please sign in to comment.