Use common states for "Low" / "Medium" / "High" in climate (#142842)

This commit is contained in:
Norbert Rittel
2025-04-14 09:42:05 +02:00
committed by GitHub
parent 9bff86e7aa
commit bfc3080292

View File

@@ -51,9 +51,9 @@
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"auto": "Auto",
"low": "Low",
"medium": "Medium",
"high": "High",
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"high": "[%key:common::state::high%]",
"top": "Top",
"middle": "Middle",
"focus": "Focus",