mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 10:55:50 +00:00
19 lines
376 B
JSON
19 lines
376 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"imap_mail_count": {
|
|
"default": "mdi:email-alert-outline",
|
|
"state": {
|
|
"0": "mdi:email-check-outline"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"seen": "mdi:email-open-outline",
|
|
"move": "mdi:email-arrow-right-outline",
|
|
"delete": "mdi:trash-can-outline",
|
|
"fetch": "mdi:email-sync-outline"
|
|
}
|
|
}
|