Use common state for "Off" in nut (#142643)

This commit is contained in:
Norbert Rittel 2025-04-10 10:08:12 +02:00 committed by GitHub
parent d2bd0e8ca2
commit 4096a8931a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@
"resting": "Resting",
"unknown": "Unknown",
"disabled": "[%key:common::state::disabled%]",
"off": "Off"
"off": "[%key:common::state::off%]"
}
},
"battery_current": { "name": "Battery current" },