mirror of
https://github.com/home-assistant/core.git
synced 2026-07-13 17:44:45 +01:00
Add icon translations to Yale (#112361)
This commit is contained in:
committed by
GitHub
parent
de803349fb
commit
a26e52aa0c
@@ -16,7 +16,6 @@ BUTTON_TYPES = (
|
||||
ButtonEntityDescription(
|
||||
key="panic",
|
||||
translation_key="panic",
|
||||
icon="mdi:alarm-light",
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"entity": {
|
||||
"button": {
|
||||
"panic": {
|
||||
"default": "mdi:alarm-light"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user