Use the beautiful ambient light icon (#42153)

This commit is contained in:
Dermot Duffy 2020-10-21 02:00:19 -07:00 committed by GitHub
parent 45345ddc05
commit 83e843820b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ PLATFORM_SCHEMA = vol.All(
ICON_LIGHTBULB = "mdi:lightbulb"
ICON_EFFECT = "mdi:lava-lamp"
ICON_EXTERNAL_SOURCE = "mdi:video-input-hdmi"
ICON_EXTERNAL_SOURCE = "mdi:television-ambient-light"
async def async_setup_platform(hass, config, async_add_entities, discovery_info=None):