mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +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%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"password": "(8 characters, see QR Code under the dustbin)."
|
"password": "(8 characters, see QR code under the dustbin)."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zeroconf_confirm": {
|
"zeroconf_confirm": {
|
||||||
@ -36,12 +36,12 @@
|
|||||||
"fan_speed": {
|
"fan_speed": {
|
||||||
"state": {
|
"state": {
|
||||||
"default": "Default",
|
"default": "Default",
|
||||||
|
"auto": "[%key:common::state::auto%]",
|
||||||
"normal": "[%key:common::state::normal%]",
|
"normal": "[%key:common::state::normal%]",
|
||||||
"high": "[%key:common::state::high%]",
|
"high": "[%key:common::state::high%]",
|
||||||
"intensive": "Intensive",
|
"intensive": "Intensive",
|
||||||
"silent": "Silent",
|
"silent": "Silent",
|
||||||
"super_silent": "Super silent",
|
"super_silent": "Super silent"
|
||||||
"auto": "Auto"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user