mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
Add icon translations to Steamist (#112246)
This commit is contained in:
parent
32964a2e90
commit
55d4299269
9
homeassistant/components/steamist/icons.json
Normal file
9
homeassistant/components/steamist/icons.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"entity": {
|
||||||
|
"switch": {
|
||||||
|
"steam_active": {
|
||||||
|
"default": "mdi:pot-steam"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -14,7 +14,6 @@ from .entity import SteamistEntity
|
|||||||
|
|
||||||
ACTIVE_SWITCH = SwitchEntityDescription(
|
ACTIVE_SWITCH = SwitchEntityDescription(
|
||||||
key="active",
|
key="active",
|
||||||
icon="mdi:pot-steam",
|
|
||||||
translation_key="steam_active",
|
translation_key="steam_active",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user