mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Replace "Connected" and "Disconnected" with common states (#141913)
This commit is contained in:
parent
fba11d8016
commit
33b6d0a45f
@ -53,9 +53,9 @@
|
||||
"connection_status": {
|
||||
"name": "Connection status",
|
||||
"state": {
|
||||
"connected": "Connected",
|
||||
"connected": "[%key:common::state::connected%]",
|
||||
"firewalled": "Firewalled",
|
||||
"disconnected": "Disconnected"
|
||||
"disconnected": "[%key:common::state::disconnected%]"
|
||||
}
|
||||
},
|
||||
"active_torrents": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user