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 (#141912)
This commit is contained in:
parent
33b6d0a45f
commit
05a5b8cdf0
@ -72,8 +72,8 @@
|
|||||||
"connection": {
|
"connection": {
|
||||||
"name": "Connection status",
|
"name": "Connection status",
|
||||||
"state": {
|
"state": {
|
||||||
"connected": "Connected",
|
"connected": "[%key:common::state::connected%]",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "[%key:common::state::disconnected%]",
|
||||||
"connecting": "Connecting",
|
"connecting": "Connecting",
|
||||||
"disconnecting": "Disconnecting"
|
"disconnecting": "Disconnecting"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user