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:
Norbert Rittel 2025-03-30 20:12:15 +02:00 committed by GitHub
parent 933f422588
commit dc16494332
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,9 +33,9 @@
}, },
"select": { "select": {
"auto_lock_time": { "auto_lock_time": {
"name": "Auto-Lock time", "name": "Auto-lock time",
"state": { "state": {
"0": "Disabled", "0": "[%key:common::state::disabled%]",
"15": "15 seconds", "15": "15 seconds",
"30": "30 seconds", "30": "30 seconds",
"60": "1 minute", "60": "1 minute",