homeassistant 2025.7.0b1__py3-none-any.whl → 2025.7.0b3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (282) hide show
  1. homeassistant/components/ai_task/translations/hu.json +22 -0
  2. homeassistant/components/alexa_devices/manifest.json +1 -1
  3. homeassistant/components/alexa_devices/translations/cs.json +12 -1
  4. homeassistant/components/alexa_devices/translations/de.json +8 -0
  5. homeassistant/components/alexa_devices/translations/el.json +8 -0
  6. homeassistant/components/alexa_devices/translations/es.json +12 -1
  7. homeassistant/components/alexa_devices/translations/et.json +8 -0
  8. homeassistant/components/alexa_devices/translations/hu.json +4 -1
  9. homeassistant/components/alexa_devices/translations/pt.json +12 -1
  10. homeassistant/components/alexa_devices/translations/sk.json +8 -0
  11. homeassistant/components/alexa_devices/translations/zh-Hans.json +12 -1
  12. homeassistant/components/alexa_devices/translations/zh-Hant.json +8 -0
  13. homeassistant/components/altruist/translations/hu.json +19 -0
  14. homeassistant/components/anthropic/__init__.py +6 -0
  15. homeassistant/components/anthropic/translations/hu.json +19 -0
  16. homeassistant/components/assist_satellite/translations/hu.json +38 -0
  17. homeassistant/components/backup/translations/de.json +1 -1
  18. homeassistant/components/comelit/translations/de.json +1 -1
  19. homeassistant/components/counter/translations/sv.json +2 -2
  20. homeassistant/components/devolo_home_control/translations/hu.json +21 -0
  21. homeassistant/components/dsmr/sensor.py +8 -0
  22. homeassistant/components/electric_kiwi/translations/hu.json +6 -0
  23. homeassistant/components/enphase_envoy/translations/hu.json +18 -0
  24. homeassistant/components/enphase_envoy/translations/sv.json +3 -0
  25. homeassistant/components/fitbit/translations/hu.json +6 -0
  26. homeassistant/components/fronius/translations/sv.json +2 -2
  27. homeassistant/components/frontend/manifest.json +1 -1
  28. homeassistant/components/geocaching/translations/hu.json +6 -0
  29. homeassistant/components/google/translations/hu.json +6 -0
  30. homeassistant/components/google_assistant_sdk/translations/hu.json +6 -0
  31. homeassistant/components/google_drive/translations/hu.json +6 -0
  32. homeassistant/components/google_generative_ai_conversation/__init__.py +6 -0
  33. homeassistant/components/google_generative_ai_conversation/translations/cs.json +28 -0
  34. homeassistant/components/google_generative_ai_conversation/translations/hu.json +68 -0
  35. homeassistant/components/google_generative_ai_conversation/translations/pt.json +28 -0
  36. homeassistant/components/google_generative_ai_conversation/translations/sv.json +2 -0
  37. homeassistant/components/google_mail/translations/hu.json +6 -0
  38. homeassistant/components/google_photos/translations/hu.json +6 -0
  39. homeassistant/components/google_sheets/translations/hu.json +6 -0
  40. homeassistant/components/google_tasks/translations/hu.json +6 -0
  41. homeassistant/components/home_connect/translations/hu.json +6 -0
  42. homeassistant/components/homeassistant_hardware/firmware_config_flow.py +89 -7
  43. homeassistant/components/homeassistant_hardware/strings.json +2 -1
  44. homeassistant/components/homeassistant_hardware/translations/de.json +1 -0
  45. homeassistant/components/homeassistant_hardware/translations/en-GB.json +1 -0
  46. homeassistant/components/homeassistant_hardware/translations/en.json +1 -0
  47. homeassistant/components/homeassistant_hardware/translations/es.json +1 -0
  48. homeassistant/components/homeassistant_hardware/translations/et.json +1 -0
  49. homeassistant/components/homeassistant_hardware/translations/pt.json +1 -0
  50. homeassistant/components/homeassistant_hardware/translations/sv.json +1 -0
  51. homeassistant/components/homeassistant_hardware/translations/zh-Hant.json +1 -0
  52. homeassistant/components/homeassistant_sky_connect/config_flow.py +1 -1
  53. homeassistant/components/homeassistant_sky_connect/strings.json +4 -2
  54. homeassistant/components/homeassistant_sky_connect/translations/de.json +2 -0
  55. homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +2 -0
  56. homeassistant/components/homeassistant_sky_connect/translations/en.json +2 -0
  57. homeassistant/components/homeassistant_sky_connect/translations/es.json +2 -0
  58. homeassistant/components/homeassistant_sky_connect/translations/et.json +2 -0
  59. homeassistant/components/homeassistant_sky_connect/translations/pt.json +2 -0
  60. homeassistant/components/homeassistant_sky_connect/translations/sv.json +2 -0
  61. homeassistant/components/homeassistant_sky_connect/translations/zh-Hant.json +2 -0
  62. homeassistant/components/homeassistant_yellow/strings.json +2 -1
  63. homeassistant/components/homeassistant_yellow/translations/bg.json +0 -1
  64. homeassistant/components/homeassistant_yellow/translations/cs.json +0 -1
  65. homeassistant/components/homeassistant_yellow/translations/de.json +1 -0
  66. homeassistant/components/homeassistant_yellow/translations/el.json +0 -1
  67. homeassistant/components/homeassistant_yellow/translations/en-GB.json +2 -1
  68. homeassistant/components/homeassistant_yellow/translations/en.json +2 -1
  69. homeassistant/components/homeassistant_yellow/translations/es.json +1 -0
  70. homeassistant/components/homeassistant_yellow/translations/et.json +1 -0
  71. homeassistant/components/homeassistant_yellow/translations/fr.json +0 -1
  72. homeassistant/components/homeassistant_yellow/translations/he.json +0 -1
  73. homeassistant/components/homeassistant_yellow/translations/hu.json +1 -1
  74. homeassistant/components/homeassistant_yellow/translations/id.json +0 -1
  75. homeassistant/components/homeassistant_yellow/translations/it.json +0 -1
  76. homeassistant/components/homeassistant_yellow/translations/ja.json +0 -1
  77. homeassistant/components/homeassistant_yellow/translations/lt.json +0 -1
  78. homeassistant/components/homeassistant_yellow/translations/pt.json +1 -0
  79. homeassistant/components/homeassistant_yellow/translations/ru.json +0 -1
  80. homeassistant/components/homeassistant_yellow/translations/sk.json +0 -1
  81. homeassistant/components/homeassistant_yellow/translations/sv.json +1 -1
  82. homeassistant/components/homeassistant_yellow/translations/tr.json +0 -1
  83. homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +0 -1
  84. homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +1 -0
  85. homeassistant/components/homee/translations/hu.json +25 -0
  86. homeassistant/components/homewizard/translations/sv.json +1 -1
  87. homeassistant/components/honeywell/manifest.json +1 -1
  88. homeassistant/components/husqvarna_automower/button.py +3 -1
  89. homeassistant/components/husqvarna_automower/translations/hu.json +6 -0
  90. homeassistant/components/input_number/translations/sv.json +2 -2
  91. homeassistant/components/input_text/translations/sv.json +1 -1
  92. homeassistant/components/iotty/translations/hu.json +6 -0
  93. homeassistant/components/iron_os/manifest.json +1 -1
  94. homeassistant/components/jellyfin/client_wrapper.py +1 -2
  95. homeassistant/components/jellyfin/coordinator.py +3 -0
  96. homeassistant/components/jellyfin/manifest.json +1 -2
  97. homeassistant/components/keenetic_ndms2/translations/hu.json +3 -0
  98. homeassistant/components/lamarzocco/entity.py +19 -1
  99. homeassistant/components/lamarzocco/number.py +0 -4
  100. homeassistant/components/lamarzocco/sensor.py +2 -4
  101. homeassistant/components/lametric/translations/hu.json +6 -0
  102. homeassistant/components/litterrobot/translations/hu.json +3 -0
  103. homeassistant/components/lyric/translations/hu.json +6 -0
  104. homeassistant/components/matter/translations/hu.json +10 -0
  105. homeassistant/components/mcp/translations/hu.json +6 -0
  106. homeassistant/components/microbees/translations/hu.json +6 -0
  107. homeassistant/components/miele/translations/hu.json +28 -1
  108. homeassistant/components/minecraft_server/translations/sv.json +1 -1
  109. homeassistant/components/monzo/translations/hu.json +6 -0
  110. homeassistant/components/motioneye/translations/sv.json +1 -1
  111. homeassistant/components/mqtt/translations/cs.json +19 -0
  112. homeassistant/components/mqtt/translations/nl.json +25 -0
  113. homeassistant/components/mqtt/translations/pt.json +2 -0
  114. homeassistant/components/myuplink/translations/hu.json +6 -0
  115. homeassistant/components/neato/translations/hu.json +6 -0
  116. homeassistant/components/nest/translations/hu.json +6 -0
  117. homeassistant/components/netatmo/translations/hu.json +6 -0
  118. homeassistant/components/ntfy/translations/hu.json +62 -1
  119. homeassistant/components/ntfy/translations/sv.json +1 -0
  120. homeassistant/components/number/translations/sv.json +2 -2
  121. homeassistant/components/nut/config_flow.py +4 -2
  122. homeassistant/components/ollama/__init__.py +6 -0
  123. homeassistant/components/ollama/translations/hu.json +33 -0
  124. homeassistant/components/ollama/translations/sv.json +1 -0
  125. homeassistant/components/ondilo_ico/translations/hu.json +6 -0
  126. homeassistant/components/onedrive/translations/hu.json +6 -0
  127. homeassistant/components/onewire/translations/sv.json +1 -1
  128. homeassistant/components/openai_conversation/__init__.py +6 -0
  129. homeassistant/components/openai_conversation/translations/hu.json +56 -0
  130. homeassistant/components/openai_conversation/translations/sv.json +4 -0
  131. homeassistant/components/paperless_ngx/translations/hu.json +4 -2
  132. homeassistant/components/pegel_online/translations/bg.json +1 -2
  133. homeassistant/components/pegel_online/translations/ca.json +1 -2
  134. homeassistant/components/pegel_online/translations/cs.json +1 -2
  135. homeassistant/components/pegel_online/translations/de.json +1 -1
  136. homeassistant/components/pegel_online/translations/el.json +1 -2
  137. homeassistant/components/pegel_online/translations/en-GB.json +1 -2
  138. homeassistant/components/pegel_online/translations/en.json +1 -1
  139. homeassistant/components/pegel_online/translations/es.json +1 -2
  140. homeassistant/components/pegel_online/translations/et.json +1 -2
  141. homeassistant/components/pegel_online/translations/fi.json +1 -2
  142. homeassistant/components/pegel_online/translations/fr.json +1 -2
  143. homeassistant/components/pegel_online/translations/hu.json +1 -2
  144. homeassistant/components/pegel_online/translations/id.json +1 -2
  145. homeassistant/components/pegel_online/translations/it.json +1 -2
  146. homeassistant/components/pegel_online/translations/ja.json +1 -2
  147. homeassistant/components/pegel_online/translations/ko.json +1 -2
  148. homeassistant/components/pegel_online/translations/lt.json +1 -2
  149. homeassistant/components/pegel_online/translations/lv.json +1 -2
  150. homeassistant/components/pegel_online/translations/nl.json +1 -2
  151. homeassistant/components/pegel_online/translations/pt.json +1 -2
  152. homeassistant/components/pegel_online/translations/ru.json +1 -2
  153. homeassistant/components/pegel_online/translations/sk.json +1 -2
  154. homeassistant/components/pegel_online/translations/sv.json +1 -2
  155. homeassistant/components/pegel_online/translations/tr.json +1 -2
  156. homeassistant/components/pegel_online/translations/zh-Hans.json +1 -2
  157. homeassistant/components/pegel_online/translations/zh-Hant.json +1 -2
  158. homeassistant/components/playstation_network/diagnostics.py +55 -0
  159. homeassistant/components/playstation_network/quality_scale.yaml +1 -1
  160. homeassistant/components/playstation_network/translations/hu.json +30 -0
  161. homeassistant/components/playstation_network/translations/pl.json +73 -0
  162. homeassistant/components/plugwise/translations/sv.json +2 -2
  163. homeassistant/components/point/translations/hu.json +6 -0
  164. homeassistant/components/random/translations/sv.json +4 -4
  165. homeassistant/components/senz/translations/hu.json +6 -0
  166. homeassistant/components/shelly/entity.py +6 -2
  167. homeassistant/components/smappee/translations/hu.json +6 -0
  168. homeassistant/components/smartthings/translations/hu.json +6 -0
  169. homeassistant/components/sonos/translations/cs.json +6 -0
  170. homeassistant/components/spotify/translations/hu.json +6 -0
  171. homeassistant/components/subaru/strings.json +2 -2
  172. homeassistant/components/subaru/translations/ca.json +0 -1
  173. homeassistant/components/subaru/translations/cs.json +0 -2
  174. homeassistant/components/subaru/translations/de.json +2 -2
  175. homeassistant/components/subaru/translations/el.json +0 -2
  176. homeassistant/components/subaru/translations/en-GB.json +2 -2
  177. homeassistant/components/subaru/translations/en.json +2 -2
  178. homeassistant/components/subaru/translations/es.json +2 -2
  179. homeassistant/components/subaru/translations/et.json +2 -2
  180. homeassistant/components/subaru/translations/fi.json +0 -1
  181. homeassistant/components/subaru/translations/hu.json +0 -2
  182. homeassistant/components/subaru/translations/it.json +0 -1
  183. homeassistant/components/subaru/translations/ja.json +0 -1
  184. homeassistant/components/subaru/translations/ko.json +0 -1
  185. homeassistant/components/subaru/translations/lt.json +0 -2
  186. homeassistant/components/subaru/translations/pt-BR.json +0 -1
  187. homeassistant/components/subaru/translations/pt.json +2 -2
  188. homeassistant/components/subaru/translations/ru.json +0 -2
  189. homeassistant/components/subaru/translations/sk.json +0 -2
  190. homeassistant/components/subaru/translations/sv.json +0 -2
  191. homeassistant/components/subaru/translations/tr.json +0 -2
  192. homeassistant/components/subaru/translations/zh-Hans.json +0 -2
  193. homeassistant/components/subaru/translations/zh-Hant.json +2 -2
  194. homeassistant/components/switchbot/translations/hu.json +19 -0
  195. homeassistant/components/switchbot/translations/sv.json +2 -0
  196. homeassistant/components/telegram_bot/config_flow.py +17 -10
  197. homeassistant/components/telegram_bot/manifest.json +1 -1
  198. homeassistant/components/telegram_bot/translations/cs.json +30 -0
  199. homeassistant/components/telegram_bot/translations/de.json +23 -1
  200. homeassistant/components/telegram_bot/translations/el.json +30 -0
  201. homeassistant/components/telegram_bot/translations/en-GB.json +3 -1
  202. homeassistant/components/telegram_bot/translations/es.json +30 -0
  203. homeassistant/components/telegram_bot/translations/et.json +24 -0
  204. homeassistant/components/telegram_bot/translations/hu.json +1 -0
  205. homeassistant/components/telegram_bot/translations/pt.json +30 -0
  206. homeassistant/components/telegram_bot/translations/sk.json +30 -0
  207. homeassistant/components/telegram_bot/translations/sv.json +23 -0
  208. homeassistant/components/telegram_bot/translations/zh-Hans.json +30 -0
  209. homeassistant/components/telegram_bot/translations/zh-Hant.json +30 -0
  210. homeassistant/components/tesla_fleet/translations/hu.json +7 -0
  211. homeassistant/components/teslemetry/coordinator.py +6 -6
  212. homeassistant/components/text/translations/sv.json +1 -1
  213. homeassistant/components/thermopro/strings.json +1 -1
  214. homeassistant/components/thermopro/translations/cs.json +0 -7
  215. homeassistant/components/thermopro/translations/de.json +1 -1
  216. homeassistant/components/thermopro/translations/el.json +0 -7
  217. homeassistant/components/thermopro/translations/en-GB.json +1 -1
  218. homeassistant/components/thermopro/translations/en.json +1 -1
  219. homeassistant/components/thermopro/translations/es.json +0 -7
  220. homeassistant/components/thermopro/translations/et.json +1 -1
  221. homeassistant/components/thermopro/translations/hu.json +0 -7
  222. homeassistant/components/thermopro/translations/ja.json +0 -7
  223. homeassistant/components/thermopro/translations/lt.json +0 -7
  224. homeassistant/components/thermopro/translations/nl.json +0 -7
  225. homeassistant/components/thermopro/translations/pt-BR.json +0 -7
  226. homeassistant/components/thermopro/translations/pt.json +0 -7
  227. homeassistant/components/thermopro/translations/ru.json +0 -7
  228. homeassistant/components/thermopro/translations/sk.json +0 -7
  229. homeassistant/components/thermopro/translations/sv.json +0 -7
  230. homeassistant/components/thermopro/translations/tr.json +0 -7
  231. homeassistant/components/thermopro/translations/zh-Hans.json +0 -7
  232. homeassistant/components/tilt_pi/translations/hu.json +21 -0
  233. homeassistant/components/toon/translations/hu.json +6 -0
  234. homeassistant/components/vegehub/translations/hu.json +11 -0
  235. homeassistant/components/vegehub/translations/sv.json +2 -1
  236. homeassistant/components/vicare/translations/sv.json +2 -2
  237. homeassistant/components/weheat/translations/hu.json +6 -0
  238. homeassistant/components/withings/translations/hu.json +6 -0
  239. homeassistant/components/wyoming/translations/sv.json +2 -2
  240. homeassistant/components/xbox/translations/hu.json +6 -0
  241. homeassistant/components/xiaomi_miio/translations/hu.json +7 -0
  242. homeassistant/components/yale/translations/hu.json +6 -0
  243. homeassistant/components/yolink/translations/hu.json +6 -0
  244. homeassistant/components/zha/translations/hu.json +6 -0
  245. homeassistant/components/zha/translations/sv.json +12 -0
  246. homeassistant/components/zwave_js/config_flow.py +84 -88
  247. homeassistant/components/zwave_js/strings.json +31 -15
  248. homeassistant/components/zwave_js/translations/bg.json +0 -3
  249. homeassistant/components/zwave_js/translations/cs.json +0 -17
  250. homeassistant/components/zwave_js/translations/de.json +27 -11
  251. homeassistant/components/zwave_js/translations/el.json +0 -17
  252. homeassistant/components/zwave_js/translations/en-GB.json +1 -17
  253. homeassistant/components/zwave_js/translations/en.json +25 -9
  254. homeassistant/components/zwave_js/translations/es.json +1 -17
  255. homeassistant/components/zwave_js/translations/et.json +25 -9
  256. homeassistant/components/zwave_js/translations/fi.json +0 -14
  257. homeassistant/components/zwave_js/translations/ga.json +0 -19
  258. homeassistant/components/zwave_js/translations/hu.json +0 -17
  259. homeassistant/components/zwave_js/translations/lt.json +0 -17
  260. homeassistant/components/zwave_js/translations/mk.json +0 -10
  261. homeassistant/components/zwave_js/translations/pt.json +10 -18
  262. homeassistant/components/zwave_js/translations/ru.json +0 -13
  263. homeassistant/components/zwave_js/translations/sk.json +0 -17
  264. homeassistant/components/zwave_js/translations/sv.json +0 -17
  265. homeassistant/components/zwave_js/translations/tr.json +0 -12
  266. homeassistant/components/zwave_js/translations/zh-Hans.json +0 -17
  267. homeassistant/components/zwave_js/translations/zh-Hant.json +1 -17
  268. homeassistant/const.py +1 -1
  269. homeassistant/generated/integrations.json +1 -8
  270. homeassistant/package_constraints.txt +1 -1
  271. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b3.dist-info}/METADATA +1 -1
  272. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b3.dist-info}/RECORD +277 -275
  273. homeassistant/components/dweet/__init__.py +0 -79
  274. homeassistant/components/dweet/manifest.json +0 -10
  275. homeassistant/components/dweet/sensor.py +0 -124
  276. homeassistant/components/thermopro/translations/ga.json +0 -9
  277. homeassistant/components/thermopro/translations/mk.json +0 -9
  278. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b3.dist-info}/WHEEL +0 -0
  279. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b3.dist-info}/entry_points.txt +0 -0
  280. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b3.dist-info}/licenses/LICENSE.md +0 -0
  281. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b3.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
  282. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b3.dist-info}/top_level.txt +0 -0
