Use common state for "Manual" in hive (#143009)

This commit is contained in:
Norbert Rittel 2025-04-15 20:44:41 +02:00 committed by GitHub
parent 6a1739e883
commit bb5aefb9e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,7 +105,7 @@
"sensor": {
"heating": {
"state": {
"manual": "Manual",
"manual": "[%key:common::state::manual%]",
"off": "[%key:common::state::off%]",
"schedule": "Schedule"
}