hass-core/homeassistant/components/flume/icons.json
2024-02-27 18:36:12 -10:00

15 lines
224 B
JSON

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