@@ -38,26 +38,38 @@
38
38
  },
39
39
  "step": {
40
40
  "configure_addon_user": {
41
+ "data": {
42
+ "usb_path": "[%key:common::config_flow::data::usb_path%]"
43
+ },
44
+ "description": "Select your Z-Wave adapter",
45
+ "title": "Enter the Z-Wave add-on configuration"
46
+ },
47
+ "network_type": {
48
+ "data": {
49
+ "network_type": "Is your network new or does it already exist?"
50
+ },
51
+ "title": "Z-Wave network"
52
+ },
53
+ "configure_security_keys": {
41
54
  "data": {
42
55
  "lr_s2_access_control_key": "Long Range S2 Access Control Key",
43
56
  "lr_s2_authenticated_key": "Long Range S2 Authenticated Key",
44
57
  "s0_legacy_key": "S0 Key (Legacy)",
45
58
  "s2_access_control_key": "S2 Access Control Key",
46
59
  "s2_authenticated_key": "S2 Authenticated Key",
47
- "s2_unauthenticated_key": "S2 Unauthenticated Key",
48
- "usb_path": "[%key:common::config_flow::data::usb_path%]"
60
+ "s2_unauthenticated_key": "S2 Unauthenticated Key"
49
61
  },
50
- "description": "Select your Z-Wave adapter",
51
- "title": "Enter the Z-Wave add-on configuration"
62
+ "description": "Enter the security keys for your existing Z-Wave network",
63
+ "title": "Security keys"
52
64
  },
53
65
  "configure_addon_reconfigure": {
54
66
  "data": {
55
- "lr_s2_access_control_key": "[%key:component::zwave_js::config::step::configure_addon_user::data::lr_s2_access_control_key%]",
56
- "lr_s2_authenticated_key": "[%key:component::zwave_js::config::step::configure_addon_user::data::lr_s2_authenticated_key%]",
57
- "s0_legacy_key": "[%key:component::zwave_js::config::step::configure_addon_user::data::s0_legacy_key%]",
58
- "s2_access_control_key": "[%key:component::zwave_js::config::step::configure_addon_user::data::s2_access_control_key%]",
59
- "s2_authenticated_key": "[%key:component::zwave_js::config::step::configure_addon_user::data::s2_authenticated_key%]",
60
- "s2_unauthenticated_key": "[%key:component::zwave_js::config::step::configure_addon_user::data::s2_unauthenticated_key%]",
67
+ "lr_s2_access_control_key": "[%key:component::zwave_js::config::step::configure_security_keys::data::lr_s2_access_control_key%]",
68
+ "lr_s2_authenticated_key": "[%key:component::zwave_js::config::step::configure_security_keys::data::lr_s2_authenticated_key%]",
69
+ "s0_legacy_key": "[%key:component::zwave_js::config::step::configure_security_keys::data::s0_legacy_key%]",
70
+ "s2_access_control_key": "[%key:component::zwave_js::config::step::configure_security_keys::data::s2_access_control_key%]",
71
+ "s2_authenticated_key": "[%key:component::zwave_js::config::step::configure_security_keys::data::s2_authenticated_key%]",
72
+ "s2_unauthenticated_key": "[%key:component::zwave_js::config::step::configure_security_keys::data::s2_unauthenticated_key%]",
61
73
  "usb_path": "[%key:common::config_flow::data::usb_path%]"
62
74
  },
63
75
  "description": "[%key:component::zwave_js::config::step::configure_addon_user::description%]",
@@ -108,13 +120,9 @@
108
120
  "intent_reconfigure": "Re-configure the current controller"
109
121
  }
110
122
  },
