homeassistant 2025.7.0b1__py3-none-any.whl → 2025.7.0b2__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 (140) hide show
  1. homeassistant/components/alexa_devices/translations/cs.json +12 -1
  2. homeassistant/components/alexa_devices/translations/de.json +8 -0
  3. homeassistant/components/alexa_devices/translations/el.json +8 -0
  4. homeassistant/components/alexa_devices/translations/es.json +12 -1
  5. homeassistant/components/alexa_devices/translations/et.json +8 -0
  6. homeassistant/components/alexa_devices/translations/sk.json +8 -0
  7. homeassistant/components/alexa_devices/translations/zh-Hans.json +12 -1
  8. homeassistant/components/alexa_devices/translations/zh-Hant.json +8 -0
  9. homeassistant/components/anthropic/__init__.py +6 -0
  10. homeassistant/components/backup/translations/de.json +1 -1
  11. homeassistant/components/comelit/translations/de.json +1 -1
  12. homeassistant/components/counter/translations/sv.json +2 -2
  13. homeassistant/components/enphase_envoy/translations/sv.json +3 -0
  14. homeassistant/components/fronius/translations/sv.json +2 -2
  15. homeassistant/components/google_generative_ai_conversation/__init__.py +6 -0
  16. homeassistant/components/google_generative_ai_conversation/translations/cs.json +28 -0
  17. homeassistant/components/google_generative_ai_conversation/translations/sv.json +2 -0
  18. homeassistant/components/homeassistant_hardware/firmware_config_flow.py +89 -7
  19. homeassistant/components/homeassistant_hardware/strings.json +2 -1
  20. homeassistant/components/homeassistant_hardware/translations/de.json +1 -0
  21. homeassistant/components/homeassistant_hardware/translations/en-GB.json +1 -0
  22. homeassistant/components/homeassistant_hardware/translations/en.json +1 -0
  23. homeassistant/components/homeassistant_sky_connect/config_flow.py +1 -1
  24. homeassistant/components/homeassistant_sky_connect/strings.json +4 -2
  25. homeassistant/components/homeassistant_sky_connect/translations/de.json +2 -0
  26. homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +2 -0
  27. homeassistant/components/homeassistant_sky_connect/translations/en.json +2 -0
  28. homeassistant/components/homeassistant_yellow/strings.json +2 -1
  29. homeassistant/components/homeassistant_yellow/translations/bg.json +0 -1
  30. homeassistant/components/homeassistant_yellow/translations/cs.json +0 -1
  31. homeassistant/components/homeassistant_yellow/translations/de.json +1 -0
  32. homeassistant/components/homeassistant_yellow/translations/el.json +0 -1
  33. homeassistant/components/homeassistant_yellow/translations/en-GB.json +2 -1
  34. homeassistant/components/homeassistant_yellow/translations/en.json +2 -1
  35. homeassistant/components/homeassistant_yellow/translations/es.json +0 -1
  36. homeassistant/components/homeassistant_yellow/translations/et.json +0 -1
  37. homeassistant/components/homeassistant_yellow/translations/fr.json +0 -1
  38. homeassistant/components/homeassistant_yellow/translations/he.json +0 -1
  39. homeassistant/components/homeassistant_yellow/translations/hu.json +0 -1
  40. homeassistant/components/homeassistant_yellow/translations/id.json +0 -1
  41. homeassistant/components/homeassistant_yellow/translations/it.json +0 -1
  42. homeassistant/components/homeassistant_yellow/translations/ja.json +0 -1
  43. homeassistant/components/homeassistant_yellow/translations/lt.json +0 -1
  44. homeassistant/components/homeassistant_yellow/translations/pt.json +0 -1
  45. homeassistant/components/homeassistant_yellow/translations/ru.json +0 -1
  46. homeassistant/components/homeassistant_yellow/translations/sk.json +0 -1
  47. homeassistant/components/homeassistant_yellow/translations/sv.json +0 -1
  48. homeassistant/components/homeassistant_yellow/translations/tr.json +0 -1
  49. homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +0 -1
  50. homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +0 -1
  51. homeassistant/components/input_number/translations/sv.json +2 -2
  52. homeassistant/components/input_text/translations/sv.json +1 -1
  53. homeassistant/components/iron_os/manifest.json +1 -1
  54. homeassistant/components/lamarzocco/entity.py +19 -1
  55. homeassistant/components/lamarzocco/number.py +0 -4
  56. homeassistant/components/lamarzocco/sensor.py +2 -4
  57. homeassistant/components/minecraft_server/translations/sv.json +1 -1
  58. homeassistant/components/motioneye/translations/sv.json +1 -1
  59. homeassistant/components/mqtt/translations/cs.json +19 -0
  60. homeassistant/components/ntfy/translations/sv.json +1 -0
  61. homeassistant/components/number/translations/sv.json +2 -2
  62. homeassistant/components/nut/config_flow.py +4 -2
  63. homeassistant/components/ollama/__init__.py +6 -0
  64. homeassistant/components/ollama/translations/sv.json +1 -0
  65. homeassistant/components/openai_conversation/__init__.py +6 -0
  66. homeassistant/components/openai_conversation/translations/sv.json +4 -0
  67. homeassistant/components/playstation_network/diagnostics.py +55 -0
  68. homeassistant/components/playstation_network/quality_scale.yaml +1 -1
  69. homeassistant/components/playstation_network/translations/pl.json +73 -0
  70. homeassistant/components/plugwise/translations/sv.json +2 -2
  71. homeassistant/components/random/translations/sv.json +4 -4
  72. homeassistant/components/sonos/translations/cs.json +6 -0
  73. homeassistant/components/subaru/strings.json +2 -2
  74. homeassistant/components/subaru/translations/ca.json +0 -1
  75. homeassistant/components/subaru/translations/cs.json +0 -2
  76. homeassistant/components/subaru/translations/de.json +2 -2
  77. homeassistant/components/subaru/translations/el.json +0 -2
  78. homeassistant/components/subaru/translations/en-GB.json +0 -2
  79. homeassistant/components/subaru/translations/en.json +2 -2
  80. homeassistant/components/subaru/translations/es.json +0 -2
  81. homeassistant/components/subaru/translations/et.json +0 -2
  82. homeassistant/components/subaru/translations/fi.json +0 -1
  83. homeassistant/components/subaru/translations/hu.json +0 -2
  84. homeassistant/components/subaru/translations/it.json +0 -1
  85. homeassistant/components/subaru/translations/ja.json +0 -1
  86. homeassistant/components/subaru/translations/ko.json +0 -1
  87. homeassistant/components/subaru/translations/lt.json +0 -2
  88. homeassistant/components/subaru/translations/pt-BR.json +0 -1
  89. homeassistant/components/subaru/translations/pt.json +0 -2
  90. homeassistant/components/subaru/translations/ru.json +0 -2
  91. homeassistant/components/subaru/translations/sk.json +0 -2
  92. homeassistant/components/subaru/translations/sv.json +0 -2
  93. homeassistant/components/subaru/translations/tr.json +0 -2
  94. homeassistant/components/subaru/translations/zh-Hans.json +0 -2
  95. homeassistant/components/subaru/translations/zh-Hant.json +0 -2
  96. homeassistant/components/switchbot/translations/sv.json +2 -0
  97. homeassistant/components/telegram_bot/config_flow.py +17 -10
  98. homeassistant/components/telegram_bot/translations/cs.json +30 -0
  99. homeassistant/components/telegram_bot/translations/de.json +23 -1
  100. homeassistant/components/telegram_bot/translations/el.json +30 -0
  101. homeassistant/components/telegram_bot/translations/en-GB.json +3 -1
  102. homeassistant/components/telegram_bot/translations/es.json +30 -0
  103. homeassistant/components/telegram_bot/translations/et.json +24 -0
  104. homeassistant/components/telegram_bot/translations/sk.json +30 -0
  105. homeassistant/components/telegram_bot/translations/sv.json +23 -0
  106. homeassistant/components/telegram_bot/translations/zh-Hans.json +30 -0
  107. homeassistant/components/telegram_bot/translations/zh-Hant.json +30 -0
  108. homeassistant/components/text/translations/sv.json +1 -1
  109. homeassistant/components/vegehub/translations/sv.json +2 -1
  110. homeassistant/components/vicare/translations/sv.json +2 -2
  111. homeassistant/components/wyoming/translations/sv.json +2 -2
  112. homeassistant/components/zha/translations/sv.json +8 -0
  113. homeassistant/components/zwave_js/config_flow.py +3 -60
  114. homeassistant/components/zwave_js/strings.json +1 -5
  115. homeassistant/components/zwave_js/translations/bg.json +0 -3
  116. homeassistant/components/zwave_js/translations/cs.json +0 -5
  117. homeassistant/components/zwave_js/translations/de.json +1 -5
  118. homeassistant/components/zwave_js/translations/el.json +0 -5
  119. homeassistant/components/zwave_js/translations/en-GB.json +1 -5
  120. homeassistant/components/zwave_js/translations/en.json +1 -5
  121. homeassistant/components/zwave_js/translations/es.json +1 -5
  122. homeassistant/components/zwave_js/translations/et.json +0 -5
  123. homeassistant/components/zwave_js/translations/ga.json +0 -5
  124. homeassistant/components/zwave_js/translations/hu.json +0 -5
  125. homeassistant/components/zwave_js/translations/lt.json +0 -5
  126. homeassistant/components/zwave_js/translations/mk.json +0 -5
  127. homeassistant/components/zwave_js/translations/pt.json +0 -5
  128. homeassistant/components/zwave_js/translations/ru.json +0 -5
  129. homeassistant/components/zwave_js/translations/sk.json +0 -5
  130. homeassistant/components/zwave_js/translations/sv.json +0 -5
  131. homeassistant/components/zwave_js/translations/zh-Hans.json +0 -5
  132. homeassistant/components/zwave_js/translations/zh-Hant.json +1 -5
  133. homeassistant/const.py +1 -1
  134. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b2.dist-info}/METADATA +1 -1
  135. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b2.dist-info}/RECORD +140 -138
  136. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b2.dist-info}/WHEEL +0 -0
  137. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b2.dist-info}/entry_points.txt +0 -0
  138. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b2.dist-info}/licenses/LICENSE.md +0 -0
  139. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b2.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
  140. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b2.dist-info}/top_level.txt +0 -0
