mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Use common states for "ptc_level" in xiaomi_miio
(#142044)
This commit is contained in:
@@ -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%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user