mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Use common states for "wi_fi_strength" in aquacell
(#142047)
This commit is contained in:
@@ -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%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user