Adjust icons for MDI bump (#37730)

This commit is contained in:
Bram Kragten 2020-07-14 22:17:14 +02:00 committed by GitHub
parent 5cd6370822
commit 9ecaa10e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 84 additions and 68 deletions

View file

@ -17,7 +17,7 @@ from . import KNOWN_DEVICES, HomeKitEntity
HUMIDITY_ICON = "mdi:water-percent"
TEMP_C_ICON = "mdi:thermometer"
BRIGHTNESS_ICON = "mdi:brightness-6"
CO2_ICON = "mdi:periodic-table-co2"
CO2_ICON = "mdi:molecule-co2"
UNIT_LUX = "lux"