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

22 lines
574 B
JSON

{
"state": {
"tuya__led_type": {
"halogen": "Halogen",
"incandescent": "Incandescent",
"led": "LED"
},
"tuya__light_mode": {
"none": "Off",
"pos": "Indicate switch location",
"relay": "Indicate switch on/off state"
},
"tuya__relay_status": {
"last": "Remember last state",
"memory": "Remember last state",
"off": "Off",
"on": "On",
"power_off": "Off",
"power_on": "On"
}
}
}