@@ -34,12 +34,14 @@
34
34
  },
35
35
  "user": {
36
36
  "data": {
37
+ "api_key": "API token",
37
38
  "platform": "Platform"
38
39
  },
39
40
  "data_description": {
40
41
  "api_key": "The API token of your bot.",
41
42
  "platform": "Telegram bot implementation"
42
- }
43
+ },
44
+ "description": "To create a Telegram bot, follow these steps:\n\n1. Open Telegram and start a chat with [{botfather_username}]({botfather_url}).\n1. Send the command `/newbot`.\n1. Follow the instructions to create your bot and get your API token."
43
45
  },
44
46
  "webhooks": {
45
47
  "data": {
@@ -30,15 +30,39 @@
30
30
  "platform": "Implementaci\u00f3n de bots de Telegram"
31
31
  },
32
32
  "description": "Volver a configurar el bot de Telegram",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "URL del proxy"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "URL del proxy si se trabaja detr\u00e1s de uno, incluyendo opcionalmente nombre de usuario y contrase\u00f1a. \n (socks5://nombreusuario:contrase\u00f1a@ip_proxy:puerto_proxy)"
40
+ },
41
+ "name": "Configuraci\u00f3n avanzada"
42
+ }
43
+ },
33
44
  "title": "Configuraci\u00f3n del bot de Telegram"
