mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Use common state for "Manual" in hive
(#143009)
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
"sensor": {
|
||||
"heating": {
|
||||
"state": {
|
||||
"manual": "Manual",
|
||||
"manual": "[%key:common::state::manual%]",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"schedule": "Schedule"
|
||||
}
|
||||
|
Reference in New Issue
Block a user