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": {
"state": {
"low": "Low",
"medium": "Medium",
"high": "High"
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"high": "[%key:common::state::high%]"
}
}
},