34
45
  },
35
46
  "user": {
36
47
  "data": {
48
+ "api_key": "Token API",
37
49
  "platform": "Plataforma"
38
50
  },
39
51
  "data_description": {
40
52
  "api_key": "El token API de tu bot.",
41
53
  "platform": "Implementaci\u00f3n de bots de Telegram"
54
+ },
55
+ "description": "Para crear un bot de Telegram, sigue estos pasos: \n \n1. Abre Telegram e inicia un chat con [{botfather_username}]({botfather_url}). \n1. Env\u00eda el comando `/newbot`. \n1. Sigue las instrucciones para crear tu bot y obtener tu token de API.",
56
+ "sections": {
57
+ "advanced_settings": {
58
+ "data": {
59
+ "proxy_url": "URL del proxy"
60
+ },
61
+ "data_description": {
62
+ "proxy_url": "URL del proxy si se trabaja detr\u00e1s de uno, incluyendo opcionalmente nombre de usuario y contrase\u00f1a. \n (socks5://nombreusuario:contrase\u00f1a@ip_proxy:puerto_proxy)"
63
+ },
64
+ "name": "Configuraci\u00f3n avanzada"
65
+ }
42
66
  }
43
67
  },
44
68
  "webhooks": {
@@ -82,12 +106,18 @@
82
106
  "allowlist_external_dirs_error": {
83
107
  "message": "La ruta del archivo no se ha configurado en allowlist_external_dirs."
84
108
  },
109
+ "failed_chat_ids": {
110
+ "message": "Objetivos fallidos: {chat_ids}. Por favor, verifica que se hayan configurado los ID de chat de {bot_name}."
111
+ },
85
112
  "failed_to_load_file": {
86
113
  "message": "No se pudo cargar el archivo: {error}"
87
114
  },
88
115
  "failed_to_load_url": {
89
116
  "message": "No se pudo cargar la URL: {error}"
90
117
  },
118
+ "invalid_chat_ids": {
119
+ "message": "IDs de chat no v\u00e1lidos: {chat_ids}. Por favor, configura los ID de chat para {bot_name}."
120
+ },
91
121
  "missing_allowed_chat_ids": {
92
122
  "message": "No se encontraron IDs de chat permitidos. Por favor, a\u00f1ade los IDs de chat permitidos para {bot_name}."
93
123
  },
@@ -30,15 +30,39 @@
30
30
  "platform": "Telegrami boti rakendamine"
31
31
  },
32
32
  "description": "Telegrami boti \u00fcmberseadistamine",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "Puhverserveri URL"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "Proxy URL kui t\u00f6\u00f6tatakse puhverserveri taga, valikuliselt koos kasutajanime ja parooliga. (socks5://username:password@proxy_ip:proxy_port)"
40
+ },
41
+ "name": "T\u00e4psemad s\u00e4tted"
42
+ }
43
+ },
33
44
  "title": "Telegrami boti seadistamine"
34
45
  },
