| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "title": "Tuya Local",
- "config": {
- "step": {
- "user": {
- "title": "Configure your Tuya Local device",
- "description": "[Follow these instructions to find your device id and local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
- "data": {
- "name": "Name",
- "host": "IP address or hostname",
- "device_id": "Device ID (uuid)",
- "local_key": "Local key",
- "type": "Device type",
- "climate": "Include a climate entity",
- "display_light": "Include LED display as a light entity",
- "child_lock": "Include child lock as a lock entity (unsupported on fans)"
- }
- }
- },
- "abort": {
- "already_configured": "A device with that ID has already been added."
- },
- "error": {
- "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
- }
- },
- "options": {
- "step": {
- "user": {
- "title": "Configure your Tuya Local device",
- "description": "[Follow these instructions to find your local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
- "data": {
- "host": "IP address or hostname",
- "local_key": "Local key",
- "type": "Device type",
- "climate": "Include device as a climate entity",
- "display_light": "Include LED display as light entity",
- "child_lock": "Include child lock as lock entity (unsupported on fans)"
- }
- }
- },
- "error": {
- "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
- }
- }
- }
|