1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-25 15:36:30 +01:00
Files
core/homeassistant/components/fritzbox_callmonitor/icons.json
T
2025-10-28 10:33:10 +01:00

15 lines
272 B
JSON

{
"entity": {
"sensor": {
"fritzbox_callmonitor": {
"default": "mdi:phone",
"state": {
"dialing": "mdi:phone-outgoing",
"ringing": "mdi:phone-incoming",
"talking": "mdi:phone-in-talk"
}
}
}
}
}