35
46
  "user": {
36
47
  "data": {
48
+ "api_key": "API v\u00f5ti",
37
49
  "platform": "Platvorm"
38
50
  },
39
51
  "data_description": {
40
52
  "api_key": "Boti API-token.",
41
53
  "platform": "Telegrami boti rakendamine"
54
+ },
55
+ "description": "Telegrami boti loomiseks j\u00e4rgi neid samme: \n \n 1. Ava Telegram ja alusta vestlust kasutajaga [ {botfather_username} ]( {botfather_url} ). \n 1. Saada k\u00e4sk `/newbot`. \n 1. J\u00e4rgi juhiseid boti loomiseks ja API tokeni saamiseks.",
56
+ "sections": {
57
+ "advanced_settings": {
58
+ "data": {
59
+ "proxy_url": "Puhverserveri URL"
60
+ },
61
+ "data_description": {
62
+ "proxy_url": "Proxy URL kui t\u00f6\u00f6tatakse puhverserveri taga, valikuliselt koos kasutajanime ja parooliga. (socks5://username:password@proxy_ip:proxy_port)"
63
+ },
64
+ "name": "T\u00e4psemad s\u00e4tted"
65
+ }
42
66
  }
43
67
  },
44
68
  "webhooks": {
@@ -30,15 +30,39 @@
30
30
  "platform": "Implement\u00e1cia bota Telegram"
31
31
  },
32
32
  "description": "Rekonfigur\u00e1cia bota Telegram",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "Proxy URL"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "Adresa URL proxy servera, ak za n\u00edm pracuje, volite\u013ene vr\u00e1tane pou\u017e\u00edvate\u013esk\u00e9ho mena a hesla. (socks5://username:password@proxy_ip:proxy_port)"
40
+ },
41
+ "name": "Roz\u0161\u00edren\u00e9 nastavenia"
42
+ }
43
+ },
33
44
  "title": "Nastavenie bota Telegram"
34
45
  },
35
46
  "user": {
36
47
  "data": {
48
+ "api_key": "API token",
37
49
  "platform": "Platforma"
38
50
  },
39
51
  "data_description": {
40
52
  "api_key": "API token v\u00e1\u0161ho bota.",
41
53
  "platform": "Implement\u00e1cia bota Telegram"
54
+ },
55
+ "description": "Ak chcete vytvori\u0165 bota Telegramu, postupujte pod\u013ea nasleduj\u00facich krokov: 1. Otvorte program Telegram a spustite chat s [{botfather_username}]({botfather_url}). 1. Odo\u0161lite pr\u00edkaz `/newbot`. 1. Pod\u013ea pokynov vytvorte bota a z\u00edskajte token API.",
56
+ "sections": {
57
+ "advanced_settings": {
58
+ "data": {
59
+ "proxy_url": "Proxy URL"
60
+ },
61
+ "data_description": {
62
+ "proxy_url": "Adresa URL proxy servera, ak za n\u00edm pracuje, volite\u013ene vr\u00e1tane pou\u017e\u00edvate\u013esk\u00e9ho mena a hesla. (socks5://username:password@proxy_ip:proxy_port)"
63
+ },
64
+ "name": "Roz\u0161\u00edren\u00e9 nastavenia"
65
+ }
42
66
  }
43
67
  },
44
68
  "webhooks": {
@@ -82,12 +106,18 @@
82
106
  "allowlist_external_dirs_error": {
83
107
  "message": "Cesta k s\u00faboru nebola nakonfigurovan\u00e1 v allowlist_external_dirs."
84
108
  },
109
+ "failed_chat_ids": {
110
+ "message": "Ne\u00faspe\u0161n\u00e9 ciele: {chat_ids}. Skontrolujte, \u010di boli nakonfigurovan\u00e9 ID chatu pre {bot_name}."
111
+ },
85
112
  "failed_to_load_file": {
86
113
  "message": "Nepodarilo sa na\u010d\u00edta\u0165 s\u00fabor: {error}"
87
114
  },
88
115
  "failed_to_load_url": {
89
116
  "message": "Nepodarilo sa na\u010d\u00edta\u0165 URL: {error}"
90
117
  },
118
+ "invalid_chat_ids": {
119
+ "message": "Neplatn\u00e9 ID chatu: {chat_ids}. Pros\u00edm, nakonfigurujte ID chatu pre {bot_name}."
120
+ },
91
121
  "missing_allowed_chat_ids": {
92
122
  "message": "Nena\u0161li sa \u017eiadne povolen\u00e9 ID chatu. Pros\u00edm, pridajte povolen\u00e9 ID chatu pre {bot_name}."
93
123
  },
@@ -30,15 +30,38 @@
30
30
  "platform": "Implementering av Telegram-bot"
31
31
  },
32
32
  "description": "Konfigurera om Telegram-bot",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "Proxy-URL"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "Proxy-URL om du arbetar bakom en, eventuellt inklusive anv\u00e4ndarnamn och l\u00f6senord. (socks5://anv\u00e4ndarnamn:l\u00f6senord@proxy_ip:proxy_port)"
