Use common state for "Auto", fix sentence-casing of "QR code" in romy (#143016)

This commit is contained in:
Norbert Rittel 2025-04-15 22:38:06 +02:00 committed by GitHub
parent 57bf59f6bd
commit 3a8828325a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "(8 characters, see QR Code under the dustbin)."
"password": "(8 characters, see QR code under the dustbin)."
}
},
"zeroconf_confirm": {
@ -36,12 +36,12 @@
"fan_speed": {
"state": {
"default": "Default",
"auto": "[%key:common::state::auto%]",
"normal": "[%key:common::state::normal%]",
"high": "[%key:common::state::high%]",
"intensive": "Intensive",
"silent": "Silent",
"super_silent": "Super silent",
"auto": "Auto"
"super_silent": "Super silent"
}
}
}