1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-26 04:46:08 +00:00
Files
core/homeassistant/components/flume/icons.json
2024-02-27 18:36:12 -10:00

16 lines
224 B
JSON

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