40
+ },
41
+ "name": "Avancerade inst\u00e4llningar"
42
+ }
43
+ },
33
44
  "title": "Inst\u00e4llning av Telegram-bot"
34
45
  },
35
46
  "user": {
36
47
  "data": {
48
+ "api_key": "API-token",
37
49
  "platform": "Plattform"
38
50
  },
39
51
  "data_description": {
40
52
  "api_key": "API-token f\u00f6r din bot.",
41
53
  "platform": "Implementering av Telegram-bot"
54
+ },
55
+ "sections": {
56
+ "advanced_settings": {
57
+ "data": {
58
+ "proxy_url": "Proxy-URL"
59
+ },
60
+ "data_description": {
61
+ "proxy_url": "Proxy-URL om du arbetar bakom en, eventuellt inklusive anv\u00e4ndarnamn och l\u00f6senord. (socks5://anv\u00e4ndarnamn:l\u00f6senord@proxy_ip:proxy_port)"
62
+ },
63
+ "name": "Avancerade inst\u00e4llningar"
64
+ }
42
65
  }
43
66
  },
44
67
  "webhooks": {
@@ -30,15 +30,39 @@
30
30
  "platform": "Telegram \u673a\u5668\u4eba\u5b9e\u73b0"
31
31
  },
32
32
  "description": "\u91cd\u65b0\u914d\u7f6e Telegram \u673a\u5668\u4eba",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "\u4ee3\u7406\u7f51\u5740"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "\u5982\u679c\u5728\u4ee3\u7406\u7f51\u5740\u540e\u9762\u5de5\u4f5c\uff0c\u5219\u4e3a\u4ee3\u7406\u7f51\u5740\uff0c\u53ef\u9009\u62e9\u5305\u542b\u7528\u6237\u540d\u548c\u5bc6\u7801\u3002\n (socks5://username:password@proxy_ip:proxy_port)"
40
+ },
41
+ "name": "\u9ad8\u7ea7\u8bbe\u7f6e"
42
+ }
43
+ },
33
44
  "title": "Telegram \u673a\u5668\u4eba\u8bbe\u7f6e"
34
45
  },
35
46
  "user": {
36
47
  "data": {
48
+ "api_key": "API \u4ee4\u724c",
37
49
  "platform": "\u5e73\u53f0"
38
50
  },
39
51
  "data_description": {
40
52
  "api_key": "\u60a8\u673a\u5668\u4eba\u7684 API \u4ee4\u724c\u3002",
41
53
  "platform": "Telegram \u673a\u5668\u4eba\u5b9e\u73b0"
54
+ },
55
+ "description": "\u8981\u521b\u5efa Telegram \u673a\u5668\u4eba\uff0c\u8bf7\u6309\u7167\u4ee5\u4e0b\u6b65\u9aa4\u64cd\u4f5c\uff1a\n \n1. \u6253\u5f00 Telegram \u5e76\u4f7f\u7528\u3010{botfather_username}\u3011({botfather_url}) \u5f00\u59cb\u804a\u5929\u3002\n1. \u53d1\u9001\u547d\u4ee4 \u201c/newbot\u201d \u3002\n1. \u6309\u7167\u8bf4\u660e\u521b\u5efa\u60a8\u7684\u673a\u5668\u4eba\u5e76\u83b7\u53d6\u60a8\u7684 API \u4ee4\u724c\u3002",
56
+ "sections": {
57
+ "advanced_settings": {
58
+ "data": {
59
+ "proxy_url": "\u4ee3\u7406\u7f51\u5740"
60
+ },
61
+ "data_description": {
62
+ "proxy_url": "\u5982\u679c\u5728\u4ee3\u7406\u7f51\u5740\u540e\u9762\u5de5\u4f5c\uff0c\u5219\u4e3a\u4ee3\u7406\u7f51\u5740\uff0c\u53ef\u9009\u62e9\u5305\u542b\u7528\u6237\u540d\u548c\u5bc6\u7801\u3002\n (socks5://username:password@proxy_ip:proxy_port)"
63
+ },
64
+ "name": "\u9ad8\u7ea7\u8bbe\u7f6e"
65
+ }
42
66
  }
43
67
  },
