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

This commit is contained in:
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

View File

@ -14,7 +14,7 @@
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]", "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": { "entity": {
@ -44,8 +44,8 @@
"hub_mode": { "hub_mode": {
"name": "Mode", "name": "Mode",
"state": { "state": {
"auto": "Automatic", "auto": "[%key:common::state::auto%]",
"manual": "Manual", "manual": "[%key:common::state::manual%]",
"planning": "Planning" "planning": "Planning"
} }
} }