hass-core/homeassistant/components/modem_callerid/icons.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
215 B
JSON
Raw Permalink Normal View History

{
"entity": {
"button": {
"phone_modem_reject": {
"default": "mdi:phone-hangup"
}
},
"sensor": {
"incoming_call": {
"default": "mdi:phone-classic"
}
}
}
}