mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix icons for homekit_controller sensors (#23921)
This commit is contained in:
parent
297d24c5b0
commit
03a0a3572b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user