core/homeassistant/components/yale_smart_alarm/icons.json

20 lines
328 B
JSON

{
"entity": {
"button": {
"panic": {
"default": "mdi:alarm-light"
}
},
"select": {
"volume": {
"default": "mdi:volume-high",
"state": {
"high": "mdi:volume-high",
"low": "mdi:volume-low",
"off": "mdi:volume-off"
}
}
}
}
}