Use common states for "ptc_level" in xiaomi_miio (#142044)

This commit is contained in:
Norbert Rittel
2025-04-02 22:38:14 +02:00
committed by GitHub
parent d56a3ac652
commit 519a416837

View File

@@ -88,9 +88,9 @@
}, },
"ptc_level": { "ptc_level": {
"state": { "state": {
"low": "Low", "low": "[%key:common::state::low%]",
"medium": "Medium", "medium": "[%key:common::state::medium%]",
"high": "High" "high": "[%key:common::state::high%]"
} }
} }
}, },