mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 12:24:48 +02:00
Replace "Connected" and "Disconnected" with common states (#141912)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user