en.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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. "binary_sensor": "Include a binary sensor entity",
  27. "climate": "Include a climate entity",
  28. "fan": "Include a fan entitiy",
  29. "humidifier": "Include a humidifier entity",
  30. "light": "Include a light entity",
  31. "lock": "Include a lock entity",
  32. "number": "Include a number entity",
  33. "select": "Include a select entity",
  34. "sensor": "Include a sensor entity",
  35. "switch": "Include a switch entity",
  36. "binary_sensor_continuous_heat": "Include continuous heat alarm as a binary_sensor entity",
  37. "binary_sensor_defrost": "Include defrost as a binary_sensor entity.",
  38. "binary_sensor_high_temperature": "Include high temperature alarm as a binary_sensor entity",
  39. "binary_sensor_low_temperature": "Include low temperature alarm as a binary_sensor entity",
  40. "binary_sensor_tank": "Include tank as a binary_sensor entity",
  41. "binary_sensor_water_flow": "Include water flow warning as a binary_sensor entity",
  42. "climate_dehumidifier_as_climate": "Include a climate entity for the dehumidifier (deprecated, recommend using humidifier and fan instead)",
  43. "fan_intensity": "Include intensity as a fan entitiy",
  44. "light_aq_indicator": "Include AQ indicator as a light entity",
  45. "light_backlight": "Include backlight as a light entity",
  46. "light_display": "Include display as a light entity",
  47. "light_flame": "Include flame as a light entity",
  48. "light_uv_sterilization": "Include UV sterilization as a light entitiy",
  49. "lock_child_lock": "Include child lock as a lock entity",
  50. "number_calibration_offset": "Include calibration offset as a number entitiy",
  51. "number_calibration_swing": "Include calibration swing as a number entity",
  52. "number_continuous_heat_hours": "Include Continuous Heating Time as a number entity",
  53. "number_high_temperature_limit": "Include High Temperature Limit as a number entity",
  54. "number_low_temperature_limit": "Include Low Temperature Limit as a number entity",
  55. "number_floor_temperature_limit": "Include Floor Temperature Limit as a number entity",
  56. "number_power_rating": "Include Power Rating as a number entity",
  57. "number_timer": "Include timer as a number entity",
  58. "number_timer_1": "Include timer 1 as a number entity",
  59. "number_timer_2": "Include timer 2 as a number entity",
  60. "select_initial_state": "Include initial state as a select entity.",
  61. "select_installation": "Include installation as a select entity.",
  62. "select_schedule": "Include schedule as a select entity",
  63. "select_timer": "Include timer as a select entity",
  64. "select_temperature_sensor": "Include temperature sensor config as a select entity",
  65. "select_temperature_unit": "Include temerature unit as a select entity",
  66. "sensor_air_quality": "Include air quality as a sensor entity",
  67. "sensor_prefilter_life": "Include prefilter life as a sensor entity",
  68. "sensor_charcoal_filter_life": "Include charcoal filter life as a sensor entity",
  69. "sensor_active_filter_life": "Include active filter life as a sensor entity",
  70. "sensor_hepa_filter_life": "Include HEPA filter life as a sensor entity",
  71. "sensor_current_humidity": "Include current humidity as a sensor entity",
  72. "sensor_current_temperature": "Include current temperature as a sensor entity",
  73. "sensor_external_temperature": "Include external temperature as a sensor entity",
  74. "sensor_power_level": "Include power level as a sensor entity",
  75. "sensor_timer": "Include time remaining as a sensor entity",
  76. "sensor_floor_temperature": "Include floor temperature as a sensor entity",
  77. "sensor_current": "Include current as a sensor entity",
  78. "sensor_voltage": "Include voltage as a sensor entity",
  79. "sensor_open": "Include open as a sensor entity",
  80. "switch_adaptive": "Include adaptive as a switch 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_outlet_1": "Include outlet 1 as a switch entity",
  86. "switch_outlet_2": "Include outlet 2 as a switch entity",
  87. "switch_sleep": "Include sleep mode as a switch entity",
  88. "switch_sound": "Include sound mute as a switch entity",
  89. "switch_uv_sterilization": "Include UV sterilization as a switch"
  90. }
  91. }
  92. },
  93. "abort": {
  94. "already_configured": "A device with that ID has already been added.",
  95. "not_supported": "Sorry, there is no support for this device."
  96. },
  97. "error": {
  98. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  99. }
  100. },
  101. "options": {
  102. "step": {
  103. "user": {
  104. "title": "Configure your Tuya Local device",
  105. "description": "[Follow these instructions to find your local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
  106. "data": {
  107. "host": "IP address or hostname",
  108. "local_key": "Local key",
  109. "binary_sensor": "Include a binary sensor entity",
  110. "climate": "Include a climate entity",
  111. "fan": "Include a fan entitiy",
  112. "humidifier": "Include a humidifier entity",
  113. "light": "Include a light entity",
  114. "lock": "Include a lock entity",
  115. "number": "Include a number entity",
  116. "select": "Include a select entity",
  117. "sensor": "Include a sensor entity",
  118. "switch": "Include a switch entity",
  119. "binary_sensor_continuous_heat": "Include continuous heat alarm as a binary_sensor entity",
  120. "binary_sensor_defrost": "Include defrost as a binary_sensor entity.",
  121. "binary_sensor_high_temperature": "Include high temperature alarm as a binary_sensor entity",
  122. "binary_sensor_low_temperature": "Include low temperature alarm as a binary_sensor entity",
  123. "binary_sensor_tank": "Include tank as a binary_sensor entity.",
  124. "binary_sensor_water_flow": "Include water flow warning as a binary_sensor entity",
  125. "climate_dehumidifier_as_climate": "Include a climate entity for the dehumidifier (deprecated, recommend using humidifier and fan instead)",
  126. "fan_intensity": "Include intensity as a fan entitiy",
  127. "light_aq_indicator": "Include AQ indicator as a light entity",
  128. "light_backlight": "Include backlight as a light entity",
  129. "light_display": "Include display as a light entity",
  130. "light_flame": "Include flame as a light entity",
  131. "light_uv_sterilization": "Include UV sterilization as a light entitiy",
  132. "lock_child_lock": "Include child lock as a lock entity",
  133. "number_calibration_offset": "Include calibration offset as a number entitiy",
  134. "number_calibration_swing": "Include calibration swing as a number entity",
  135. "number_continuous_heat_hours": "Include Continuous Heating Time as a number entity",
  136. "number_high_temperature_limit": "Include High Temperature Limit as a number entity",
  137. "number_low_temperature_limit": "Include Low Temperature Limit as a number entity",
  138. "number_floor_temperature_limit": "Include Floor Temperature Limit as a number entity",
  139. "number_power_rating": "Include Power Rating as a number entity",
  140. "number_timer": "Include timer as a number entity",
  141. "number_timer_1": "Include timer 1 as a number entity",
  142. "number_timer_2": "Include timer 2 as a number entity",
  143. "select_initial_state": "Include initial state as a select entity.",
  144. "select_installation": "Include installation as a select entity.",
  145. "select_schedule": "Include schedule as a select entity",
  146. "select_timer": "Include timer as a select entity",
  147. "select_temperature_sensor": "Include temperature sensor config as a select entity",
  148. "select_temperature_unit": "Include temerature unit as a select entity",
  149. "sensor_air_quality": "Include air quality as a sensor entity",
  150. "sensor_prefilter_life": "Include prefilter life as a sensor entity",
  151. "sensor_charcoal_filter_life": "Include charcoal filter life as a sensor entity",
  152. "sensor_active_filter_life": "Include active filter life as a sensor entity",
  153. "sensor_hepa_filter_life": "Include HEPA filter life as a sensor entity",
  154. "sensor_current_humidity": "Include current humidity as a sensor entity",
  155. "sensor_current_temperature": "Include current temperature as a sensor entity",
  156. "sensor_external_temperature": "Include external temperature as a sensor entity",
  157. "sensor_power_level": "Include power level as a sensor entity",
  158. "sensor_timer": "Include time remaining as a sensor entity",
  159. "sensor_floor_temperature": "Include floor temperature as a sensor entity",
  160. "sensor_current": "Include current as a sensor entity",
  161. "sensor_voltage": "Include voltage as a sensor entity",
  162. "sensor_open": "Include open as a sensor entity",
  163. "switch_adaptive": "Include adaptive as a switch entity",
  164. "switch_air_clean": "Include air clean as a switch entity",
  165. "switch_ionizer": "Include ionizer as a switch entity",
  166. "switch_master": "Include master switch as a switch entity",
  167. "switch_open_window_detector": "Include open window detect as a switch entity",
  168. "switch_outlet_1": "Include outlet 1 as a switch entity",
  169. "switch_outlet_2": "Include outlet 2 as a switch entity",
  170. "switch_sleep": "Include sleep mode as a switch entity",
  171. "switch_sound": "Include sound mute as a switch entity",
  172. "switch_uv_sterilization": "Include UV sterilization as a switch"
  173. }
  174. }
  175. },
  176. "error": {
  177. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  178. },
  179. "abort": {
  180. "not_supported": "Sorry, there is no support for this device."
  181. }
  182. }
  183. }