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