core/homeassistant/components/imgw_pib/icons.json

27 lines
484 B
JSON
Raw Normal View History

{
"entity": {
"binary_sensor": {
"flood_warning": {
"default": "mdi:check-circle",
"state": {
"on": "mdi:home-flood"
}
},
"flood_alarm": {
"default": "mdi:check-circle",
"state": {
"on": "mdi:home-flood"
}
}
},
"sensor": {
"water_level": {
"default": "mdi:waves"
},
"water_temperature": {
"default": "mdi:thermometer-water"
}
}
}
}