111
- "intent_migrate": {
112
- "title": "[%key:component::zwave_js::config::step::reconfigure::menu_options::intent_migrate%]",
113
- "description": "Before setting up your new controller, your old controller needs to be reset. A backup will be performed first.\n\nDo you wish to continue?"
114
- },
115
123
  "instruct_unplug": {
116
124
  "title": "Unplug your old controller",
117
- "description": "Backup saved to \"{file_path}\"\n\nYour old controller has been reset. If the hardware is no longer needed, you can now unplug it.\n\nPlease make sure your new controller is plugged in before continuing."
125
+ "description": "Backup saved to \"{file_path}\"\n\nYour old controller has not been reset. You should now unplug it to prevent it from interfering with the new controller.\n\nPlease make sure your new controller is plugged in before continuing."
118
126
  },
119
127
  "restore_failed": {
120
128
  "title": "Restoring unsuccessful",
@@ -626,5 +634,13 @@
626
634
  },
627
635
  "name": "Set a value (advanced)"
628
636
  }
637
+ },
638
+ "selector": {
639
+ "network_type": {
640
+ "options": {
641
+ "new": "It's new",
642
+ "existing": "It already exists"
643
+ }
644
+ }
629
645
  }
630
646
  }
@@ -32,9 +32,6 @@
32
32
  "instruct_unplug": {
33
33
  "title": "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u0442\u0435 \u0441\u0442\u0430\u0440\u0438\u044f \u0441\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0435\u0440"
34
34
  },
