mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
Add icon translations to Plum lightpad (#112183)
This commit is contained in:
parent
cb3c7f6b0a
commit
fb5e5221ae
9
homeassistant/components/plum_lightpad/icons.json
Normal file
9
homeassistant/components/plum_lightpad/icons.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"entity": {
|
||||
"light": {
|
||||
"glow_ring": {
|
||||
"default": "mdi:crop-portrait"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -130,8 +130,8 @@ class GlowRing(LightEntity):
|
||||
|
||||
_attr_color_mode = ColorMode.HS
|
||||
_attr_should_poll = False
|
||||
_attr_translation_key = "glow_ring"
|
||||
_attr_supported_color_modes = {ColorMode.HS}
|
||||
_attr_icon = "mdi:crop-portrait"
|
||||
|
||||
def __init__(self, lightpad):
|
||||
"""Initialize the light."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user