44
68
  "webhooks": {
@@ -82,12 +106,18 @@
82
106
  "allowlist_external_dirs_error": {
83
107
  "message": "allowlist_external_dirs \u4e2d\u5c1a\u672a\u914d\u7f6e\u6587\u4ef6\u8def\u5f84\u3002"
84
108
  },
109
+ "failed_chat_ids": {
110
+ "message": "\u5931\u8d25\u76ee\u6807\uff1a{chat_ids} \u3002\u8bf7\u9a8c\u8bc1\u201c{bot_name}\u201d\u7684\u804a\u5929 ID \u662f\u5426\u5df2\u914d\u7f6e\u3002"
111
+ },
85
112
  "failed_to_load_file": {
86
113
  "message": "\u65e0\u6cd5\u52a0\u8f7d\u6587\u4ef6\uff1a{error}"
87
114
  },
88
115
  "failed_to_load_url": {
89
116
  "message": "\u65e0\u6cd5\u52a0\u8f7d\u7f51\u5740\uff1a{error}"
90
117
  },
118
+ "invalid_chat_ids": {
119
+ "message": "\u65e0\u6548\u804a\u5929 ID\uff1a{chat_ids} \u3002\u8bf7\u4e3a\u201c{bot_name}\u201d\u914d\u7f6e\u804a\u5929 ID \u3002"
120
+ },
91
121
  "missing_allowed_chat_ids": {
92
122
  "message": "\u672a\u627e\u5230\u5141\u8bb8\u7684\u804a\u5929 ID\u3002\u8bf7\u4e3a\u201c{bot_name}\u201d\u6dfb\u52a0\u5141\u8bb8\u7684\u804a\u5929\u6807\u8bc6\u7b26\u3002"
93
123
  },
@@ -30,15 +30,39 @@
30
30
  "platform": "Telegram \u6a5f\u5668\u4eba\u5be6\u4f5c"
31
31
  },
32
32
  "description": "\u91cd\u65b0\u8a2d\u5b9a Telegram \u6a5f\u5668\u4eba",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "\u4ee3\u7406\u7db2\u5740"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "\u5982\u679c\u65bc\u4ee3\u7406\u4f3a\u670d\u5668\u5f8c\uff0c\u8acb\u63d0\u4f9b\u4ee3\u7406\u7db2\u5740L\uff0c\u53ef\u9078\u64c7\u5305\u542b\u4f7f\u7528\u8005\u540d\u7a31\u548c\u5bc6\u78bc\u3002\n(socks5://username:password@proxy_ip:proxy_port)"
40
+ },
41
+ "name": "\u9032\u968e\u8a2d\u5b9a"
42
+ }
43
+ },
33
44
  "title": "Telegram \u6a5f\u5668\u4eba\u8a2d\u5b9a"
34
45
  },
35
46
  "user": {
36
47
  "data": {
48
+ "api_key": "API \u6b0a\u6756",
37
49
  "platform": "\u5e73\u53f0"
38
50
  },
39
51
  "data_description": {
40
52
  "api_key": "\u6a5f\u5668\u4eba API \u6b0a\u6756",
41
53
  "platform": "Telegram \u6a5f\u5668\u4eba\u5be6\u4f5c"
54
+ },
55
+ "description": "\u82e5\u8981\u65b0\u589e Telegram \u6a5f\u5668\u4eba\uff0c\u8acb\u8ddf\u96a8\u4ee5\u4e0b\u6b65\u9a5f\uff1a\n\n1. \u958b\u555f Telegram \u4e26\u8207 [{botfather_username}]({botfather_url}) \u804a\u5929\u3002\n1. \u50b3\u9001\u6307\u4ee4 `/newbot`\u3002\n1. \u4f9d\u7167\u6307\u793a\u5efa\u7acb\u6a5f\u5668\u4eba\u4e26\u53d6\u5f97 API \u6b0a\u6756\u3002",
56
+ "sections": {
57
+ "advanced_settings": {
58
+ "data": {
59
+ "proxy_url": "\u4ee3\u7406\u7db2\u5740"
60
+ },
61
+ "data_description": {
62
+ "proxy_url": "\u5982\u679c\u65bc\u4ee3\u7406\u4f3a\u670d\u5668\u5f8c\uff0c\u8acb\u63d0\u4f9b\u4ee3\u7406\u7db2\u5740L\uff0c\u53ef\u9078\u64c7\u5305\u542b\u4f7f\u7528\u8005\u540d\u7a31\u548c\u5bc6\u78bc\u3002\n(socks5://username:password@proxy_ip:proxy_port)"
63
+ },
64
+ "name": "\u9032\u968e\u8a2d\u5b9a"
65
+ }
42
66
  }
43
67
  },
