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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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%]"
}
}
},