core/homeassistant/components/flume/icons.json

18 lines
249 B
JSON

{
"entity": {
"binary_sensor": {
"leak": {
"default": "mdi:pipe-leak"
},
"flow": {
"default": "mdi:waves"
}
}
},
"services": {
"list_notifications": {
"service": "mdi:bell"
}
}
}