mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Use common state for "Off" in nut
(#142643)
This commit is contained in:
@@ -136,7 +136,7 @@
|
|||||||
"resting": "Resting",
|
"resting": "Resting",
|
||||||
"unknown": "Unknown",
|
"unknown": "Unknown",
|
||||||
"disabled": "[%key:common::state::disabled%]",
|
"disabled": "[%key:common::state::disabled%]",
|
||||||
"off": "Off"
|
"off": "[%key:common::state::off%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"battery_current": { "name": "Battery current" },
|
"battery_current": { "name": "Battery current" },
|
||||||
|
Reference in New Issue
Block a user