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

19 lines
457 B
JSON
Raw Normal View History

2021-08-05 00:34:46 +00:00
{
"state": {
2022-08-18 00:25:40 +00:00
"xiaomi_miio__display_orientation": {
"forward": "Vorw\u00e4rts",
"left": "Links",
"right": "Rechts"
},
2021-08-05 00:34:46 +00:00
"xiaomi_miio__led_brightness": {
"bright": "Helligkeit",
"dim": "Dimmer",
"off": "Aus"
2022-08-18 00:25:40 +00:00
},
"xiaomi_miio__ptc_level": {
"high": "Hoch",
"low": "Niedrig",
"medium": "Mittel"
2021-08-05 00:34:46 +00:00
}
}
}