en.json 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "host": "IP address or hostname",
  10. "device_id": "Device ID (uuid)",
  11. "local_key": "Local key"
  12. }
  13. },
  14. "select_type": {
  15. "title": "Choose the type of device",
  16. "description": "Choose the type that matches your device",
  17. "data": {
  18. "type": "Device type"
  19. }
  20. },
  21. "choose_entities": {
  22. "title": "Device details",
  23. "description": "Choose a name for this device, and which entities will be enabled",
  24. "data": {
  25. "name": "Name",
  26. "humidifier": "Include a humidifier entity",
  27. "fan": "Include a fan entitiy",
  28. "climate": "Include a climate entity",
  29. "light": "Include a light entity",
  30. "lock": "Include a lock entity",
  31. "switch": "Include a switch entity",
  32. "climate_dehumidifier_as_climate": "Include a climate entity for the dehumidifier (deprecated, recommend using humidifier and fan instead)",
  33. "fan_intensity": "Include intensity as a fan entitiy",
  34. "light_aq_indicator": "Include AQ indicator as a light entity",
  35. "light_display": "Include display as a light entity",
  36. "light_uv_sterilization": "Include UV sterilization as a light entitiy",
  37. "lock_child_lock": "Include child lock as a lock entity",
  38. "switch_air_clean": "Include air clean as a switch entity",
  39. "switch_ionizer": "Include ionizer as a switch entity",
  40. "switch_master": "Include master switch as a switch entity",
  41. "switch_open_window_detector": "Include open window detect as a switch entity",
  42. "switch_outlet_1": "Include outlet 1 as a switch entity",
  43. "switch_outlet_2": "Include outlet 2 as a switch entity",
  44. "switch_sleep": "Include sleep mode as a switch entity",
  45. "switch_sound": "Include sound mute as a switch entity",
  46. "switch_uv_sterilization": "Include UV sterilization as a switch"
  47. }
  48. }
  49. },
  50. "abort": {
  51. "already_configured": "A device with that ID has already been added.",
  52. "not_supported": "Sorry, there is no support for this device."
  53. },
  54. "error": {
  55. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  56. }
  57. },
  58. "options": {
  59. "step": {
  60. "user": {
  61. "title": "Configure your Tuya Local device",
  62. "description": "[Follow these instructions to find your local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
  63. "data": {
  64. "host": "IP address or hostname",
  65. "local_key": "Local key",
  66. "humidifier": "Include a humidifier entity",
  67. "fan": "Include a fan entitiy",
  68. "climate": "Include a climate entity",
  69. "light": "Include a light entity",
  70. "lock": "Include a lock entity",
  71. "switch": "Include a switch entity",
  72. "climate_dehumidifier_as_climate": "Include a climate entity for the dehumidifier (deprecated, recommend using humidifier and fan instead)",
  73. "fan_fan": "Include a fan entity",
  74. "fan_intensity": "Include intensity as a fan entitiy",
  75. "humidifier_humidifier": "Include a humidifier entity",
  76. "light_aq_indicator": "Include AQ indicator as a light entity",
  77. "light_display": "Include display as a light entity",
  78. "light_light": "Include a light entity",
  79. "light_uv_sterilization": "Include UV sterilization as a light entitiy",
  80. "lock_child_lock": "Include child lock as a lock entity",
  81. "switch_air_clean": "Include air clean as a switch entity",
  82. "switch_ionizer": "Include ionizer as a switch entity",
  83. "switch_master": "Include master switch as a switch entity",
  84. "switch_open_window_detector": "Include open window detect as a switch entity",
  85. "switch_sleep": "Include sleep mode as a switch entity",
  86. "switch_sound": "Include sound mute as a switch entity",
  87. "switch_uv_sterilization": "Include UV sterilization as a switch"
  88. }
  89. }
  90. },
  91. "error": {
  92. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  93. },
  94. "abort": {
  95. "not_supported": "Sorry, there is no support for this device."
  96. }
  97. }
  98. }