core/homeassistant/components/xiaomi_miio/translations/select.en.json

19 lines
438 B
JSON
Raw Normal View History

2021-08-05 00:34:46 +00:00
{
"state": {
2022-08-17 00:26:42 +00:00
"xiaomi_miio__display_orientation": {
"forward": "Forward",
"left": "Left",
"right": "Right"
},
2021-08-05 00:34:46 +00:00
"xiaomi_miio__led_brightness": {
"bright": "Bright",
"dim": "Dim",
"off": "Off"
2022-08-17 00:26:42 +00:00
},
"xiaomi_miio__ptc_level": {
"high": "High",
"low": "Low",
"medium": "Medium"
2021-08-05 00:34:46 +00:00
}
}
}