| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "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": {
- "host": "IP address or hostname",
- "device_id": "Device ID (uuid)",
- "local_key": "Local key"
- }
- }
- "type": {
- "title": "Choose the type of device",
- "description": "Choose the type that matches your device",
- "data": {
- "type": "Device type"
- }
- }
- "entities": {
- "title": "Device details",
- "description": "Choose a name for this device, and which entities will be enabled",
- "data": {
- "name": "Name",
- "humidifier": "Include a humidifier entity",
- "fan": "Include a fan entitiy"
- "climate": "Include a climate entity",
- "light": "Include a light entity",
- "lock": "Include a lock entity",
- "switch": "Include a switch entity"
- }
- }
- },
- "abort": {
- "already_configured": "A device with that ID has already been added.",
- "imported_connection": "Unable to connect to your device with the configured details."
- },
- "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",
- "humidifier": "Include a humidifier entity",
- "fan": "Include a fan entitiy"
- "climate": "Include a climate entity",
- "light": "Include a light entity",
- "lock": "Include a lock entity",
- "switch": "Include a switch entity",
- }
- },
- },
- "error": {
- "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
- },
- "abort": {
- "not_supported": "No configuration matching this device was found"
- }
- }
- }
|