Use common states for "Auto" and "Manual" in `flipr` (#143011)
parent
5fd7306446
commit
9baf5ad404
|
@ -14,7 +14,7 @@
|
|||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||
"no_flipr_id_found": "No flipr or hub associated to your account for now. You should verify it is working with the Flipr's mobile app first."
|
||||
"no_flipr_id_found": "No Flipr or hub associated to your account for now. You should verify it is working with the Flipr mobile app first."
|
||||
}
|
||||
},
|
||||
"entity": {
|
||||
|
@ -44,8 +44,8 @@
|
|||
"hub_mode": {
|
||||
"name": "Mode",
|
||||
"state": {
|
||||
"auto": "Automatic",
|
||||
"manual": "Manual",
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"manual": "[%key:common::state::manual%]",
|
||||
"planning": "Planning"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue