mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Replace "Disabled" with common state in schlage
, fix sentence-case (#141849)
Replace "Disabled" with common state in `lamarzocco`, fix sentence-case - replace "Disabled" with with common state reference - fix sentence-casing of "Auto-lock"
This commit is contained in:
parent
933f422588
commit
dc16494332
@ -33,9 +33,9 @@
|
||||
},
|
||||
"select": {
|
||||
"auto_lock_time": {
|
||||
"name": "Auto-Lock time",
|
||||
"name": "Auto-lock time",
|
||||
"state": {
|
||||
"0": "Disabled",
|
||||
"0": "[%key:common::state::disabled%]",
|
||||
"15": "15 seconds",
|
||||
"30": "30 seconds",
|
||||
"60": "1 minute",
|
||||
|
Loading…
x
Reference in New Issue
Block a user