Use common states for "Auto" and "Manual" in `flipr` (#143011)

pull/143047/head
Norbert Rittel 2025-04-15 22:39:20 +02:00 committed by GitHub
parent 5fd7306446
commit 9baf5ad404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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"
}
}