mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Use common state for "Normal" in switchbot
(#149399)
This commit is contained in:
parent
1d9f779b2a
commit
b7b733efc3
@ -34,7 +34,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"encrypted_auth": {
|
"encrypted_auth": {
|
||||||
"description": "Please provide your SwitchBot app username and password. This data won't be saved and only used to retrieve your device's encryption key. Usernames and passwords are case sensitive.",
|
"description": "Please provide your SwitchBot app username and password. This data won't be saved and only used to retrieve your device's encryption key. Usernames and passwords are case-sensitive.",
|
||||||
"data": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"preset_mode": {
|
"preset_mode": {
|
||||||
"state": {
|
"state": {
|
||||||
"normal": "Normal",
|
"normal": "[%key:common::state::normal%]",
|
||||||
"natural": "Natural",
|
"natural": "Natural",
|
||||||
"sleep": "Sleep",
|
"sleep": "Sleep",
|
||||||
"baby": "Baby"
|
"baby": "Baby"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user