Fix icons for homekit_controller sensors (#23921)

This commit is contained in:
Jc2k 2019-05-16 22:30:48 +01:00 committed by GitHub
parent 297d24c5b0
commit 03a0a3572b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"