mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Use common state for "Auto", fix sentence-casing of "QR code" in romy
(#143016)
This commit is contained in:
parent
57bf59f6bd
commit
3a8828325a
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user