44
68
  "webhooks": {
@@ -82,12 +106,18 @@
82
106
  "allowlist_external_dirs_error": {
83
107
  "message": "allowlist_external_dirs \u4e2d\u5c1a\u672a\u8a2d\u5b9a\u6a94\u6848\u8def\u5f91\u3002"
84
108
  },
109
+ "failed_chat_ids": {
110
+ "message": "\u76ee\u6a19\u5931\u6557\uff1a{chat_ids}\u3002\u8acb\u78ba\u8a8d {bot_name} \u804a\u5929\u5ba4 ID \u5df2\u6b63\u78ba\u8a2d\u5b9a\u3002"
111
+ },
85
112
  "failed_to_load_file": {
86
113
  "message": "\u8f09\u5165\u6a94\u6848\u5931\u6557\uff1a{error}"
87
114
  },
88
115
  "failed_to_load_url": {
89
116
  "message": "\u8f09\u5165\u7db2\u5740\u5931\u6557\uff1a{error}"
90
117
  },
118
+ "invalid_chat_ids": {
119
+ "message": "\u804a\u5929\u5ba4 ID \u7121\u6548\uff1a{chat_ids}\u3002\u8acb\u70ba {bot_name} \u8a2d\u5b9a\u804a\u5929\u5ba4 ID\u3002"
120
+ },
91
121
  "missing_allowed_chat_ids": {
92
122
  "message": "\u627e\u4e0d\u5230\u5141\u8a31\u7684\u804a\u5929\u5ba4 ID\u3002\u8acb\u5148\u70ba {bot_name}.\u65b0\u589e\u5141\u8a31\u804a\u5929\u5ba4 ID\u3002"
93
123
  },
@@ -12,7 +12,7 @@
12
12
  "name": "Text",
13
13
  "state_attributes": {
14
14
  "max": {
15
- "name": "Maxl\u00e4ngd"
15
+ "name": "St\u00f6rsta l\u00e4ngd"
16
16
  },
17
17
  "min": {
18
18
  "name": "Minsta l\u00e4ngd"
@@ -3,7 +3,8 @@
3
3
  "abort": {
4
4
  "already_configured": "Enheten \u00e4r redan konfigurerad.",
5
5
  "already_in_progress": "Enheten har redan uppt\u00e4ckts. Kontrollera uppt\u00e4ckta enheter.",
6
- "cannot_connect": "Misslyckades med att ansluta till enheten. F\u00f6rs\u00f6k igen."
6
+ "cannot_connect": "Misslyckades med att ansluta till enheten. F\u00f6rs\u00f6k igen.",
7
+ "unknown_error": "Ett ok\u00e4nt fel har uppst\u00e5tt."
7
8
  },
8
9
  "error": {
9
10
  "invalid_ip": "Ogiltig IPv4-adress."
@@ -353,10 +353,10 @@
353
353
  "name": "Varmvatten gasf\u00f6rbrukning senaste sju dagarna"
354
354
  },
355
355
  "hotwater_max_temperature": {
356
- "name": "Varmvatten max temperatur"
356
+ "name": "Varmvatten h\u00f6gsta temperatur"
357
357
  },
358
358
  "hotwater_min_temperature": {
359
- "name": "Varmvatten min temperatur"
359
+ "name": "Varmvatten l\u00e4gsta temperatur"
360
360
  },
361
361
  "hotwater_out_temperature": {
362
362
  "name": "Varmvatten uttemperatur"
@@ -3,14 +3,14 @@
3
3
  "abort": {
4
4
  "already_configured": "Tj\u00e4nsten \u00e4r redan konfigurerad",
5
5
  "no_port": "Ingen port f\u00f6r slutpunkt",
6
- "no_services": "Inga tj\u00e4nster hittades vid endpoint"
6
+ "no_services": "Inga tj\u00e4nster hittades vid slutpunkten"
7
7
  },
8
8
  "error": {
9
9
  "cannot_connect": "Det gick inte att ansluta"
10
10
  },
11
11
  "step": {
12
12
  "hassio_confirm": {
13
- "description": "Vill du konfigurera Home Assistant f\u00f6r att ansluta till Wyoming-tj\u00e4nsten som tillhandah\u00e5lls av till\u00e4gget: {addon} ?"
13
+ "description": "Vill du konfigurera Home Assistant f\u00f6r att ansluta till Wyoming-tj\u00e4nsten som tillhandah\u00e5lls av till\u00e4gget: {addon}?"
14
14
  },
15
15
  "user": {
16
16
  "data": {
@@ -1139,11 +1139,19 @@
1139
1139
  "name": "Starttid f\u00f6r bevattning"
1140
1140
  },
1141
1141
  "last_action": {
1142
+ "name": "Senaste \u00e5tg\u00e4rd",
1142
1143
  "state": {
1143
1144
  "lock": "L\u00e5st",
1144
1145
  "unlock": "Ol\u00e5st"
1145
1146
  }
1146
1147
  },
1148
+ "last_action_source": {
1149
+ "state": {
1150
+ "fingerprint": "Fingeravtryck",
1151
+ "rfid": "RFID",
1152
+ "zigbee": "Zigbee"
1153
+ }
1154
+ },
1147
1155
  "last_feeding_size": {
1148
1156
  "name": "Senaste foderstorlek"
1149
1157
  },
@@ -845,11 +845,8 @@ class ZWaveJSConfigFlow(ConfigFlow, domain=DOMAIN):
845
845
  },
846
846
  )
847
847
 
848
- if user_input is not None:
849
- self._migrating = True
850
- return await self.async_step_backup_nvm()
851
-
852
- return self.async_show_form(step_id="intent_migrate")
848
+ self._migrating = True
849
+ return await self.async_step_backup_nvm()
853
850
 
854
851
  async def async_step_backup_nvm(
855
852
  self, user_input: dict[str, Any] | None = None
@@ -904,7 +901,7 @@ class ZWaveJSConfigFlow(ConfigFlow, domain=DOMAIN):
904
901
  async def async_step_instruct_unplug(
905
902
  self, user_input: dict[str, Any] | None = None
906
903
  ) -> ConfigFlowResult:
907
- """Reset the current controller, and instruct the user to unplug it."""
904
+ """Instruct the user to unplug the old controller."""
908
905
 
909
906
  if user_input is not None:
910
907
  if self.usb_path:
@@ -914,63 +911,9 @@ class ZWaveJSConfigFlow(ConfigFlow, domain=DOMAIN):
914
911
  # Now that the old controller is gone, we can scan for serial ports again
915
912
  return await self.async_step_choose_serial_port()
916
913
 
917
- try:
918
- driver = self._get_driver()
919
- except AbortFlow:
920
- return self.async_abort(reason="config_entry_not_loaded")
921
-
922
- @callback
923
- def set_driver_ready(event: dict) -> None:
924
- "Set the driver ready event."
925
- wait_driver_ready.set()
926
-
927
- wait_driver_ready = asyncio.Event()
928
-
929
- unsubscribe = driver.once("driver ready", set_driver_ready)
930
-
931
- # reset the old controller
932
- try:
933
- await driver.async_hard_reset()
934
- except FailedCommand as err:
935
- unsubscribe()
936
- _LOGGER.error("Failed to reset controller: %s", err)
937
- return self.async_abort(reason="reset_failed")
938
-
939
- # Update the unique id of the config entry
940
- # to the new home id, which requires waiting for the driver
941
- # to be ready before getting the new home id.
942
- # If the backup restore, done later in the flow, fails,
943
- # the config entry unique id should be the new home id
944
- # after the controller reset.
945
- try:
946
- async with asyncio.timeout(DRIVER_READY_TIMEOUT):
947
- await wait_driver_ready.wait()
948
- except TimeoutError:
949
- pass
950
- finally:
951
- unsubscribe()
952
-
953
914
  config_entry = self._reconfigure_config_entry
954
915
  assert config_entry is not None
955
916
 
956
- try:
957
- version_info = await async_get_version_info(
958
- self.hass, config_entry.data[CONF_URL]
959
- )
960
- except CannotConnect:
961
- # Just log this error, as there's nothing to do about it here.
962
- # The stale unique id needs to be handled by a repair flow,
963
- # after the config entry has been reloaded, if the backup restore
964
- # also fails.
965
- _LOGGER.debug(
966
- "Failed to get server version, cannot update config entry "
967
- "unique id with new home id, after controller reset"
968
- )
969
- else:
970
- self.hass.config_entries.async_update_entry(
971
- config_entry, unique_id=str(version_info.home_id)
972
- )
973
-
974
917
  # Unload the config entry before asking the user to unplug the controller.
975
918
  await self.hass.config_entries.async_unload(config_entry.entry_id)
976
919
 
@@ -108,13 +108,9 @@
108
108
  "intent_reconfigure": "Re-configure the current controller"
109
109
  }
110
110
  },
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
111
  "instruct_unplug": {
116
112
  "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."
113
+ "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
114
  },
119
115
  "restore_failed": {
120
116
  "title": "Restoring unsuccessful",
@@ -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"
@@ -84,13 +84,8 @@
84
84
  "title": "Nastavit Z-Wave"
85
85
  },
86
86
  "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
87
  "title": "Odpojte star\u00fd ovlada\u010d"
89
88
  },
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
89
  "manual": {
95
90
  "data": {
96
91
  "url": "URL"
@@ -84,13 +84,9 @@
84
84
  "title": "Z-Wave einrichten"
85
85
  },
86
86
  "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.",
87
+ "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
88
  "title": "Trenne deinen alten Controller"
89
89
  },
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
90
  "manual": {
95
91
  "data": {
96
92
  "url": "URL"
@@ -84,13 +84,8 @@
84
84
  "title": "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 Z-Wave"
85
85
  },
86
86
  "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
87
  "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
88
  },
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
89
  "manual": {
95
90
  "data": {
96
91
  "url": "URL"
@@ -84,13 +84,9 @@
84
84
  "title": "Set up Z-Wave"
85
85
  },
86
86
  "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.",
87
+ "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
88
  "title": "Unplug your old controller"
89
89
  },
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
90
  "manual": {
95
91
  "data": {
96
92
  "url": "URL"
@@ -84,13 +84,9 @@
84
84
  "title": "Set up Z-Wave"
85
85
  },
86
86
  "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.",
87
+ "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
88
  "title": "Unplug your old controller"
89
89
  },
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
90
  "manual": {
95
91
  "data": {
96
92
  "url": "URL"
@@ -84,13 +84,9 @@
84
84
  "title": "Configurar Z-Wave"
85
85
  },
86
86
  "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.",
87
+ "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
88
  "title": "Desconecta tu controlador antiguo"
89
89
  },
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
90
  "manual": {
95
91
  "data": {
96
92
  "url": "URL"