mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Change all keys for "Open"/"Closed" to cover-keys (#773)
This commit is contained in:
parent
9e2396375e
commit
fdcc73c6cc
@ -92,12 +92,12 @@
|
|||||||
"on": "Connected"
|
"on": "Connected"
|
||||||
},
|
},
|
||||||
"door": {
|
"door": {
|
||||||
"off": "[%key:state::binary_sensor::opening::off%]",
|
"off": "[%key:state::cover::closed%]",
|
||||||
"on": "[%key:state::binary_sensor::opening::on%]"
|
"on": "[%key:state::cover::open%]"
|
||||||
},
|
},
|
||||||
"garage_door": {
|
"garage_door": {
|
||||||
"off": "[%key:state::binary_sensor::opening::off%]",
|
"off": "[%key:state::cover::closed%]",
|
||||||
"on": "[%key:state::binary_sensor::opening::on%]"
|
"on": "[%key:state::cover::open%]"
|
||||||
},
|
},
|
||||||
"gas": {
|
"gas": {
|
||||||
"off": "Clear",
|
"off": "Clear",
|
||||||
@ -120,8 +120,8 @@
|
|||||||
"on": "[%key:state::binary_sensor::gas::on%]"
|
"on": "[%key:state::binary_sensor::gas::on%]"
|
||||||
},
|
},
|
||||||
"opening": {
|
"opening": {
|
||||||
"off": "Closed",
|
"off": "[%key:state::cover::closed%]",
|
||||||
"on": "Open"
|
"on": "[%key:state::cover::open%]"
|
||||||
},
|
},
|
||||||
"presence": {
|
"presence": {
|
||||||
"off": "[%key:state::device_tracker::not_home%]",
|
"off": "[%key:state::device_tracker::not_home%]",
|
||||||
@ -148,8 +148,8 @@
|
|||||||
"on": "[%key:state::binary_sensor::gas::on%]"
|
"on": "[%key:state::binary_sensor::gas::on%]"
|
||||||
},
|
},
|
||||||
"window": {
|
"window": {
|
||||||
"off": "[%key:state::binary_sensor::opening::off%]",
|
"off": "[%key:state::cover::closed%]",
|
||||||
"on": "[%key:state::binary_sensor::opening::on%]"
|
"on": "[%key:state::cover::open%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user