Replace "Charging" state for binary_sensor with common string (#141796)

This commit is contained in:
Norbert Rittel 2025-03-30 11:41:01 +02:00 committed by GitHub
parent f1b059c75d
commit beb92a7f9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,7 +132,7 @@
"name": "Charging",
"state": {
"off": "Not charging",
"on": "Charging"
"on": "[%key:common::state::charging%]"
}
},
"carbon_monoxide": {