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": {
"name": "Wi-Fi strength",
"state": {
"low": "Low",
"medium": "Medium",
"high": "High"
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"high": "[%key:common::state::high%]"
}
}
}