mirror of
https://github.com/home-assistant/core.git
synced 2025-11-24 18:26:58 +00:00
Fix icons for homekit_controller sensors (#23921)
This commit is contained in:
@@ -3,9 +3,9 @@ from homeassistant.const import TEMP_CELSIUS
|
||||
|
||||
from . import KNOWN_DEVICES, HomeKitEntity
|
||||
|
||||
HUMIDITY_ICON = 'mdi-water-percent'
|
||||
TEMP_C_ICON = "mdi-temperature-celsius"
|
||||
BRIGHTNESS_ICON = "mdi-brightness-6"
|
||||
HUMIDITY_ICON = 'mdi:water-percent'
|
||||
TEMP_C_ICON = "mdi:thermometer"
|
||||
BRIGHTNESS_ICON = "mdi:brightness-6"
|
||||
|
||||
UNIT_PERCENT = "%"
|
||||
UNIT_LUX = "lux"
|
||||
|
||||
Reference in New Issue
Block a user