mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Add valve-open/closed state icons (#121312)
This commit is contained in:
parent
8f7c3da456
commit
be0cf545b2
@ -1,13 +1,19 @@
|
||||
{
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"default": "mdi:pipe-valve"
|
||||
"default": "mdi:valve-open",
|
||||
"state": {
|
||||
"off": "mdi:valve-closed"
|
||||
}
|
||||
},
|
||||
"gas": {
|
||||
"default": "mdi:meter-gas"
|
||||
},
|
||||
"water": {
|
||||
"default": "mdi:pipe-valve"
|
||||
"default": "mdi:valve-open",
|
||||
"state": {
|
||||
"off": "mdi:valve-closed"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user