mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Replace "Standby" and "Idle" with common states in fronius
(#141812)
This commit is contained in:
parent
11d68cef54
commit
efad20cdff
@ -182,10 +182,10 @@
|
||||
"state": {
|
||||
"startup": "Startup",
|
||||
"running": "Running",
|
||||
"standby": "Standby",
|
||||
"standby": "[%key:common::state::standby%]",
|
||||
"bootloading": "Bootloading",
|
||||
"error": "Error",
|
||||
"idle": "Idle",
|
||||
"idle": "[%key:common::state::idle%]",
|
||||
"ready": "Ready",
|
||||
"sleeping": "Sleeping"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user