1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/imap/icons.json
2025-10-28 10:33:10 +01:00

30 lines
545 B
JSON

{
"entity": {
"sensor": {
"imap_mail_count": {
"default": "mdi:email-alert-outline",
"state": {
"0": "mdi:email-check-outline"
}
}
}
},
"services": {
"delete": {
"service": "mdi:trash-can-outline"
},
"fetch": {
"service": "mdi:email-sync-outline"
},
"fetch_part": {
"service": "mdi:email-sync-outline"
},
"move": {
"service": "mdi:email-arrow-right-outline"
},
"seen": {
"service": "mdi:email-open-outline"
}
}
}