mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 18:27:51 +00:00
Add icon translations to Yale (#112361)
This commit is contained in:
parent
de803349fb
commit
a26e52aa0c
@ -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…
x
Reference in New Issue
Block a user