mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Customize incomfort binary sensor icons (#119331)
This commit is contained in:
parent
013c117570
commit
8942088419
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user