en.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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/make-all/tuya-local#finding-your-device-id-and-local-key)",
  8. "data": {
  9. "host": "IP address or hostname",
  10. "device_id": "Device ID (uuid)",
  11. "local_key": "Local key",
  12. "protocol_version": "Protocol version (try auto if not known)",
  13. "poll_only": "Poll only (try this if your device does not work fully)",
  14. "device_cid": "Sub device ID (for devices connected via gateway)"
  15. }
  16. },
  17. "select_type": {
  18. "title": "Choose the type of device",
  19. "description": "Choose the type that matches your device",
  20. "data": {
  21. "type": "Device type"
  22. }
  23. },
  24. "choose_entities": {
  25. "title": "Device details",
  26. "description": "Choose a name for this device, and which entities will be enabled",
  27. "data": {
  28. "name": "Name"
  29. }
  30. }
  31. },
  32. "abort": {
  33. "already_configured": "A device with that ID has already been added.",
  34. "not_supported": "Sorry, there is no support for this device."
  35. },
  36. "error": {
  37. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  38. }
  39. },
  40. "options": {
  41. "step": {
  42. "user": {
  43. "title": "Configure your Tuya Local device",
  44. "description": "[Follow these instructions to find your local key.](https://github.com/make-all/tuya-local#finding-your-device-id-and-local-key)",
  45. "data": {
  46. "host": "IP address or hostname",
  47. "local_key": "Local key",
  48. "protocol_version": "Protocol version (try auto if not known)",
  49. "poll_only": "Poll only (try this if your device does not work fully)",
  50. "device_cid": "Sub device ID (for devices connected via gateway)"
  51. }
  52. }
  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. "abort": {
  58. "not_supported": "Sorry, there is no support for this device."
  59. }
  60. },
  61. "entity": {
  62. "climate": {
  63. "aircon_extra": {
  64. "state_attributes": {
  65. "fan_mode": {
  66. "state": {
  67. "health": "Healthy",
  68. "medhigh": "Medium-High",
  69. "medlow": "Medium-Low",
  70. "natural": "Natural",
  71. "quiet": "Quiet",
  72. "sleep": "Sleep",
  73. "strong": "Strong"
  74. }
  75. },
  76. "swing_mode": {
  77. "state": {
  78. "topmost": "Topmost",
  79. "top": "Top",
  80. "middle": "Middle",
  81. "down": "Down",
  82. "downmost": "Downmost"
  83. }
  84. }
  85. }
  86. },
  87. "thermostat": {
  88. "state_attributes": {
  89. "fan_mode": {
  90. "state": {
  91. "cycle": "Cycle"
  92. }
  93. },
  94. "preset_mode": {
  95. "state": {
  96. "manual": "Manual",
  97. "program": "Program",
  98. "temp_override": "Temporary Override",
  99. "perm_override": "Permanent Override"
  100. }
  101. }
  102. }
  103. },
  104. "combo_floor": {
  105. "state_attributes": {
  106. "preset_mode": {
  107. "state": {
  108. "cool": "Cool air",
  109. "fan_only": "Fan",
  110. "heat": "Heat air",
  111. "floor_cool": "Cool floor",
  112. "floor_heat": "Heat floor"
  113. }
  114. }
  115. }
  116. },
  117. "swing_as_powerlevel": {
  118. "state_attributes": {
  119. "swing_mode": {
  120. "name": "Heating level",
  121. "state": {
  122. "stop": "Stop",
  123. "auto": "Auto"
  124. }
  125. }
  126. }
  127. },
  128. "pool_heatpump": {
  129. "state_attributes": {
  130. "preset_mode": {
  131. "state": {
  132. "smart_heat": "Smart heat",
  133. "quick_heat": "Quick heat",
  134. "quiet_heat": "Quiet heat",
  135. "smart_cool": "Smart cool",
  136. "quick_cool": "Quick cool",
  137. "quiet_cool": "Quiet cool",
  138. "auto": "Auto"
  139. }
  140. }
  141. }
  142. },
  143. "thermo_switch": {
  144. "state_attributes": {
  145. "preset_mode": {
  146. "state": {
  147. "on": "On",
  148. "off": "Off",
  149. "pause": "Pause"
  150. }
  151. }
  152. }
  153. }
  154. },
  155. "humidifier": {
  156. "dehumidifier": {
  157. "state_attributes": {
  158. "mode": {
  159. "state": {
  160. "laundry": "Dry clothes",
  161. "purify": "Purify",
  162. }
  163. }
  164. }
  165. }
  166. }
  167. }
  168. }