From 4a00957b719fd696a5731db3c582bc863895e1e7 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Tue, 12 Oct 2021 13:40:44 +0200 Subject: [PATCH] Remove "battery" device class from fixed icon list (#10246) --- src/common/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/const.ts b/src/common/const.ts index dbc9ba4aac..fd2590bccd 100644 --- a/src/common/const.ts +++ b/src/common/const.ts @@ -57,7 +57,7 @@ export const FIXED_DOMAIN_ICONS = { export const FIXED_DEVICE_CLASS_ICONS = { aqi: "hass:air-filter", - battery: "hass:battery", + // battery: "hass:battery", => not included by design since `sensorIcon()` will dynamically determine the icon carbon_dioxide: "mdi:molecule-co2", carbon_monoxide: "mdi:molecule-co", current: "hass:current-ac",