mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Use on state icons by default in Balboa spa integration (#111911)
This commit is contained in:
parent
9cc0006b92
commit
30d1f70468
@ -2,21 +2,21 @@
|
||||
"entity": {
|
||||
"binary_sensor": {
|
||||
"filter_1": {
|
||||
"default": "mdi:sync-off",
|
||||
"default": "mdi:sync",
|
||||
"state": {
|
||||
"on": "mdi:sync"
|
||||
"off": "mdi:sync-off"
|
||||
}
|
||||
},
|
||||
"filter_2": {
|
||||
"default": "mdi:sync-off",
|
||||
"default": "mdi:sync",
|
||||
"state": {
|
||||
"on": "mdi:sync"
|
||||
"off": "mdi:sync-off"
|
||||
}
|
||||
},
|
||||
"circ_pump": {
|
||||
"default": "mdi:pump-off",
|
||||
"default": "mdi:pump",
|
||||
"state": {
|
||||
"on": "mdi:pump"
|
||||
"off": "mdi:pump-off"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user