Add icon translations to Yale (#112361)
This commit is contained in:
parent
de803349fb
commit
a26e52aa0c
2 changed files with 9 additions and 1 deletions
|
@ -16,7 +16,6 @@ BUTTON_TYPES = (
|
|||
ButtonEntityDescription(
|
||||
key="panic",
|
||||
translation_key="panic",
|
||||
icon="mdi:alarm-light",
|
||||
),
|
||||
)
|
||||
|
||||
|
|
9
homeassistant/components/yale_smart_alarm/icons.json
Normal file
9
homeassistant/components/yale_smart_alarm/icons.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"entity": {
|
||||
"button": {
|
||||
"panic": {
|
||||
"default": "mdi:alarm-light"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue