core/homeassistant/components/intellifire/icons.json

60 lines
1.2 KiB
JSON

{
"entity": {
"binary_sensor": {
"flame": {
"default": "mdi:fire"
},
"timer_on": {
"default": "mdi:camera-timer"
},
"pilot_light_on": {
"default": "mdi:fire-alert"
},
"thermostat_on": {
"default": "mdi:home-thermometer-outline"
},
"fan_delay_error": {
"default": "mdi:fan-alert"
},
"fan_error": {
"default": "mdi:fan-alert"
},
"local_connectivity": {
"default": "mdi:lan-pending",
"state": {
"on": "mdi:lan-connect",
"off": "mdi:lan-disconnect"
}
},
"cloud_connectivity": {
"default": "mdi:cloud-question",
"state": {
"on": "mdi:cloud-check-variant-outline",
"off": "mdi:cloud-alert-outline"
}
}
},
"number": {
"flame_control": {
"default": "mdi:arrow-expand-vertical"
}
},
"sensor": {
"flame_height": {
"default": "mdi:fire-circle"
},
"fan_speed": {
"default": "mdi:fan"
},
"timer_end_timestamp": {
"default": "mdi:timer-sand"
}
},
"switch": {
"pilot_light": {
"default": "mdi:fire-alert"
}
}
}
}