Use common states for "wi_fi_strength" in aquacell (#142047)

This commit is contained in:
Norbert Rittel
2025-04-02 22:37:56 +02:00
committed by GitHub
parent d13beec3e1
commit d56a3ac652

View File

@@ -36,9 +36,9 @@
"wi_fi_strength": { "wi_fi_strength": {
"name": "Wi-Fi strength", "name": "Wi-Fi strength",
"state": { "state": {
"low": "Low", "low": "[%key:common::state::low%]",
"medium": "Medium", "medium": "[%key:common::state::medium%]",
"high": "High" "high": "[%key:common::state::high%]"
} }
} }
} }