diff --git a/homeassistant/components/plum_lightpad/icons.json b/homeassistant/components/plum_lightpad/icons.json new file mode 100644 index 00000000000..dd65160e474 --- /dev/null +++ b/homeassistant/components/plum_lightpad/icons.json @@ -0,0 +1,9 @@ +{ + "entity": { + "light": { + "glow_ring": { + "default": "mdi:crop-portrait" + } + } + } +} diff --git a/homeassistant/components/plum_lightpad/light.py b/homeassistant/components/plum_lightpad/light.py index 9464e66e3a9..6d591d29fe4 100644 --- a/homeassistant/components/plum_lightpad/light.py +++ b/homeassistant/components/plum_lightpad/light.py @@ -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."""