mirror of
https://github.com/elisspace/core.git
synced 2026-09-21 10:07:54 +00:00
20 lines
357 B
JSON
20 lines
357 B
JSON
{
|
|
"state": {
|
|
"xiaomi_miio__led_brightness": {
|
|
"bright": "Bright",
|
|
"dim": "Dim",
|
|
"off": "Off"
|
|
},
|
|
"xiaomi_miio__display_orientation": {
|
|
"forward": "Forward",
|
|
"left": "Left",
|
|
"right": "Right"
|
|
},
|
|
"xiaomi_miio__ptc_level": {
|
|
"low": "Low",
|
|
"medium": "Medium",
|
|
"high": "High"
|
|
}
|
|
}
|
|
}
|