mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +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
|
from . import KNOWN_DEVICES, HomeKitEntity
|
||||||
|
|
||||||
HUMIDITY_ICON = 'mdi-water-percent'
|
HUMIDITY_ICON = 'mdi:water-percent'
|
||||||
TEMP_C_ICON = "mdi-temperature-celsius"
|
TEMP_C_ICON = "mdi:thermometer"
|
||||||
BRIGHTNESS_ICON = "mdi-brightness-6"
|
BRIGHTNESS_ICON = "mdi:brightness-6"
|
||||||
|
|
||||||
UNIT_PERCENT = "%"
|
UNIT_PERCENT = "%"
|
||||||
UNIT_LUX = "lux"
|
UNIT_LUX = "lux"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user