Update state labels to use common keys in compit (#164261)

This commit is contained in:
Johnny Willemsen
2026-02-26 18:56:11 +01:00
committed by GitHub
parent d94f15b985
commit bf60d57cc2
+4 -4
View File
@@ -329,8 +329,8 @@
"nano_nr_3": "Nano 3",
"nano_nr_4": "Nano 4",
"nano_nr_5": "Nano 5",
"off": "Off",
"on": "On",
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"summer": "Summer",
"winter": "Winter"
}
@@ -368,8 +368,8 @@
"pump_status": {
"name": "Pump status",
"state": {
"off": "Off",
"on": "On"
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
},
"return_circuit_temperature": {