mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Replace "Connected" and "Disconnected" with common states (#141912)
This commit is contained in:
parent
33b6d0a45f
commit
05a5b8cdf0
@ -72,8 +72,8 @@
|
||||
"connection": {
|
||||
"name": "Connection status",
|
||||
"state": {
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"connected": "[%key:common::state::connected%]",
|
||||
"disconnected": "[%key:common::state::disconnected%]",
|
||||
"connecting": "Connecting",
|
||||
"disconnecting": "Disconnecting"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user