diff --git a/homeassistant/components/incomfort/icons.json b/homeassistant/components/incomfort/icons.json new file mode 100644 index 00000000000..eb93ed9a319 --- /dev/null +++ b/homeassistant/components/incomfort/icons.json @@ -0,0 +1,24 @@ +{ + "entity": { + "binary_sensor": { + "is_burning": { + "state": { + "off": "mdi:fire-off", + "on": "mdi:fire" + } + }, + "is_pumping": { + "state": { + "off": "mdi:pump-off", + "on": "mdi:pump" + } + }, + "is_tapping": { + "state": { + "off": "mdi:water-pump-off", + "on": "mdi:water-pump" + } + } + } + } +}