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

View File

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