mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +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": {
|
"connection_status": {
|
||||||
"name": "Connection status",
|
"name": "Connection status",
|
||||||
"state": {
|
"state": {
|
||||||
"connected": "Connected",
|
"connected": "[%key:common::state::connected%]",
|
||||||
"firewalled": "Firewalled",
|
"firewalled": "Firewalled",
|
||||||
"disconnected": "Disconnected"
|
"disconnected": "[%key:common::state::disconnected%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active_torrents": {
|
"active_torrents": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user