Customize incomfort binary sensor icons (#119331)

This commit is contained in:
Jan Bouwhuis 2024-06-11 07:07:52 +02:00 committed by GitHub
parent 013c117570
commit 8942088419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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"
}
}
}
}
}