core/homeassistant/components/tuya/strings.select.json

23 lines
590 B
JSON

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