35
- "intent_migrate": {
36
- "title": "\u041c\u0438\u0433\u0440\u0438\u0440\u0430\u043d\u0435 \u043a\u044a\u043c \u043d\u043e\u0432 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0435\u0440"
37
- },
38
35
  "manual": {
39
36
  "data": {
40
37
  "url": "URL"
@@ -45,12 +45,6 @@
45
45
  },
46
46
  "configure_addon_reconfigure": {
47
47
  "data": {
48
- "lr_s2_access_control_key": "Kl\u00ed\u010d pro \u0159\u00edzen\u00ed p\u0159\u00edstupu S2 s dlouh\u00fdm dosahem",
49
- "lr_s2_authenticated_key": "Kl\u00ed\u010d ov\u011b\u0159en\u00fd S2 s dlouh\u00fdm dosahem",
50
- "s0_legacy_key": "Kl\u00ed\u010d S0 (star\u0161\u00ed)",
51
- "s2_access_control_key": "P\u0159\u00edstupov\u00fd kl\u00ed\u010d S2",
52
- "s2_authenticated_key": "Ov\u011b\u0159en\u00fd kl\u00ed\u010d S2",
53
- "s2_unauthenticated_key": "Neov\u011b\u0159en\u00fd kl\u00ed\u010d S2",
54
48
  "usb_path": "Cesta k USB za\u0159\u00edzen\u00ed"
55
49
  },
56
50
  "description": "Vyberte sv\u016fj adapt\u00e9r Z-Wave",
@@ -58,12 +52,6 @@
58
52
  },
59
53
  "configure_addon_user": {
60
54
  "data": {
61
- "lr_s2_access_control_key": "Kl\u00ed\u010d pro \u0159\u00edzen\u00ed p\u0159\u00edstupu S2 s dlouh\u00fdm dosahem",
62
- "lr_s2_authenticated_key": "Kl\u00ed\u010d ov\u011b\u0159en\u00fd S2 s dlouh\u00fdm dosahem",
63
- "s0_legacy_key": "Kl\u00ed\u010d S0 (star\u0161\u00ed)",
64
- "s2_access_control_key": "P\u0159\u00edstupov\u00fd kl\u00ed\u010d S2",
65
- "s2_authenticated_key": "Ov\u011b\u0159en\u00fd kl\u00ed\u010d S2",
66
- "s2_unauthenticated_key": "Neov\u011b\u0159en\u00fd kl\u00ed\u010d S2",
67
55
  "usb_path": "Cesta k USB za\u0159\u00edzen\u00ed"
68
56
  },
69
57
  "description": "Vyberte sv\u016fj adapt\u00e9r Z-Wave",
@@ -84,13 +72,8 @@
84
72
  "title": "Nastavit Z-Wave"
85
73
  },
86
74
  "instruct_unplug": {
87
- "description": "Z\u00e1loha byla ulo\u017eena do \"{file_path}\".\n \nV\u00e1\u0161 star\u00fd ovlada\u010d byl resetov\u00e1n. Pokud ji\u017e hardware nepot\u0159ebujete, m\u016f\u017eete jej nyn\u00ed odpojit.\n\nNe\u017e budete pokra\u010dovat, ujist\u011bte se, \u017ee je v\u00e1\u0161 nov\u00fd ovlada\u010d zapojen.",
88
75
  "title": "Odpojte star\u00fd ovlada\u010d"
89
76
  },
90
- "intent_migrate": {
91
- "description": "P\u0159ed nastaven\u00edm nov\u00e9ho ovlada\u010de je t\u0159eba resetovat v\u00e1\u0161 star\u00fd ovlada\u010d. Nejprve bude provedena z\u00e1loha.\n\nChcete pokra\u010dovat?",
92
- "title": "Migrujte na nov\u00fd \u0159adi\u010d"
93
- },
94
77
  "manual": {
95
78
  "data": {
96
79
  "url": "URL"
@@ -47,7 +47,7 @@
47
47
  "data": {
48
48
  "lr_s2_access_control_key": "Long Range S2 Access Control Key",
49
49
  "lr_s2_authenticated_key": "Long Range S2 Authenticated Key",
50
- "s0_legacy_key": "S0 Key (Legacy)",
50
+ "s0_legacy_key": "S0 Key (veraltet)",
51
51
  "s2_access_control_key": "S2 Access Control Key",
52
52
  "s2_authenticated_key": "S2 Authenticated Key",
53
53
  "s2_unauthenticated_key": "S2 Unauthenticated Key",
@@ -57,17 +57,23 @@
57
57
  "title": "Konfiguration des Z-Wave-Add-ons"
58
58
  },
59
59
  "configure_addon_user": {
60
+ "data": {
61
+ "usb_path": "USB-Ger\u00e4te-Pfad"
62
+ },
63
+ "description": "W\u00e4hle deinen Z-Wave-Adapter",
64
+ "title": "Konfiguration des Z-Wave-Add-ons"
65
+ },
66
+ "configure_security_keys": {
60
67
  "data": {
61
68
  "lr_s2_access_control_key": "Long Range S2 Access Control Key",
62
69
  "lr_s2_authenticated_key": "Long Range S2 Authenticated Key",
63
- "s0_legacy_key": "S0 Key (Legacy)",
70
+ "s0_legacy_key": "S0 Key (veraltet)",
64
71
  "s2_access_control_key": "S2 Access Control Key",
65
72
  "s2_authenticated_key": "S2 Authenticated Key",
66
- "s2_unauthenticated_key": "S2 Unauthenticated Key",
67
- "usb_path": "USB-Ger\u00e4te-Pfad"
73
+ "s2_unauthenticated_key": "S2 Unauthenticated Key"
68
74
  },
69
- "description": "W\u00e4hle deinen Z-Wave-Adapter",
70
- "title": "Konfiguration des Z-Wave-Add-ons"
75
+ "description": "Gib die Sicherheitsschl\u00fcssel f\u00fcr dein vorhandenes Z-Wave-Netzwerk ein",
76
+ "title": "Sicherheitsschl\u00fcssel"
71
77
  },
72
78
  "hassio_confirm": {
73
79
  "description": "M\u00f6chtest du die Z-Wave-Integration mit dem Z-Wave-Add-on einrichten?"
@@ -84,13 +90,9 @@
84
90
  "title": "Z-Wave einrichten"
85
91
  },
86
92
  "instruct_unplug": {
87
- "description": "Sicherung gespeichert unter \u201e{file_path}\u201c \n \nDein alter Controller wurde zur\u00fcckgesetzt. Wenn du die Hardware nicht mehr ben\u00f6tigst, kannst du sie jetzt trennen. \n \nBitte stelle sicher, dass dein neuer Controller angeschlossen ist, bevor du fortf\u00e4hrst.",
93
+ "description": "Sicherung gespeichert unter \u201e{file_path}\u201c \n \nDein alter Controller wurde nicht zur\u00fcckgesetzt. Du solltest ihn jetzt ausstecken, um St\u00f6rungen des neuen Controllers zu vermeiden. \n \nBitte stelle sicher, dass dein neuer Controller eingesteckt ist, bevor du fortf\u00e4hrst.",
88
94
  "title": "Trenne deinen alten Controller"
89
95
  },
90
- "intent_migrate": {
91
- "description": "Bevor du deinen neuen Controller einrichtest, muss dein alter Controller zur\u00fcckgesetzt werden. Zuerst wird eine Sicherung durchgef\u00fchrt. \n \nM\u00f6chtest du fortfahren?",
92
- "title": "Zu einem neuen Controller migrieren"
93
- },
94
96
  "manual": {
95
97
  "data": {
96
98
  "url": "URL"
@@ -101,6 +103,12 @@
101
103
  "url": "URL"
102
104
  }
103
105
  },
106
+ "network_type": {
107
+ "data": {
108
+ "network_type": "Ist dein Netzwerk neu oder bereits vorhanden?"
109
+ },
110
+ "title": "Z-Wave-Netzwerk"
111
+ },
104
112
  "on_supervisor": {
105
113
  "data": {
106
114
  "use_addon": "Das Z-Wave Supervisor-Add-on verwenden"
@@ -289,6 +297,14 @@
289
297
  "title": "Ein unbekannter Controller wurde erkannt"
290
298
  }
291
299
  },
300
+ "selector": {
301
+ "network_type": {
302
+ "options": {
303
+ "existing": "Es ist bereits vorhanden",
304
+ "new": "Es ist neu"
305
+ }
306
+ }
307
+ },
292
308
  "services": {
293
309
  "bulk_set_partial_config_parameters": {
294
310
  "description": "Erm\u00f6glicht die Masseneinstellung von Teilparametern. N\u00fctzlich, wenn mehrere Teilparameter gleichzeitig eingestellt werden m\u00fcssen.",
@@ -45,12 +45,6 @@
45
45
  },
46
46
  "configure_addon_reconfigure": {
47
47
  "data": {
48
- "lr_s2_access_control_key": "S2 \u039a\u03bb\u03b5\u03b9\u03b4\u03af \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03bc\u03b5\u03b3\u03ac\u03bb\u03b7\u03c2 \u03b5\u03bc\u03b2\u03ad\u03bb\u03b5\u03b9\u03b1\u03c2",
49
- "lr_s2_authenticated_key": "S2 \u039a\u03bb\u03b5\u03b9\u03b4\u03af \u03bc\u03b5\u03b3\u03ac\u03bb\u03b7\u03c2 \u03b5\u03bc\u03b2\u03ad\u03bb\u03b5\u03b9\u03b1\u03c2 \u03bc\u03b5 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2",
50
- "s0_legacy_key": "\u039a\u03bb\u03b5\u03b9\u03b4\u03af S0 (\u03c0\u03b1\u03bb\u03b1\u03b9\u03bf\u03cd \u03c4\u03cd\u03c0\u03bf\u03c5)",
51
- "s2_access_control_key": "S2 \u039a\u03bb\u03b5\u03b9\u03b4\u03af \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2",
52
- "s2_authenticated_key": "S2 \u039a\u03bb\u03b5\u03b9\u03b4\u03af \u03bc\u03b5 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2",
53
- "s2_unauthenticated_key": "S2 \u039a\u03bb\u03b5\u03b9\u03b4\u03af \u03c7\u03c9\u03c1\u03af\u03c2 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2",
54
48
  "usb_path": "\u0394\u03b9\u03b1\u03b4\u03c1\u03bf\u03bc\u03ae \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2 USB"
55
49
  },
56
50
  "description": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ad\u03b1 Z-Wave",
@@ -58,12 +52,6 @@
58
52
  },
59
53
  "configure_addon_user": {
60
54
  "data": {
61
- "lr_s2_access_control_key": "S2 \u039a\u03bb\u03b5\u03b9\u03b4\u03af \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03bc\u03b5\u03b3\u03ac\u03bb\u03b7\u03c2 \u03b5\u03bc\u03b2\u03ad\u03bb\u03b5\u03b9\u03b1\u03c2",
62
- "lr_s2_authenticated_key": "S2 \u039a\u03bb\u03b5\u03b9\u03b4\u03af \u03bc\u03b5\u03b3\u03ac\u03bb\u03b7\u03c2 \u03b5\u03bc\u03b2\u03ad\u03bb\u03b5\u03b9\u03b1\u03c2 \u03bc\u03b5 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2",
63
- "s0_legacy_key": "\u039a\u03bb\u03b5\u03b9\u03b4\u03af S0 (\u03c0\u03b1\u03bb\u03b1\u03b9\u03bf\u03cd \u03c4\u03cd\u03c0\u03bf\u03c5)",
64
- "s2_access_control_key": "S2 \u039a\u03bb\u03b5\u03b9\u03b4\u03af \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2",
65
- "s2_authenticated_key": "S2 \u039a\u03bb\u03b5\u03b9\u03b4\u03af \u03bc\u03b5 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2",
66
- "s2_unauthenticated_key": "S2 \u039a\u03bb\u03b5\u03b9\u03b4\u03af \u03c7\u03c9\u03c1\u03af\u03c2 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2",
67
55
  "usb_path": "\u0394\u03b9\u03b1\u03b4\u03c1\u03bf\u03bc\u03ae \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2 USB"
68
56
  },
69
57
  "description": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ad\u03b1 Z-Wave",
@@ -84,13 +72,8 @@
84
72
  "title": "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 Z-Wave"
85
73
  },
86
74
  "instruct_unplug": {
87
- "description": "\u03a4\u03bf \u03b1\u03bd\u03c4\u03af\u03b3\u03c1\u03b1\u03c6\u03bf \u03b1\u03c3\u03c6\u03b1\u03bb\u03b5\u03af\u03b1\u03c2 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c4\u03bf \"{file_path}\"\n\n\u0395\u03b3\u03b9\u03bd\u03b5 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03c4\u03bf\u03c5 \u03c0\u03b1\u03bb\u03b9\u03bf\u03cd \u03c3\u03b1\u03c2 \u03b5\u03bb\u03b5\u03b3\u03ba\u03c4\u03ae. \u0395\u03ac\u03bd \u03c4\u03bf \u03c5\u03bb\u03b9\u03ba\u03cc \u03b4\u03b5\u03bd \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c0\u03bb\u03ad\u03bf\u03bd, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03c4\u03ce\u03c1\u03b1 \u03bd\u03b1 \u03c4\u03bf \u03b1\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03c4\u03b5.\n\n\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03bf \u03bd\u03ad\u03bf\u03c2 \u03c3\u03b1\u03c2 \u03b5\u03bb\u03b5\u03b3\u03ba\u03c4\u03ae\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c0\u03c1\u03b9\u03bd \u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03b5\u03c4\u03b5.",
88
75
  "title": "\u0391\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b1\u03bb\u03b9\u03cc \u03c3\u03b1\u03c2 \u03b5\u03bb\u03b5\u03b3\u03ba\u03c4\u03ae"
89
76
  },
90
- "intent_migrate": {
91
- "description": "\u03a0\u03c1\u03b9\u03bd \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03bd\u03ad\u03bf \u03c3\u03b1\u03c2 \u03b5\u03bb\u03b5\u03b3\u03ba\u03c4\u03ae, \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03c4\u03bf\u03c5 \u03c0\u03b1\u03bb\u03b9\u03bf\u03cd \u03c3\u03b1\u03c2 \u03b5\u03bb\u03b5\u03b3\u03ba\u03c4\u03ae. \u0398\u03b1 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03c0\u03c1\u03ce\u03c4\u03b1 \u03ad\u03bd\u03b1 \u03b1\u03bd\u03c4\u03af\u03b3\u03c1\u03b1\u03c6\u03bf \u03b1\u03c3\u03c6\u03b1\u03bb\u03b5\u03af\u03b1\u03c2.\n\n\u0398\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03b5\u03c4\u03b5;",
92
- "title": "\u039c\u03b5\u03c4\u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03bd\u03ad\u03bf \u03b5\u03bb\u03b5\u03b3\u03ba\u03c4\u03ae"
93
- },
94
77
  "manual": {
95
78
  "data": {
96
79
  "url": "URL"
@@ -45,12 +45,6 @@
45
45
  },
46
46
  "configure_addon_reconfigure": {
47
47
  "data": {
48
- "lr_s2_access_control_key": "Long Range S2 Access Control Key",
49
- "lr_s2_authenticated_key": "Long Range S2 Authenticated Key",
50
- "s0_legacy_key": "S0 Key (Legacy)",
51
- "s2_access_control_key": "S2 Access Control Key",
52
- "s2_authenticated_key": "S2 Authenticated Key",
53
- "s2_unauthenticated_key": "S2 Unauthenticated Key",
54
48
  "usb_path": "USB device path"
55
49
  },
56
50
  "description": "Select your Z-Wave adapter",
@@ -58,12 +52,6 @@
58
52
  },
59
53
  "configure_addon_user": {
60
54
  "data": {
61
- "lr_s2_access_control_key": "Long Range S2 Access Control Key",
62
- "lr_s2_authenticated_key": "Long Range S2 Authenticated Key",
63
- "s0_legacy_key": "S0 Key (Legacy)",
64
- "s2_access_control_key": "S2 Access Control Key",
65
- "s2_authenticated_key": "S2 Authenticated Key",
66
- "s2_unauthenticated_key": "S2 Unauthenticated Key",
67
55
  "usb_path": "USB device path"
68
56
  },
69
57
  "description": "Select your Z-Wave adapter",
@@ -84,13 +72,9 @@
84
72
  "title": "Set up Z-Wave"
85
73
  },
86
74
  "instruct_unplug": {
87
- "description": "Backup saved to \"{file_path}\"\n\nYour old controller has been reset. If the hardware is no longer needed, you can now unplug it.\n\nPlease make sure your new controller is plugged in before continuing.",
75
+ "description": "Backup saved to \"{file_path}\"\n\nYour old controller has not been reset. You should now unplug it to prevent it from interfering with the new controller.\n\nPlease make sure your new controller is plugged in before continuing.",
88
76
  "title": "Unplug your old controller"
89
77
  },
90
- "intent_migrate": {
91
- "description": "Before setting up your new controller, your old controller needs to be reset. A backup will be performed first.\n\nDo you wish to continue?",
92
- "title": "Migrate to a new controller"
93
- },
94
78
  "manual": {
95
79
  "data": {
96
80
  "url": "URL"
@@ -57,17 +57,23 @@
57
57
  "title": "Enter the Z-Wave add-on configuration"
58
58
  },
59
59
  "configure_addon_user": {
60
+ "data": {
61
+ "usb_path": "USB device path"
62
+ },
63
+ "description": "Select your Z-Wave adapter",
64
+ "title": "Enter the Z-Wave add-on configuration"
65
+ },
66
+ "configure_security_keys": {
60
67
  "data": {
61
68
  "lr_s2_access_control_key": "Long Range S2 Access Control Key",
62
69
  "lr_s2_authenticated_key": "Long Range S2 Authenticated Key",
63
70
  "s0_legacy_key": "S0 Key (Legacy)",
64
71
  "s2_access_control_key": "S2 Access Control Key",
65
72
  "s2_authenticated_key": "S2 Authenticated Key",
66
- "s2_unauthenticated_key": "S2 Unauthenticated Key",
67
- "usb_path": "USB device path"
73
+ "s2_unauthenticated_key": "S2 Unauthenticated Key"
68
74
  },
69
- "description": "Select your Z-Wave adapter",
70
- "title": "Enter the Z-Wave add-on configuration"
75
+ "description": "Enter the security keys for your existing Z-Wave network",
76
+ "title": "Security keys"
71
77
  },
72
78
  "hassio_confirm": {
73
79
  "description": "Do you want to set up the Z-Wave integration with the Z-Wave add-on?"
@@ -84,13 +90,9 @@
84
90
  "title": "Set up Z-Wave"
85
91
  },
86
92
  "instruct_unplug": {
87
- "description": "Backup saved to \"{file_path}\"\n\nYour old controller has been reset. If the hardware is no longer needed, you can now unplug it.\n\nPlease make sure your new controller is plugged in before continuing.",
93
+ "description": "Backup saved to \"{file_path}\"\n\nYour old controller has not been reset. You should now unplug it to prevent it from interfering with the new controller.\n\nPlease make sure your new controller is plugged in before continuing.",
88
94
  "title": "Unplug your old controller"
89
95
  },
90
- "intent_migrate": {
91
- "description": "Before setting up your new controller, your old controller needs to be reset. A backup will be performed first.\n\nDo you wish to continue?",
92
- "title": "Migrate to a new controller"
93
- },
94
96
  "manual": {
95
97
  "data": {
96
98
  "url": "URL"
@@ -101,6 +103,12 @@
101
103
  "url": "URL"
102
104
  }
103
105
  },
106
+ "network_type": {
107
+ "data": {
108
+ "network_type": "Is your network new or does it already exist?"
109
+ },
110
+ "title": "Z-Wave network"
111
+ },
104
112
  "on_supervisor": {
105
113
  "data": {
106
114
  "use_addon": "Use the Z-Wave Supervisor add-on"
@@ -289,6 +297,14 @@
289
297
  "title": "An unknown controller was detected"
290
298
  }
291
299
  },
300
+ "selector": {
301
+ "network_type": {
302
+ "options": {
303
+ "existing": "It already exists",
304
+ "new": "It's new"
305
+ }
306
+ }
307
+ },
292
308
  "services": {
293
309
  "bulk_set_partial_config_parameters": {
294
310
  "description": "Allows for bulk setting partial parameters. Useful when multiple partial parameters have to be set at the same time.",
@@ -45,12 +45,6 @@
45
45
  },
46
46
  "configure_addon_reconfigure": {
47
47
  "data": {
48
- "lr_s2_access_control_key": "Clave de control de acceso S2 de largo alcance",
49
- "lr_s2_authenticated_key": "Clave autenticada S2 de largo alcance",
50
- "s0_legacy_key": "Clave S0 (heredada)",
51
- "s2_access_control_key": "Clave de control de acceso S2",
52
- "s2_authenticated_key": "Clave autenticada de S2",
53
- "s2_unauthenticated_key": "Clave no autenticada de S2",
54
48
  "usb_path": "Ruta del dispositivo USB"
55
49
  },
56
50
  "description": "Selecciona tu adaptador Z-Wave",
@@ -58,12 +52,6 @@
58
52
  },
59
53
  "configure_addon_user": {
60
54
  "data": {
61
- "lr_s2_access_control_key": "Clave de control de acceso S2 de largo alcance",
62
- "lr_s2_authenticated_key": "Clave autenticada S2 de largo alcance",
63
- "s0_legacy_key": "Clave S0 (heredada)",
64
- "s2_access_control_key": "Clave de control de acceso S2",
65
- "s2_authenticated_key": "Clave autenticada de S2",
66
- "s2_unauthenticated_key": "Clave no autenticada de S2",
67
55
  "usb_path": "Ruta del dispositivo USB"
68
56
  },
69
57
  "description": "Selecciona tu adaptador Z-Wave",
@@ -84,13 +72,9 @@
84
72
  "title": "Configurar Z-Wave"
85
73
  },
86
74
  "instruct_unplug": {
87
- "description": "Copia de seguridad guardada en \"{file_path}\". \n \nTu controlador antiguo se ha restablecido. Si ya no necesitas el hardware, puedes desconectarlo. \n \nPor favor, aseg\u00farate de que tu nuevo controlador est\u00e9 conectado antes de continuar.",
75
+ "description": "Copia de seguridad guardada en \"{file_path}\".\n \nTu antiguo controlador no se ha restablecido. Ahora debes desconectarlo para evitar que interfiera con el nuevo. \n \nPor favor, aseg\u00farate de que tu nuevo controlador est\u00e9 conectado antes de continuar.",
88
76
  "title": "Desconecta tu controlador antiguo"
89
77
  },
90
- "intent_migrate": {
91
- "description": "Antes de configurar el nuevo controlador, es necesario restablecer el antiguo. Primero se realizar\u00e1 una copia de seguridad.\n\n\u00bfQuieres continuar?",
92
- "title": "Migrar a un nuevo controlador"
93
- },
94
78
  "manual": {
95
79
  "data": {
96
80
  "url": "URL"
@@ -57,17 +57,23 @@
57
57
  "title": "Sisesta Z-Wave lisandmooduli seaded"
58
58
  },
59
59
  "configure_addon_user": {
60
+ "data": {
61
+ "usb_path": "USB-seadme asukoha rada"
62
+ },
63
+ "description": "Vali oma Z-Wave adapter",
64
+ "title": "Sisesta Z-Wave lisandmooduli seaded"
65
+ },
66
+ "configure_security_keys": {
60
67
  "data": {
61
68
  "lr_s2_access_control_key": "Pikamaa S2 juurdep\u00e4\u00e4sukontrolli v\u00f5ti",
62
69
  "lr_s2_authenticated_key": "Pikamaa S2 autentitud v\u00f5ti",
63
70
  "s0_legacy_key": "S0 vana t\u00fc\u00fcpi v\u00f5ti",
64
71
  "s2_access_control_key": "S2 juurdep\u00e4\u00e4suv\u00f5ti",
65
72
  "s2_authenticated_key": "Autenditud S2 v\u00f5ti",
66
- "s2_unauthenticated_key": "Autentimata S2 v\u00f5ti",
67
- "usb_path": "USB-seadme asukoha rada"
73
+ "s2_unauthenticated_key": "Autentimata S2 v\u00f5ti"
68
74
  },
69
- "description": "Vali oma Z-Wave adapter",
70
- "title": "Sisesta Z-Wave lisandmooduli seaded"
75
+ "description": "Sisesta oma olemasoleva Z-Wave v\u00f5rgu turvav\u00f5tmed",
76
+ "title": "Turvav\u00f5tmed"
71
77
  },
72
78
  "hassio_confirm": {
73
79
  "description": "Kas soovid seadistada Z-Wave'i integratsiooni Z-Wave'i lisandmooduliga?"
@@ -84,13 +90,9 @@
84
90
  "title": "Seadista Z-Wave"
85
91
  },
86
92
  "instruct_unplug": {
87
- "description": "Varukoopia on salvestatud aadressile \"{file_path}\" \n\nVana kontroller on l\u00e4htestatud. Kui riistvara ei ole enam vajalik, v\u00f5id selle n\u00fc\u00fcd lahti \u00fchendada. \n\nEnne j\u00e4tkamist veendu, et uus kontroller on \u00fchendatud.",
93
+ "description": "Varukoopia salvestati asukohta \u201e {file_path} \u201d \n \n Vana kontrollerit pole l\u00e4htestatud. N\u00fc\u00fcd peaksid selle vooluv\u00f5rgust lahti \u00fchendama, et see uue kontrolleri t\u00f6\u00f6d ei segaks. \n \n Enne j\u00e4tkamist veendu, et uus kontroller on vooluv\u00f5rku \u00fchendatud.",
88
94
  "title": "\u00dchenda vana kontroller lahti"
89
95
  },
90
- "intent_migrate": {
91
- "description": "Enne uue kontrolleri seadistamist tuleb vana kontroller l\u00e4htestada. Esmalt tehakse varukoopia. \n \n Kas soovid j\u00e4tkata?",
92
- "title": "Mine \u00fcle uuele kontrollerile"
93
- },
94
96
  "manual": {
95
97
  "data": {
96
98
  "url": "URL"
@@ -101,6 +103,12 @@
101
103
  "url": "URL"
102
104
  }
103
105
  },
106
+ "network_type": {
107
+ "data": {
108
+ "network_type": "Kas v\u00f5rk on uus v\u00f5i on see juba olemas?"
109
+ },
110
+ "title": "Z-Wave v\u00f5rk"
111
+ },
104
112
  "on_supervisor": {
105
113
  "data": {
106
114
  "use_addon": "Kasuta lisandmoodulit Z-Wave Supervisor"
@@ -289,6 +297,14 @@
289
297
  "title": "Tuvastati tundmatu kontroller"
290
298
  }
291
299
  },
300
+ "selector": {
301
+ "network_type": {
302
+ "options": {
303
+ "existing": "See on juba olemas",
304
+ "new": "See on uus"
305
+ }
306
+ }
307
+ },
292
308
  "services": {
293
309
  "bulk_set_partial_config_parameters": {
294
310
  "description": "V\u00f5imaldab osaliste parameetrite hulgiseadistamist. Kasulik, kui korraga tuleb seadistada mitu osalist parameetrit.",
@@ -15,25 +15,11 @@
15
15
  "flow_title": "{name}",
16
16
  "step": {
17
17
  "configure_addon_reconfigure": {
18
- "data": {
19
- "lr_s2_access_control_key": "Pitk\u00e4n kantaman S2 kulunvalvonta-avain",
20
- "lr_s2_authenticated_key": "Pitk\u00e4n kantaman S2-todennettu avain",
21
- "s0_legacy_key": "S0-avain (vanha)",
22
- "s2_access_control_key": "S2-p\u00e4\u00e4synvalvonta-avain",
23
- "s2_authenticated_key": "S2 Todennettu avain",
24
- "s2_unauthenticated_key": "S2 Todentamaton avain"
25
- },
26
18
  "description": "Lis\u00e4osa luo suojausavaimet, jos n\u00e4m\u00e4 kent\u00e4t j\u00e4tet\u00e4\u00e4n tyhjiksi.",
27
19
  "title": "Sy\u00f6t\u00e4 Z-Wave-lis\u00e4osan kokoonpano"
28
20
  },
29
21
  "configure_addon_user": {
30
22
  "data": {
31
- "lr_s2_access_control_key": "Pitk\u00e4n kantaman S2 kulunvalvonta-avain",
32
- "lr_s2_authenticated_key": "Pitk\u00e4n kantaman S2-todennettu avain",
33
- "s0_legacy_key": "S0-avain (vanha)",
34
- "s2_access_control_key": "S2-p\u00e4\u00e4synvalvonta-avain",
35
- "s2_authenticated_key": "S2 Todennettu avain",
36
- "s2_unauthenticated_key": "S2 Todentamaton avain",
37
23
  "usb_path": "USB-laitteen polku"
38
24
  },
39
25
  "title": "Sy\u00f6t\u00e4 Z-Wave-lis\u00e4osan kokoonpano"
@@ -14,21 +14,7 @@
14
14
  "choose_serial_port": {
15
15
  "title": "Roghnaigh do ghl\u00e9as Z-Wave"
16
16
  },
17
- "configure_addon_reconfigure": {
18
- "data": {
19
- "lr_s2_access_control_key": "Eochair Rialaithe Rochtana Fadraoin S2",
20
- "lr_s2_authenticated_key": "Eochair Fh\u00edordheimhnithe Fad-Raoin S2"
21
- }
22
- },
23
17
  "configure_addon_user": {
24
- "data": {
25
- "lr_s2_access_control_key": "Eochair Rialaithe Rochtana Fadraoin S2",
26
- "lr_s2_authenticated_key": "Eochair Fh\u00edordheimhnithe Fad-Raoin S2",
27
- "s0_legacy_key": "Eochair S0 (Oidhreacht)",
28
- "s2_access_control_key": "Eochair Rialaithe Rochtana S2",
29
- "s2_authenticated_key": "Eochair F\u00edordheimhnithe S2",
30
- "s2_unauthenticated_key": "Eochair Neamhfh\u00edordheimhnithe S2"
31
- },
32
18
  "title": "Cuir isteach cumra\u00edocht bhreise\u00e1in Z-Wave"
33
19
  },
34
20
  "hassio_confirm": {
@@ -42,13 +28,8 @@
42
28
  "title": "Socraigh Z-Wave"
43
29
  },
44
30
  "instruct_unplug": {
45
- "description": "C\u00faltaca s\u00e1bh\u00e1ilte chuig \"{file_path}\"\n\nT\u00e1 do sheanrialt\u00f3ir athshocraithe. Mura bhfuil an crua-earra\u00ed ag teast\u00e1il a thuilleadh, is f\u00e9idir leat \u00e9 a dh\u00edcheangal anois.\n\nD\u00e9an cinnte go bhfuil do rialt\u00f3ir nua plug\u00e1ilte isteach sula leanann t\u00fa ar aghaidh.",
46
31
  "title": "D\u00edphlug\u00e1il do sheanrialaitheoir"
47
32
  },
48
- "intent_migrate": {
49
- "description": "Sula gcuirfidh t\u00fa do rialt\u00f3ir nua ar bun, n\u00ed m\u00f3r do sheanrialt\u00f3ir a athshocr\u00fa. D\u00e9anfar c\u00faltaca ar dt\u00fas.\n\nAr mhaith leat lean\u00faint ar aghaidh?",
50
- "title": "Imirce chuig rialt\u00f3ir nua"
51
- },
52
33
  "reconfigure": {
53
34
  "description": "An bhfuil t\u00fa ag aistri\u00fa chuig rialt\u00f3ir nua n\u00f3 ag athchumr\u00fa an rialt\u00f3ra reatha?",
54
35
  "menu_options": {
@@ -39,12 +39,6 @@
39
39
  },
40
40
  "configure_addon_reconfigure": {
41
41
  "data": {
42
- "lr_s2_access_control_key": "Hossz\u00fa hat\u00f3t\u00e1v\u00fa S2 hozz\u00e1f\u00e9r\u00e9s-vez\u00e9rl\u00e9si kulcs",
43
- "lr_s2_authenticated_key": "Hossz\u00fa hat\u00f3t\u00e1v\u00fa S2 hiteles\u00edtett kulcs",
44
- "s0_legacy_key": "S0 kulcs (r\u00e9gi)",
45
- "s2_access_control_key": "S2 hozz\u00e1f\u00e9r\u00e9s-vez\u00e9rl\u00e9si kulcs",
46
- "s2_authenticated_key": "S2 hiteles\u00edtett kulcs",
47
- "s2_unauthenticated_key": "S2 nem hiteles\u00edtett kulcs",
48
42
  "usb_path": "USB eszk\u00f6z el\u00e9r\u00e9si \u00fat"
49
43
  },
50
44
  "description": "A b\u0151v\u00edtm\u00e9ny gener\u00e1lni fogja a biztons\u00e1gi kulcsokat, ha ezek a mez\u0151k \u00fcresen maradnak.",
@@ -52,12 +46,6 @@
52
46
  },
53
47
  "configure_addon_user": {
54
48
  "data": {
55
- "lr_s2_access_control_key": "Hossz\u00fa hat\u00f3t\u00e1v\u00fa S2 hozz\u00e1f\u00e9r\u00e9s-vez\u00e9rl\u00e9si kulcs",
56
- "lr_s2_authenticated_key": "Hossz\u00fa hat\u00f3t\u00e1v\u00fa S2 hiteles\u00edtett kulcs",
57
- "s0_legacy_key": "S0 kulcs (r\u00e9gi)",
58
- "s2_access_control_key": "S2 hozz\u00e1f\u00e9r\u00e9s-vez\u00e9rl\u00e9si kulcs",
59
- "s2_authenticated_key": "S2 hiteles\u00edtett kulcs",
60
- "s2_unauthenticated_key": "S2 nem hiteles\u00edtett kulcs",
61
49
  "usb_path": "USB eszk\u00f6z el\u00e9r\u00e9si \u00fat"
62
50
  },
63
51
  "title": "Adja meg a Z-Wave b\u0151v\u00edtm\u00e9ny konfigur\u00e1ci\u00f3j\u00e1t"
@@ -76,13 +64,8 @@
76
64
  "title": "Z-Wave be\u00e1ll\u00edt\u00e1sa"
77
65
  },
78
66
  "instruct_unplug": {
79
- "description": "Biztons\u00e1gi ment\u00e9s elmentve ide: \u201e{file_path}\u201d\n\nA r\u00e9gi vez\u00e9rl\u0151 vissza lett \u00e1ll\u00edtva. Ha a hardverre m\u00e1r nincs sz\u00fcks\u00e9g, most kih\u00fazhatja.\n\nK\u00e9rj\u00fck, ellen\u0151rizze, hogy az \u00faj vez\u00e9rl\u0151 csatlakoztatva van-e, miel\u0151tt folytatn\u00e1.",
80
67
  "title": "H\u00fazza ki a r\u00e9gi vez\u00e9rl\u0151t"
81
68
  },
82
- "intent_migrate": {
83
- "description": "Az \u00faj vez\u00e9rl\u0151 be\u00e1ll\u00edt\u00e1sa el\u0151tt a r\u00e9gi vez\u00e9rl\u0151t vissza kell \u00e1ll\u00edtani. El\u0151sz\u00f6r biztons\u00e1gi ment\u00e9s k\u00e9sz\u00fcl.\n\nFolytatni k\u00edv\u00e1nja?",
84
- "title": "\u00c1tvitel \u00faj vez\u00e9rl\u0151re"
85
- },
86
69
  "manual": {
87
70
  "data": {
88
71
  "url": "URL"
@@ -45,12 +45,6 @@
45
45
  },
46
46
  "configure_addon_reconfigure": {
47
47
  "data": {
48
- "lr_s2_access_control_key": "Tolimojo nuotolio S2 prieigos kontrol\u0117s raktas",
49
- "lr_s2_authenticated_key": "Tolimojo nuotolio S2 autentifikuotas raktas",
50
- "s0_legacy_key": "S0 raktas (senas)",
51
- "s2_access_control_key": "S2 prieigos valdymo raktas",
52
- "s2_authenticated_key": "S2 autentifikuotas raktas",
53
- "s2_unauthenticated_key": "S2 neautentifikuotas raktas",
54
48
  "usb_path": "USB prietaiso kelias"
55
49
  },
56
50
  "description": "Pasirinkite Z-Wave adapter\u012f",
@@ -58,12 +52,6 @@
58
52
  },
59
53
  "configure_addon_user": {
60
54
  "data": {
61
- "lr_s2_access_control_key": "Tolimojo nuotolio S2 prieigos kontrol\u0117s raktas",
62
- "lr_s2_authenticated_key": "Tolimojo nuotolio S2 autentifikuotas raktas",
63
- "s0_legacy_key": "S0 raktas (senas)",
64
- "s2_access_control_key": "S2 prieigos valdymo raktas",
65
- "s2_authenticated_key": "S2 autentifikuotas raktas",
66
- "s2_unauthenticated_key": "S2 neautentifikuotas raktas",
67
55
  "usb_path": "USB prietaiso kelias"
68
56
  },
69
57
  "description": "Pasirinkite Z-Wave adapter\u012f",
@@ -84,13 +72,8 @@
84
72
  "title": "Z-Wave nustatymas"
85
73
  },
86
74
  "instruct_unplug": {
87
- "description": "Atsargin\u0117 kopija i\u0161saugota aplanke \u201e {file_path} \u201c \n \n J\u016bs\u0173 senasis valdiklis buvo atstatytas. Jei aparatin\u0117s \u012frangos nebereikia, dabar galite j\u0105 atjungti. \n \n Prie\u0161 t\u0119sdami \u012fsitikinkite, kad naujasis valdiklis prijungtas.",
88
75
  "title": "Atjunkite sen\u0105 valdikl\u012f"
89
76
  },
90
- "intent_migrate": {
91
- "description": "Prie\u0161 nustatant nauj\u0105 valdikl\u012f, reikia i\u0161 naujo nustatyti sen\u0105j\u012f valdikl\u012f. Pirmiausia bus sukurta atsargin\u0117 kopija. \n \n Ar norite t\u0119sti?",
92
- "title": "Migracija \u012f nauj\u0105 valdikl\u012f"
93
- },
94
77
  "manual": {
95
78
  "data": {
96
79
  "url": "URL"