1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/homeassistant/components/flume/icons.json
2024-08-28 13:47:02 +02:00

18 lines
249 B
JSON

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