* Add icon translations to AVM FRITZ!Box Call Monitor * Update homeassistant/components/fritzbox_callmonitor/icons.json Co-authored-by: Franck Nijhof <frenck@frenck.nl> * Update homeassistant/components/fritzbox_callmonitor/icons.json Co-authored-by: Franck Nijhof <frenck@frenck.nl> --------- Co-authored-by: Franck Nijhof <frenck@frenck.nl>
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"fritzbox_callmonitor": {
|
|
"default": "mdi:phone",
|
|
"state": {
|
|
"ringing": "mdi:phone-incoming",
|
|
"dialing": "mdi:phone-outgoing",
|
|
"talking": "mdi:phone-in-talk"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|