Add icon translations to Yale (#112361)

This commit is contained in:
Joost Lekkerkerker
2024-03-05 13:58:02 +01:00
committed by GitHub
parent de803349fb
commit a26e52aa0c
2 changed files with 9 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ BUTTON_TYPES = (
ButtonEntityDescription(
key="panic",
translation_key="panic",
icon="mdi:alarm-light",
),
)

View File

@@ -0,0 +1,9 @@
{
"entity": {
"button": {
"panic": {
"default": "mdi:alarm-light"
}
}
}
}