mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Replace "Stand-by" and "Off" with common states in palazzetti
(#141809)
Also fixes the wrong spelling of "Stand-by" by using "Standby" from the common string.
This commit is contained in:
parent
31ed6a48cb
commit
eb90958341
@ -74,7 +74,7 @@
|
|||||||
"status": {
|
"status": {
|
||||||
"name": "Status",
|
"name": "Status",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "Off",
|
"off": "[%key:common::state::off%]",
|
||||||
"off_timer": "Timer-regulated switch off",
|
"off_timer": "Timer-regulated switch off",
|
||||||
"test_fire": "Ignition test",
|
"test_fire": "Ignition test",
|
||||||
"heatup": "Pellet feed",
|
"heatup": "Pellet feed",
|
||||||
@ -83,7 +83,7 @@
|
|||||||
"burning": "Operating",
|
"burning": "Operating",
|
||||||
"burning_mod": "Operating - Modulating",
|
"burning_mod": "Operating - Modulating",
|
||||||
"unknown": "Unknown",
|
"unknown": "Unknown",
|
||||||
"cool_fluid": "Stand-by",
|
"cool_fluid": "[%key:common::state::standby%]",
|
||||||
"fire_stop": "Switch off",
|
"fire_stop": "Switch off",
|
||||||
"clean_fire": "Burn pot cleaning",
|
"clean_fire": "Burn pot cleaning",
|
||||||
"cooling": "Cooling in progress",
|
"cooling": "Cooling in progress",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user