en.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "title": "Tuya Local",
  3. "config": {
  4. "step": {
  5. "user": {
  6. "title": "Configure your Tuya Local device",
  7. "description": "[Follow these instructions to find your device id and local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
  8. "data": {
  9. "name": "Name",
  10. "host": "IP address or hostname",
  11. "device_id": "Device ID (uuid)",
  12. "local_key": "Local key",
  13. "type": "Device type",
  14. "climate": "Include a climate entity (unsupported on switches)",
  15. "display_light": "Include LED display as a light entity (Goldair only)",
  16. "child_lock": "Include child lock as a lock entity (unsupported on fans and switches)",
  17. "switch": "Include a switch entity (switches only)",
  18. "humidifier": "Include a humidifier entity (humidifiers and dehumidifiers only)",
  19. "fan": "Include a fan entitiy (fans, humidifiers and dehumidifiers)"
  20. }
  21. }
  22. },
  23. "abort": {
  24. "already_configured": "A device with that ID has already been added.",
  25. "imported_connection": "Unable to connect to your device with the configured details."
  26. },
  27. "error": {
  28. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  29. }
  30. },
  31. "options": {
  32. "step": {
  33. "user": {
  34. "title": "Configure your Tuya Local device",
  35. "description": "[Follow these instructions to find your local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
  36. "data": {
  37. "host": "IP address or hostname",
  38. "local_key": "Local key",
  39. "type": "Device type",
  40. "climate": "Include device as a climate entity (unsupported for switches)",
  41. "display_light": "Include LED display as light entity (Goldair only)",
  42. "child_lock": "Include child lock as lock entity (unsupported on fans and switches)",
  43. "switch": "Include device as a switch entity (switches only)",
  44. "humidifier": "Include a humidifier entity (humidifiers and dehumidifiers only)",
  45. "fan": "Include a fan entitiy (fans, humidifiers and dehumidifiers)"
  46. }
  47. },
  48. "imported": {
  49. "title": "Configured via yaml"
  50. }
  51. },
  52. "error": {
  53. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  54. },
  55. "abort": {
  56. "imported": "This device is configured via your `configuration.yaml` file. To configure it via the UI, remove it from `configuration.yaml` first then add it here."
  57. }
  58. }
  59. }