Add icon translations to Steamist (#112246)

This commit is contained in:
Joost Lekkerkerker
2024-03-04 20:04:13 +01:00
committed by GitHub
parent 32964a2e90
commit 55d4299269
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{
"entity": {
"switch": {
"steam_active": {
"default": "mdi:pot-steam"
}
}
}
}

View File

@@ -14,7 +14,6 @@ from .entity import SteamistEntity
ACTIVE_SWITCH = SwitchEntityDescription(
key="active",
icon="mdi:pot-steam",
translation_key="steam_active",
)