mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 04:05:06 +02:00
Customize incomfort binary sensor icons (#119331)
This commit is contained in:
24
homeassistant/components/incomfort/icons.json
Normal file
24
homeassistant/components/incomfort/icons.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user