homeassistant 2025.7.0b1__py3-none-any.whl → 2025.7.0b5__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 (534) hide show
  1. homeassistant/components/ai_task/translations/fr.json +22 -1
  2. homeassistant/components/ai_task/translations/hu.json +22 -0
  3. homeassistant/components/ai_task/translations/it.json +22 -0
  4. homeassistant/components/ai_task/translations/ja.json +20 -0
  5. homeassistant/components/alexa_devices/manifest.json +1 -1
  6. homeassistant/components/alexa_devices/translations/cs.json +12 -1
  7. homeassistant/components/alexa_devices/translations/de.json +8 -0
  8. homeassistant/components/alexa_devices/translations/el.json +8 -0
  9. homeassistant/components/alexa_devices/translations/es.json +12 -1
  10. homeassistant/components/alexa_devices/translations/et.json +8 -0
  11. homeassistant/components/alexa_devices/translations/hu.json +27 -1
  12. homeassistant/components/alexa_devices/translations/it.json +29 -0
  13. homeassistant/components/alexa_devices/translations/ja.json +29 -0
  14. homeassistant/components/alexa_devices/translations/pt.json +12 -1
  15. homeassistant/components/alexa_devices/translations/sk.json +8 -0
  16. homeassistant/components/alexa_devices/translations/sv.json +8 -0
  17. homeassistant/components/alexa_devices/translations/zh-Hans.json +12 -1
  18. homeassistant/components/alexa_devices/translations/zh-Hant.json +8 -0
  19. homeassistant/components/altruist/translations/hu.json +51 -0
  20. homeassistant/components/altruist/translations/ja.json +50 -0
  21. homeassistant/components/anthropic/__init__.py +6 -0
  22. homeassistant/components/anthropic/translations/fr.json +37 -0
  23. homeassistant/components/anthropic/translations/hu.json +37 -0
  24. homeassistant/components/anthropic/translations/it.json +37 -0
  25. homeassistant/components/anthropic/translations/nl.json +2 -1
  26. homeassistant/components/assist_satellite/__init__.py +24 -6
  27. homeassistant/components/assist_satellite/services.yaml +18 -6
  28. homeassistant/components/assist_satellite/translations/fr.json +8 -0
  29. homeassistant/components/assist_satellite/translations/hu.json +38 -0
  30. homeassistant/components/assist_satellite/translations/it.json +8 -0
  31. homeassistant/components/assist_satellite/translations/ja.json +8 -0
  32. homeassistant/components/asuswrt/translations/nl.json +6 -0
  33. homeassistant/components/backup/translations/de.json +1 -1
  34. homeassistant/components/blue_current/translations/el.json +3 -1
  35. homeassistant/components/bluetooth/translations/el.json +3 -0
  36. homeassistant/components/climate/translations/hu.json +3 -0
  37. homeassistant/components/comelit/translations/de.json +1 -1
  38. homeassistant/components/counter/translations/sv.json +2 -2
  39. homeassistant/components/denonavr/translations/el.json +5 -0
  40. homeassistant/components/derivative/translations/fr.json +4 -0
  41. homeassistant/components/derivative/translations/hu.json +4 -0
  42. homeassistant/components/derivative/translations/it.json +4 -0
  43. homeassistant/components/devolo_home_control/translations/hu.json +21 -0
  44. homeassistant/components/devolo_home_control/translations/it.json +6 -0
  45. homeassistant/components/devolo_home_control/translations/nl.json +10 -0
  46. homeassistant/components/dsmr/sensor.py +8 -0
  47. homeassistant/components/ecovacs/translations/el.json +1 -0
  48. homeassistant/components/electric_kiwi/translations/hu.json +6 -0
  49. homeassistant/components/electric_kiwi/translations/ja.json +6 -0
  50. homeassistant/components/emoncms/translations/el.json +3 -0
  51. homeassistant/components/enphase_envoy/translations/hu.json +30 -0
  52. homeassistant/components/enphase_envoy/translations/it.json +27 -0
  53. homeassistant/components/enphase_envoy/translations/ja.json +27 -0
  54. homeassistant/components/enphase_envoy/translations/sv.json +4 -1
  55. homeassistant/components/ezviz/translations/hu.json +10 -0
  56. homeassistant/components/ezviz/translations/it.json +10 -0
  57. homeassistant/components/ezviz/translations/ja.json +10 -0
  58. homeassistant/components/ezviz/translations/sv.json +1 -1
  59. homeassistant/components/fitbit/translations/hu.json +6 -0
  60. homeassistant/components/fitbit/translations/ja.json +6 -0
  61. homeassistant/components/fritz/translations/nl.json +3 -0
  62. homeassistant/components/fronius/translations/el.json +14 -1
  63. homeassistant/components/fronius/translations/sv.json +2 -2
  64. homeassistant/components/frontend/manifest.json +1 -1
  65. homeassistant/components/geocaching/translations/hu.json +6 -0
  66. homeassistant/components/geocaching/translations/ja.json +6 -0
  67. homeassistant/components/google/translations/hu.json +6 -0
  68. homeassistant/components/google/translations/ja.json +6 -0
  69. homeassistant/components/google_assistant_sdk/translations/hu.json +6 -0
  70. homeassistant/components/google_assistant_sdk/translations/ja.json +11 -0
  71. homeassistant/components/google_drive/translations/hu.json +6 -0
  72. homeassistant/components/google_drive/translations/ja.json +6 -0
  73. homeassistant/components/google_generative_ai_conversation/__init__.py +15 -0
  74. homeassistant/components/google_generative_ai_conversation/conversation.py +0 -10
  75. homeassistant/components/google_generative_ai_conversation/translations/cs.json +28 -0
  76. homeassistant/components/google_generative_ai_conversation/translations/fr.json +82 -1
  77. homeassistant/components/google_generative_ai_conversation/translations/hu.json +69 -0
  78. homeassistant/components/google_generative_ai_conversation/translations/it.json +69 -0
  79. homeassistant/components/google_generative_ai_conversation/translations/ja.json +69 -0
  80. homeassistant/components/google_generative_ai_conversation/translations/nl.json +16 -0
  81. homeassistant/components/google_generative_ai_conversation/translations/pt.json +28 -0
  82. homeassistant/components/google_generative_ai_conversation/translations/sv.json +2 -0
  83. homeassistant/components/google_mail/translations/hu.json +6 -0
  84. homeassistant/components/google_mail/translations/ja.json +6 -0
  85. homeassistant/components/google_photos/translations/hu.json +6 -0
  86. homeassistant/components/google_photos/translations/ja.json +6 -0
  87. homeassistant/components/google_sheets/translations/hu.json +6 -0
  88. homeassistant/components/google_sheets/translations/ja.json +6 -0
  89. homeassistant/components/google_tasks/translations/hu.json +6 -0
  90. homeassistant/components/google_tasks/translations/ja.json +6 -0
  91. homeassistant/components/group/translations/pl.json +52 -2
  92. homeassistant/components/home_connect/translations/hu.json +6 -0
  93. homeassistant/components/home_connect/translations/ja.json +9 -0
  94. homeassistant/components/homeassistant/translations/fr.json +1 -0
  95. homeassistant/components/homeassistant/translations/hu.json +1 -0
  96. homeassistant/components/homeassistant/translations/it.json +1 -0
  97. homeassistant/components/homeassistant/translations/ja.json +1 -0
  98. homeassistant/components/homeassistant/translations/nl.json +1 -1
  99. homeassistant/components/homeassistant_hardware/firmware_config_flow.py +119 -7
  100. homeassistant/components/homeassistant_hardware/strings.json +3 -1
  101. homeassistant/components/homeassistant_hardware/translations/de.json +2 -0
  102. homeassistant/components/homeassistant_hardware/translations/el.json +1 -0
  103. homeassistant/components/homeassistant_hardware/translations/en-GB.json +1 -0
  104. homeassistant/components/homeassistant_hardware/translations/en.json +2 -0
  105. homeassistant/components/homeassistant_hardware/translations/es.json +1 -0
  106. homeassistant/components/homeassistant_hardware/translations/et.json +1 -0
  107. homeassistant/components/homeassistant_hardware/translations/fr.json +4 -0
  108. homeassistant/components/homeassistant_hardware/translations/hu.json +4 -0
  109. homeassistant/components/homeassistant_hardware/translations/it.json +6 -0
  110. homeassistant/components/homeassistant_hardware/translations/ja.json +4 -0
  111. homeassistant/components/homeassistant_hardware/translations/pt.json +1 -0
  112. homeassistant/components/homeassistant_hardware/translations/ru.json +1 -0
  113. homeassistant/components/homeassistant_hardware/translations/sk.json +1 -0
  114. homeassistant/components/homeassistant_hardware/translations/sv.json +1 -0
  115. homeassistant/components/homeassistant_hardware/translations/zh-Hans.json +1 -0
  116. homeassistant/components/homeassistant_hardware/translations/zh-Hant.json +1 -0
  117. homeassistant/components/homeassistant_sky_connect/config_flow.py +1 -1
  118. homeassistant/components/homeassistant_sky_connect/strings.json +6 -2
  119. homeassistant/components/homeassistant_sky_connect/translations/de.json +4 -0
  120. homeassistant/components/homeassistant_sky_connect/translations/el.json +2 -0
  121. homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +2 -0
  122. homeassistant/components/homeassistant_sky_connect/translations/en.json +4 -0
  123. homeassistant/components/homeassistant_sky_connect/translations/es.json +2 -0
  124. homeassistant/components/homeassistant_sky_connect/translations/et.json +2 -0
  125. homeassistant/components/homeassistant_sky_connect/translations/fr.json +4 -0
  126. homeassistant/components/homeassistant_sky_connect/translations/hu.json +4 -0
  127. homeassistant/components/homeassistant_sky_connect/translations/it.json +4 -0
  128. homeassistant/components/homeassistant_sky_connect/translations/ja.json +4 -0
  129. homeassistant/components/homeassistant_sky_connect/translations/pt.json +2 -0
  130. homeassistant/components/homeassistant_sky_connect/translations/ru.json +2 -0
  131. homeassistant/components/homeassistant_sky_connect/translations/sk.json +2 -0
  132. homeassistant/components/homeassistant_sky_connect/translations/sv.json +2 -0
  133. homeassistant/components/homeassistant_sky_connect/translations/zh-Hans.json +2 -0
  134. homeassistant/components/homeassistant_sky_connect/translations/zh-Hant.json +2 -0
  135. homeassistant/components/homeassistant_yellow/strings.json +3 -1
  136. homeassistant/components/homeassistant_yellow/translations/bg.json +0 -1
  137. homeassistant/components/homeassistant_yellow/translations/cs.json +0 -1
  138. homeassistant/components/homeassistant_yellow/translations/de.json +2 -0
  139. homeassistant/components/homeassistant_yellow/translations/el.json +1 -0
  140. homeassistant/components/homeassistant_yellow/translations/en-GB.json +2 -1
  141. homeassistant/components/homeassistant_yellow/translations/en.json +3 -1
  142. homeassistant/components/homeassistant_yellow/translations/es.json +1 -0
  143. homeassistant/components/homeassistant_yellow/translations/et.json +1 -0
  144. homeassistant/components/homeassistant_yellow/translations/fr.json +2 -1
  145. homeassistant/components/homeassistant_yellow/translations/he.json +0 -1
  146. homeassistant/components/homeassistant_yellow/translations/hu.json +3 -1
  147. homeassistant/components/homeassistant_yellow/translations/id.json +0 -1
  148. homeassistant/components/homeassistant_yellow/translations/it.json +2 -1
  149. homeassistant/components/homeassistant_yellow/translations/ja.json +2 -1
  150. homeassistant/components/homeassistant_yellow/translations/lt.json +0 -1
  151. homeassistant/components/homeassistant_yellow/translations/pt.json +1 -0
  152. homeassistant/components/homeassistant_yellow/translations/ru.json +1 -0
  153. homeassistant/components/homeassistant_yellow/translations/sk.json +1 -0
  154. homeassistant/components/homeassistant_yellow/translations/sv.json +1 -1
  155. homeassistant/components/homeassistant_yellow/translations/tr.json +0 -1
  156. homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +1 -0
  157. homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +1 -0
  158. homeassistant/components/homee/translations/hu.json +25 -0
  159. homeassistant/components/homee/translations/ja.json +31 -1
  160. homeassistant/components/homewizard/translations/hu.json +19 -2
  161. homeassistant/components/homewizard/translations/sv.json +1 -1
  162. homeassistant/components/honeywell/__init__.py +8 -16
  163. homeassistant/components/honeywell/config_flow.py +6 -2
  164. homeassistant/components/honeywell/manifest.json +1 -1
  165. homeassistant/components/husqvarna_automower/button.py +3 -1
  166. homeassistant/components/husqvarna_automower/translations/hu.json +6 -0
  167. homeassistant/components/husqvarna_automower/translations/ja.json +6 -0
  168. homeassistant/components/imap/translations/fr.json +2 -0
  169. homeassistant/components/immich/translations/hu.json +5 -0
  170. homeassistant/components/immich/translations/ja.json +9 -0
  171. homeassistant/components/input_number/translations/sv.json +2 -2
  172. homeassistant/components/input_text/translations/sv.json +1 -1
  173. homeassistant/components/iotty/translations/hu.json +6 -0
  174. homeassistant/components/iotty/translations/ja.json +6 -0
  175. homeassistant/components/iron_os/manifest.json +1 -1
  176. homeassistant/components/ista_ecotrend/util.py +14 -14
  177. homeassistant/components/jellyfin/client_wrapper.py +1 -2
  178. homeassistant/components/jellyfin/coordinator.py +3 -0
  179. homeassistant/components/jellyfin/manifest.json +1 -2
  180. homeassistant/components/juicenet/translations/hu.json +8 -1
  181. homeassistant/components/juicenet/translations/it.json +8 -1
  182. homeassistant/components/juicenet/translations/ja.json +8 -1
  183. homeassistant/components/keenetic_ndms2/translations/hu.json +4 -0
  184. homeassistant/components/keenetic_ndms2/translations/it.json +4 -0
  185. homeassistant/components/keenetic_ndms2/translations/ja.json +4 -0
  186. homeassistant/components/knx/translations/ja.json +11 -0
  187. homeassistant/components/lamarzocco/entity.py +19 -1
  188. homeassistant/components/lamarzocco/number.py +0 -4
  189. homeassistant/components/lamarzocco/sensor.py +2 -4
  190. homeassistant/components/lametric/translations/hu.json +6 -0
  191. homeassistant/components/lametric/translations/ja.json +6 -0
  192. homeassistant/components/lifx/translations/el.json +2 -1
  193. homeassistant/components/litterrobot/translations/hu.json +4 -0
  194. homeassistant/components/litterrobot/translations/it.json +4 -0
  195. homeassistant/components/lyric/translations/hu.json +6 -0
  196. homeassistant/components/lyric/translations/ja.json +6 -0
  197. homeassistant/components/matter/translations/hu.json +32 -0
  198. homeassistant/components/matter/translations/ja.json +29 -0
  199. homeassistant/components/mcp/translations/hu.json +6 -0
  200. homeassistant/components/meater/translations/hu.json +12 -1
  201. homeassistant/components/microbees/translations/hu.json +6 -0
  202. homeassistant/components/microbees/translations/ja.json +6 -0
  203. homeassistant/components/miele/translations/hu.json +30 -1
  204. homeassistant/components/miele/translations/it.json +24 -1
  205. homeassistant/components/miele/translations/ja.json +29 -0
  206. homeassistant/components/minecraft_server/translations/sv.json +1 -1
  207. homeassistant/components/monzo/translations/hu.json +6 -0
  208. homeassistant/components/monzo/translations/ja.json +6 -0
  209. homeassistant/components/motioneye/translations/sv.json +1 -1
  210. homeassistant/components/mqtt/config_flow.py +34 -7
  211. homeassistant/components/mqtt/strings.json +11 -4
  212. homeassistant/components/mqtt/translations/bg.json +1 -3
  213. homeassistant/components/mqtt/translations/cs.json +21 -6
  214. homeassistant/components/mqtt/translations/de.json +23 -16
  215. homeassistant/components/mqtt/translations/el.json +11 -0
  216. homeassistant/components/mqtt/translations/en-GB.json +2 -6
  217. homeassistant/components/mqtt/translations/en.json +13 -6
  218. homeassistant/components/mqtt/translations/es.json +13 -6
  219. homeassistant/components/mqtt/translations/et.json +13 -6
  220. homeassistant/components/mqtt/translations/fr.json +38 -6
  221. homeassistant/components/mqtt/translations/fy.json +2 -5
  222. homeassistant/components/mqtt/translations/ga.json +2 -6
  223. homeassistant/components/mqtt/translations/he.json +2 -6
  224. homeassistant/components/mqtt/translations/hu.json +39 -6
  225. homeassistant/components/mqtt/translations/it.json +40 -0
  226. homeassistant/components/mqtt/translations/ja.json +39 -4
  227. homeassistant/components/mqtt/translations/lt.json +2 -6
  228. homeassistant/components/mqtt/translations/mk.json +1 -6
  229. homeassistant/components/mqtt/translations/nl.json +39 -7
  230. homeassistant/components/mqtt/translations/pt.json +4 -6
  231. homeassistant/components/mqtt/translations/ru.json +13 -6
  232. homeassistant/components/mqtt/translations/sk.json +13 -6
  233. homeassistant/components/mqtt/translations/sl.json +2 -6
  234. homeassistant/components/mqtt/translations/sv.json +13 -6
  235. homeassistant/components/mqtt/translations/tr.json +2 -6
  236. homeassistant/components/mqtt/translations/zh-Hans.json +13 -6
  237. homeassistant/components/mqtt/translations/zh-Hant.json +13 -6
  238. homeassistant/components/music_assistant/translations/hu.json +7 -0
  239. homeassistant/components/music_assistant/translations/ja.json +7 -0
  240. homeassistant/components/myuplink/translations/hu.json +6 -0
  241. homeassistant/components/myuplink/translations/ja.json +6 -0
  242. homeassistant/components/nam/translations/pl.json +9 -0
  243. homeassistant/components/neato/translations/hu.json +6 -0
  244. homeassistant/components/neato/translations/ja.json +6 -0
  245. homeassistant/components/nest/translations/hu.json +6 -0
  246. homeassistant/components/nest/translations/ja.json +6 -0
  247. homeassistant/components/netatmo/translations/hu.json +6 -0
  248. homeassistant/components/netatmo/translations/ja.json +6 -0
  249. homeassistant/components/nextcloud/translations/nl.json +3 -0
  250. homeassistant/components/nextdns/translations/fr.json +6 -0
  251. homeassistant/components/nextdns/translations/hu.json +14 -0
  252. homeassistant/components/nextdns/translations/ja.json +6 -0
  253. homeassistant/components/ntfy/translations/hu.json +112 -2
  254. homeassistant/components/ntfy/translations/it.json +82 -0
  255. homeassistant/components/ntfy/translations/ja.json +71 -0
  256. homeassistant/components/ntfy/translations/nl.json +18 -0
  257. homeassistant/components/ntfy/translations/sv.json +1 -0
  258. homeassistant/components/number/translations/sv.json +2 -2
  259. homeassistant/components/nut/config_flow.py +4 -2
  260. homeassistant/components/nut/translations/el.json +42 -0
  261. homeassistant/components/nzbget/translations/ja.json +5 -0
  262. homeassistant/components/ollama/__init__.py +6 -0
  263. homeassistant/components/ollama/translations/fr.json +33 -0
  264. homeassistant/components/ollama/translations/hu.json +33 -0
  265. homeassistant/components/ollama/translations/it.json +35 -0
  266. homeassistant/components/ollama/translations/ja.json +33 -0
  267. homeassistant/components/ollama/translations/sv.json +1 -0
  268. homeassistant/components/ondilo_ico/translations/hu.json +6 -0
  269. homeassistant/components/ondilo_ico/translations/ja.json +6 -0
  270. homeassistant/components/onedrive/translations/hu.json +6 -0
  271. homeassistant/components/onedrive/translations/ja.json +6 -0
  272. homeassistant/components/onewire/translations/sv.json +1 -1
  273. homeassistant/components/openai_conversation/__init__.py +6 -0
  274. homeassistant/components/openai_conversation/translations/fr.json +56 -0
  275. homeassistant/components/openai_conversation/translations/hu.json +56 -0
  276. homeassistant/components/openai_conversation/translations/it.json +56 -0
  277. homeassistant/components/openai_conversation/translations/ja.json +45 -0
  278. homeassistant/components/openai_conversation/translations/nl.json +13 -0
  279. homeassistant/components/openai_conversation/translations/sv.json +4 -0
  280. homeassistant/components/opentherm_gw/climate.py +12 -1
  281. homeassistant/components/opentherm_gw/strings.json +3 -0
  282. homeassistant/components/opentherm_gw/translations/de.json +3 -0
  283. homeassistant/components/opentherm_gw/translations/en.json +3 -0
  284. homeassistant/components/opentherm_gw/translations/ja.json +5 -0
  285. homeassistant/components/osoenergy/translations/nl.json +1 -0
  286. homeassistant/components/paperless_ngx/manifest.json +1 -1
  287. homeassistant/components/paperless_ngx/translations/hu.json +8 -4
  288. homeassistant/components/paperless_ngx/translations/ja.json +20 -0
  289. homeassistant/components/peblar/translations/el.json +12 -0
  290. homeassistant/components/pegel_online/translations/bg.json +1 -2
  291. homeassistant/components/pegel_online/translations/ca.json +1 -2
  292. homeassistant/components/pegel_online/translations/cs.json +1 -2
  293. homeassistant/components/pegel_online/translations/de.json +1 -1
  294. homeassistant/components/pegel_online/translations/el.json +1 -1
  295. homeassistant/components/pegel_online/translations/en-GB.json +1 -1
  296. homeassistant/components/pegel_online/translations/en.json +1 -1
  297. homeassistant/components/pegel_online/translations/es.json +1 -1
  298. homeassistant/components/pegel_online/translations/et.json +1 -1
  299. homeassistant/components/pegel_online/translations/fi.json +1 -2
  300. homeassistant/components/pegel_online/translations/fr.json +1 -2
  301. homeassistant/components/pegel_online/translations/hu.json +1 -1
  302. homeassistant/components/pegel_online/translations/id.json +1 -2
  303. homeassistant/components/pegel_online/translations/it.json +1 -2
  304. homeassistant/components/pegel_online/translations/ja.json +1 -2
  305. homeassistant/components/pegel_online/translations/ko.json +1 -2
  306. homeassistant/components/pegel_online/translations/lt.json +1 -2
  307. homeassistant/components/pegel_online/translations/lv.json +1 -2
  308. homeassistant/components/pegel_online/translations/nl.json +1 -2
  309. homeassistant/components/pegel_online/translations/pt.json +1 -2
  310. homeassistant/components/pegel_online/translations/ru.json +1 -1
  311. homeassistant/components/pegel_online/translations/sk.json +1 -1
  312. homeassistant/components/pegel_online/translations/sv.json +1 -1
  313. homeassistant/components/pegel_online/translations/tr.json +1 -2
  314. homeassistant/components/pegel_online/translations/zh-Hant.json +1 -1
  315. homeassistant/components/person/__init__.py +1 -2
  316. homeassistant/components/pi_hole/translations/fr.json +1 -0
  317. homeassistant/components/playstation_network/diagnostics.py +55 -0
  318. homeassistant/components/playstation_network/quality_scale.yaml +1 -1
  319. homeassistant/components/playstation_network/translations/fr.json +15 -0
  320. homeassistant/components/playstation_network/translations/hu.json +73 -0
  321. homeassistant/components/playstation_network/translations/it.json +73 -0
  322. homeassistant/components/playstation_network/translations/ja.json +44 -0
  323. homeassistant/components/playstation_network/translations/pl.json +73 -0
  324. homeassistant/components/playstation_network/translations/ru.json +1 -0
  325. homeassistant/components/playstation_network/translations/sv.json +2 -1
  326. homeassistant/components/plugwise/translations/sv.json +2 -2
  327. homeassistant/components/point/translations/hu.json +6 -0
  328. homeassistant/components/point/translations/ja.json +6 -0
  329. homeassistant/components/proximity/translations/bg.json +0 -3
  330. homeassistant/components/proximity/translations/ca.json +2 -27
  331. homeassistant/components/proximity/translations/cs.json +1 -25
  332. homeassistant/components/proximity/translations/el.json +1 -25
  333. homeassistant/components/proximity/translations/en-GB.json +4 -4
  334. homeassistant/components/proximity/translations/en.json +4 -4
  335. homeassistant/components/proximity/translations/et.json +1 -1
  336. homeassistant/components/proximity/translations/fi.json +1 -25
  337. homeassistant/components/proximity/translations/fr.json +1 -25
  338. homeassistant/components/proximity/translations/gl.json +1 -24
  339. homeassistant/components/proximity/translations/hu.json +1 -25
  340. homeassistant/components/proximity/translations/id.json +1 -25
  341. homeassistant/components/proximity/translations/it.json +1 -13
  342. homeassistant/components/proximity/translations/ja.json +1 -25
  343. homeassistant/components/proximity/translations/lt.json +1 -25
  344. homeassistant/components/proximity/translations/nl.json +8 -0
  345. homeassistant/components/proximity/translations/pl.json +1 -25
  346. homeassistant/components/proximity/translations/pt-BR.json +1 -25
  347. homeassistant/components/proximity/translations/pt.json +1 -25
  348. homeassistant/components/proximity/translations/ru.json +1 -25
  349. homeassistant/components/proximity/translations/sk.json +2 -2
  350. homeassistant/components/proximity/translations/sv.json +1 -25
  351. homeassistant/components/proximity/translations/tr.json +1 -25
  352. homeassistant/components/proximity/translations/zh-Hans.json +2 -2
  353. homeassistant/components/pushbullet/sensor.py +7 -2
  354. homeassistant/components/random/translations/sv.json +4 -4
  355. homeassistant/components/reolink/manifest.json +1 -1
  356. homeassistant/components/reolink/translations/hu.json +21 -0
  357. homeassistant/components/reolink/translations/it.json +12 -0
  358. homeassistant/components/reolink/translations/ja.json +15 -0
  359. homeassistant/components/rest/data.py +46 -1
  360. homeassistant/components/russound_rio/translations/hu.json +21 -0
  361. homeassistant/components/russound_rio/translations/ja.json +21 -0
  362. homeassistant/components/screenlogic/translations/el.json +7 -0
  363. homeassistant/components/sensibo/translations/el.json +1 -0
  364. homeassistant/components/sensor/translations/pl.json +1 -0
  365. homeassistant/components/senz/translations/hu.json +6 -0
  366. homeassistant/components/senz/translations/ja.json +6 -0
  367. homeassistant/components/shelly/entity.py +10 -3
  368. homeassistant/components/shelly/manifest.json +1 -1
  369. homeassistant/components/sma/translations/ja.json +8 -0
  370. homeassistant/components/smappee/translations/hu.json +6 -0
  371. homeassistant/components/smappee/translations/ja.json +6 -0
  372. homeassistant/components/smarla/translations/ja.json +9 -0
  373. homeassistant/components/smartthings/translations/hu.json +15 -0
  374. homeassistant/components/smartthings/translations/ja.json +6 -0
  375. homeassistant/components/sonos/translations/cs.json +6 -0
  376. homeassistant/components/sonos/translations/fr.json +6 -0
  377. homeassistant/components/sonos/translations/hu.json +9 -0
  378. homeassistant/components/sonos/translations/it.json +11 -0
  379. homeassistant/components/sonos/translations/ja.json +9 -0
  380. homeassistant/components/spotify/translations/hu.json +6 -0
  381. homeassistant/components/stream/__init__.py +8 -4
  382. homeassistant/components/stream/const.py +2 -1
  383. homeassistant/components/stream/core.py +3 -1
  384. homeassistant/components/subaru/strings.json +2 -2
  385. homeassistant/components/subaru/translations/ca.json +0 -1
  386. homeassistant/components/subaru/translations/cs.json +0 -2
  387. homeassistant/components/subaru/translations/de.json +2 -2
  388. homeassistant/components/subaru/translations/el.json +2 -2
  389. homeassistant/components/subaru/translations/en-GB.json +2 -2
  390. homeassistant/components/subaru/translations/en.json +2 -2
  391. homeassistant/components/subaru/translations/es.json +2 -2
  392. homeassistant/components/subaru/translations/et.json +2 -2
  393. homeassistant/components/subaru/translations/fi.json +0 -1
  394. homeassistant/components/subaru/translations/hu.json +2 -2
  395. homeassistant/components/subaru/translations/it.json +0 -1
  396. homeassistant/components/subaru/translations/ja.json +0 -1
  397. homeassistant/components/subaru/translations/ko.json +0 -1
  398. homeassistant/components/subaru/translations/lt.json +0 -2
  399. homeassistant/components/subaru/translations/pt-BR.json +0 -1
  400. homeassistant/components/subaru/translations/pt.json +2 -2
  401. homeassistant/components/subaru/translations/ru.json +2 -2
  402. homeassistant/components/subaru/translations/sk.json +2 -2
  403. homeassistant/components/subaru/translations/sv.json +0 -2
  404. homeassistant/components/subaru/translations/tr.json +0 -2
  405. homeassistant/components/subaru/translations/zh-Hans.json +2 -2
  406. homeassistant/components/subaru/translations/zh-Hant.json +2 -2
  407. homeassistant/components/sun/translations/ja.json +9 -0
  408. homeassistant/components/swiss_public_transport/translations/el.json +60 -6
  409. homeassistant/components/switchbot/translations/hu.json +54 -0
  410. homeassistant/components/switchbot/translations/it.json +53 -0
  411. homeassistant/components/switchbot/translations/ja.json +46 -0
  412. homeassistant/components/switchbot/translations/sv.json +2 -0
  413. homeassistant/components/switchbot_cloud/__init__.py +6 -1
  414. homeassistant/components/switchbot_cloud/binary_sensor.py +8 -1
  415. homeassistant/components/switchbot_cloud/sensor.py +3 -2
  416. homeassistant/components/telegram_bot/config_flow.py +23 -11
  417. homeassistant/components/telegram_bot/manifest.json +1 -1
  418. homeassistant/components/telegram_bot/translations/cs.json +30 -0
  419. homeassistant/components/telegram_bot/translations/de.json +23 -1
  420. homeassistant/components/telegram_bot/translations/el.json +30 -0
  421. homeassistant/components/telegram_bot/translations/en-GB.json +3 -1
  422. homeassistant/components/telegram_bot/translations/es.json +30 -0
  423. homeassistant/components/telegram_bot/translations/et.json +24 -0
  424. homeassistant/components/telegram_bot/translations/fr.json +3 -1
  425. homeassistant/components/telegram_bot/translations/hu.json +56 -0
  426. homeassistant/components/telegram_bot/translations/it.json +30 -0
  427. homeassistant/components/telegram_bot/translations/ja.json +99 -0
  428. homeassistant/components/telegram_bot/translations/pt.json +30 -0
  429. homeassistant/components/telegram_bot/translations/ru.json +21 -1
  430. homeassistant/components/telegram_bot/translations/sk.json +30 -0
  431. homeassistant/components/telegram_bot/translations/sv.json +23 -0
  432. homeassistant/components/telegram_bot/translations/zh-Hans.json +30 -0
  433. homeassistant/components/telegram_bot/translations/zh-Hant.json +30 -0
  434. homeassistant/components/template/translations/pl.json +25 -3
  435. homeassistant/components/tesla_fleet/translations/de.json +1 -1
  436. homeassistant/components/tesla_fleet/translations/hu.json +30 -0
  437. homeassistant/components/tesla_fleet/translations/ja.json +22 -0
  438. homeassistant/components/teslemetry/coordinator.py +6 -6
  439. homeassistant/components/teslemetry/translations/de.json +2 -2
  440. homeassistant/components/text/translations/sv.json +1 -1
  441. homeassistant/components/thermopro/strings.json +1 -1
  442. homeassistant/components/thermopro/translations/cs.json +0 -7
  443. homeassistant/components/thermopro/translations/de.json +1 -1
  444. homeassistant/components/thermopro/translations/el.json +1 -1
  445. homeassistant/components/thermopro/translations/en-GB.json +1 -1
  446. homeassistant/components/thermopro/translations/en.json +1 -1
  447. homeassistant/components/thermopro/translations/et.json +1 -1
  448. homeassistant/components/thermopro/translations/ja.json +0 -7
  449. homeassistant/components/thermopro/translations/lt.json +0 -7
  450. homeassistant/components/thermopro/translations/nl.json +0 -7
  451. homeassistant/components/thermopro/translations/pt-BR.json +0 -7
  452. homeassistant/components/thermopro/translations/pt.json +0 -7
  453. homeassistant/components/thermopro/translations/sk.json +1 -1
  454. homeassistant/components/thermopro/translations/sv.json +0 -7
  455. homeassistant/components/thermopro/translations/tr.json +0 -7
  456. homeassistant/components/tibber/manifest.json +1 -1
  457. homeassistant/components/tibber/sensor.py +1 -1
  458. homeassistant/components/tilt_pi/translations/hu.json +31 -0
  459. homeassistant/components/tilt_pi/translations/ja.json +31 -0
  460. homeassistant/components/tilt_pi/translations/nl.json +7 -0
  461. homeassistant/components/toon/translations/hu.json +6 -0
  462. homeassistant/components/vegehub/translations/hu.json +44 -0
  463. homeassistant/components/vegehub/translations/it.json +44 -0
  464. homeassistant/components/vegehub/translations/ja.json +44 -0
  465. homeassistant/components/vegehub/translations/sv.json +2 -1
  466. homeassistant/components/vesync/fan.py +25 -17
  467. homeassistant/components/vicare/translations/sv.json +2 -2
  468. homeassistant/components/vulcan/manifest.json +1 -1
  469. homeassistant/components/wallbox/const.py +4 -0
  470. homeassistant/components/wallbox/coordinator.py +47 -20
  471. homeassistant/components/wallbox/lock.py +1 -12
  472. homeassistant/components/wallbox/number.py +1 -12
  473. homeassistant/components/wallbox/translations/hu.json +3 -0
  474. homeassistant/components/wallbox/translations/ja.json +5 -0
  475. homeassistant/components/weheat/translations/hu.json +6 -0
  476. homeassistant/components/withings/translations/de.json +4 -4
  477. homeassistant/components/withings/translations/hu.json +6 -0
  478. homeassistant/components/withings/translations/ja.json +3 -0
  479. homeassistant/components/wled/translations/fr.json +1 -0
  480. homeassistant/components/wmspro/cover.py +4 -7
  481. homeassistant/components/wmspro/light.py +12 -9
  482. homeassistant/components/wmspro/manifest.json +1 -1
  483. homeassistant/components/wyoming/translations/sv.json +2 -2
  484. homeassistant/components/xbox/translations/hu.json +6 -0
  485. homeassistant/components/xiaomi_miio/translations/fr.json +24 -2
  486. homeassistant/components/xiaomi_miio/translations/hu.json +30 -7
  487. homeassistant/components/yale/translations/hu.json +6 -0
  488. homeassistant/components/yolink/translations/hu.json +6 -0
  489. homeassistant/components/zha/translations/fr.json +50 -0
  490. homeassistant/components/zha/translations/hu.json +53 -0
  491. homeassistant/components/zha/translations/it.json +50 -0
  492. homeassistant/components/zha/translations/ja.json +41 -0
  493. homeassistant/components/zha/translations/nl.json +7 -0
  494. homeassistant/components/zha/translations/sv.json +23 -0
  495. homeassistant/components/zwave_js/config_flow.py +84 -88
  496. homeassistant/components/zwave_js/strings.json +31 -15
  497. homeassistant/components/zwave_js/translations/bg.json +0 -3
  498. homeassistant/components/zwave_js/translations/cs.json +0 -17
  499. homeassistant/components/zwave_js/translations/de.json +27 -11
  500. homeassistant/components/zwave_js/translations/el.json +25 -9
  501. homeassistant/components/zwave_js/translations/en-GB.json +25 -9
  502. homeassistant/components/zwave_js/translations/en.json +25 -9
  503. homeassistant/components/zwave_js/translations/es.json +25 -9
  504. homeassistant/components/zwave_js/translations/et.json +25 -9
  505. homeassistant/components/zwave_js/translations/fi.json +0 -14
  506. homeassistant/components/zwave_js/translations/fr.json +6 -0
  507. homeassistant/components/zwave_js/translations/ga.json +0 -19
  508. homeassistant/components/zwave_js/translations/hu.json +33 -9
  509. homeassistant/components/zwave_js/translations/it.json +26 -0
  510. homeassistant/components/zwave_js/translations/ja.json +26 -0
  511. homeassistant/components/zwave_js/translations/lt.json +0 -17
  512. homeassistant/components/zwave_js/translations/mk.json +0 -10
  513. homeassistant/components/zwave_js/translations/pt.json +10 -18
  514. homeassistant/components/zwave_js/translations/ru.json +28 -8
  515. homeassistant/components/zwave_js/translations/sk.json +25 -9
  516. homeassistant/components/zwave_js/translations/sv.json +30 -14
  517. homeassistant/components/zwave_js/translations/tr.json +0 -12
  518. homeassistant/components/zwave_js/translations/zh-Hans.json +27 -11
  519. homeassistant/components/zwave_js/translations/zh-Hant.json +25 -9
  520. homeassistant/const.py +1 -1
  521. homeassistant/generated/integrations.json +1 -8
  522. homeassistant/package_constraints.txt +1 -1
  523. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/METADATA +1 -1
  524. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/RECORD +529 -511
  525. homeassistant/components/dweet/__init__.py +0 -79
  526. homeassistant/components/dweet/manifest.json +0 -10
  527. homeassistant/components/dweet/sensor.py +0 -124
  528. homeassistant/components/thermopro/translations/ga.json +0 -9
  529. homeassistant/components/thermopro/translations/mk.json +0 -9
  530. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/WHEEL +0 -0
  531. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/entry_points.txt +0 -0
  532. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/licenses/LICENSE.md +0 -0
  533. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
  534. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/top_level.txt +0 -0
@@ -30,15 +30,39 @@
30
30
  "platform": "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae Telegram bot"
31
31
  },
32
32
  "description": "\u0395\u03c0\u03b1\u03bd\u03b1\u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 Telegram bot",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2 (proxy)"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2 (proxy) \u03b1\u03bd \u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9 \u03c0\u03af\u03c3\u03c9 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1\u03bd, \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2.\n(socks5://username:password@proxy_ip:proxy_port)"
40
+ },
41
+ "name": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2"
42
+ }
43
+ },
33
44
  "title": "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 Telegram bot"
34
45
  },
35
46
  "user": {
36
47
  "data": {
48
+ "api_key": "API token",
37
49
  "platform": "\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1"
38
50
  },
39
51
  "data_description": {
40
52
  "api_key": "\u03a4\u03bf API token \u03c4\u03bf\u03c5 bot \u03c3\u03b1\u03c2.",
41
53
  "platform": "\u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae Telegram bot"
54
+ },
55
+ "description": "\u0393\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 Telegram bot, \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03b5\u03be\u03ae\u03c2 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1:\n\n1. \u0391\u03bd\u03bf\u03af\u03be\u03c4\u03b5 \u03c4\u03bf Telegram \u03ba\u03b1\u03b9 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1 \u03bc\u03b5 \u03c4\u03bf [{botfather_username}]({botfather_url}).\n1. \u03a3\u03c4\u03b5\u03af\u03bb\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03bd\u03c4\u03bf\u03bb\u03ae `/newbot`.\n1. \u0391\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf bot \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c4\u03bf API token \u03c3\u03b1\u03c2.",
56
+ "sections": {
57
+ "advanced_settings": {
58
+ "data": {
59
+ "proxy_url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2 (proxy)"
60
+ },
61
+ "data_description": {
62
+ "proxy_url": "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2 (proxy) \u03b1\u03bd \u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9 \u03c0\u03af\u03c3\u03c9 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1\u03bd, \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2.\n(socks5://username:password@proxy_ip:proxy_port)"
63
+ },
64
+ "name": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2"
65
+ }
42
66
  }
43
67
  },
44
68
  "webhooks": {
@@ -82,12 +106,18 @@
82
106
  "allowlist_external_dirs_error": {
83
107
  "message": "\u0397 \u03b4\u03b9\u03b1\u03b4\u03c1\u03bf\u03bc\u03ae \u03c4\u03bf\u03c5 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03c4\u03b5\u03af \u03c3\u03c4\u03b7\u03bd allowlist_external_dirs."
84
108
  },
109
+ "failed_chat_ids": {
110
+ "message": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9 \u03c3\u03c4\u03cc\u03c7\u03bf\u03b9: {chat_ids}. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03c4\u03b1 ID \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 {bot_name} \u03ad\u03c7\u03bf\u03c5\u03bd \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03b8\u03b5\u03af."
111
+ },
85
112
  "failed_to_load_file": {
86
113
  "message": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5: {error}"
87
114
  },
88
115
  "failed_to_load_url": {
89
116
  "message": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7\u03c2 URL: {error}"
90
117
  },
118
+ "invalid_chat_ids": {
119
+ "message": "\u039c\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b1 ID \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2: {chat_ids}. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b1 ID \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf {bot_name}."
120
+ },
91
121
  "missing_allowed_chat_ids": {
92
122
  "message": "\u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b1 ID \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b1 ID \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf {bot_name}."
93
123
  },
@@ -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": {
@@ -34,12 +34,14 @@
34
34
  },
35
35
  "user": {
36
36
  "data": {
37
+ "api_key": "Jeton d\u2019API",
37
38
  "platform": "Plateforme"
38
39
  },
39
40
  "data_description": {
40
41
  "api_key": "Le jeton d'API de votre bot.",
41
42
  "platform": "Implantation du bot Telegram"
42
- }
43
+ },
44
+ "description": "Pour cr\u00e9er un bot Telegram, suivez ces \u00e9tapes\u00a0:\n\n1. Ouvrez Telegram et d\u00e9marrez une discussion avec [{botfather_username}]({botfather_url}).\n1. Envoyez la commande `/newbot`.\n1. Suivez les instructions pour cr\u00e9er votre bot et obtenir votre jeton API."
43
45
  },
44
46
  "webhooks": {
45
47
  "data": {
@@ -30,15 +30,39 @@
30
30
  "platform": "Telegram bot megval\u00f3s\u00edt\u00e1s"
31
31
  },
32
32
  "description": "Telegram bot \u00fajrakonfigur\u00e1l\u00e1sa",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "Proxy URL"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "Proxy URL, ha proxy m\u00f6g\u00f6tt haszn\u00e1lja, opcion\u00e1lisan felhaszn\u00e1l\u00f3n\u00e9vvel \u00e9s jelsz\u00f3val egy\u00fctt\n(socks5://username\\:password\\@proxy_ip\\:proxy_port)"
40
+ },
41
+ "name": "Speci\u00e1lis be\u00e1ll\u00edt\u00e1sok"
42
+ }
43
+ },
33
44
  "title": "Telegram bot be\u00e1ll\u00edt\u00e1sa"
34
45
  },
35
46
  "user": {
36
47
  "data": {
48
+ "api_key": "API Token",
37
49
  "platform": "Platform"
38
50
  },
39
51
  "data_description": {
40
52
  "api_key": "A bot API tokenje.",
41
53
  "platform": "Telegram bot megval\u00f3s\u00edt\u00e1s"
54
+ },
55
+ "description": "A Telegram bot l\u00e9trehoz\u00e1s\u00e1hoz k\u00f6vesse az al\u00e1bbi l\u00e9p\u00e9seket:\n\n1. Nyissa meg a Telegramot \u00e9s kezdjen besz\u00e9lget\u00e9st a [{botfather_username}]({botfather_url}) fi\u00f3kkal.\n2. K\u00fcldje el a `/newbot` parancsot.\n3. K\u00f6vesse az utas\u00edt\u00e1sokat a bot l\u00e9trehoz\u00e1s\u00e1hoz \u00e9s az API token megszerz\u00e9s\u00e9hez.",
56
+ "sections": {
57
+ "advanced_settings": {
58
+ "data": {
59
+ "proxy_url": "Proxy URL"
60
+ },
61
+ "data_description": {
62
+ "proxy_url": "Proxy URL, ha proxy m\u00f6g\u00f6tt haszn\u00e1lja, opcion\u00e1lisan felhaszn\u00e1l\u00f3n\u00e9vvel \u00e9s jelsz\u00f3val egy\u00fctt\n(socks5://username\\:password\\@proxy_ip\\:proxy_port)"
63
+ },
64
+ "name": "Speci\u00e1lis be\u00e1ll\u00edt\u00e1sok"
65
+ }
42
66
  }
43
67
  },
44
68
  "webhooks": {
@@ -82,12 +106,18 @@
82
106
  "allowlist_external_dirs_error": {
83
107
  "message": "A f\u00e1jl el\u00e9r\u00e9si \u00fatja nincs be\u00e1ll\u00edtva az allowlist_external_dirs enged\u00e9lyez\u00e9si list\u00e1ban."
84
108
  },
109
+ "failed_chat_ids": {
110
+ "message": "Sikertelen c\u00e9lok: {chat_ids}. Ellen\u0151rizze, hogy a(z) {bot_name} chat-azonos\u00edt\u00f3i megfelel\u0151en be lettek-e \u00e1ll\u00edtva."
111
+ },
85
112
  "failed_to_load_file": {
86
113
  "message": "Nem siker\u00fclt bet\u00f6lteni a f\u00e1jlt: {error}"
87
114
  },
88
115
  "failed_to_load_url": {
89
116
  "message": "Nem siker\u00fclt bet\u00f6lteni az URL-t: {error}"
90
117
  },
118
+ "invalid_chat_ids": {
119
+ "message": "\u00c9rv\u00e9nytelen chat-azonos\u00edt\u00f3k: {chat_ids}. \u00c1ll\u00edtsa be a(z) {bot_name} chat-azonos\u00edt\u00f3it."
120
+ },
91
121
  "missing_allowed_chat_ids": {
92
122
  "message": "Nem tal\u00e1lhat\u00f3k enged\u00e9lyezett cseveg\u00e9si azonos\u00edt\u00f3k. Adjon hozz\u00e1 enged\u00e9lyezett cseveg\u00e9si azonos\u00edt\u00f3kat a(z) {bot_name} bothoz."
93
123
  },
@@ -891,6 +921,32 @@
891
921
  }
892
922
  },
893
923
  "name": "Hang k\u00fcld\u00e9se"
924
+ },
925
+ "set_message_reaction": {
926
+ "description": "Be\u00e1ll\u00edtja a bot reakci\u00f3j\u00e1t egy adott \u00fczenetre.",
927
+ "fields": {
928
+ "chat_id": {
929
+ "description": "Annak a besz\u00e9lget\u00e9snek az azonos\u00edt\u00f3ja, amely az \u00fczenetet tartalmazza.",
930
+ "name": "Chat azonos\u00edt\u00f3"
931
+ },
932
+ "config_entry_id": {
933
+ "description": "A konfigur\u00e1ci\u00f3s bejegyz\u00e9s, amely a reakci\u00f3t be\u00e1ll\u00edt\u00f3 Telegram botot jel\u00f6li.",
934
+ "name": "Konfigur\u00e1ci\u00f3s bejegyz\u00e9s azonos\u00edt\u00f3"
935
+ },
936
+ "is_big": {
937
+ "description": "Meghat\u00e1rozza, hogy a reakci\u00f3 anim\u00e1ci\u00f3 nagy legyen-e.",
938
+ "name": "Nagy anim\u00e1ci\u00f3"
939
+ },
940
+ "message_id": {
941
+ "description": "A reag\u00e1lni k\u00edv\u00e1nt \u00fczenet azonos\u00edt\u00f3ja.",
942
+ "name": "\u00dczenetazonos\u00edt\u00f3"
943
+ },
944
+ "reaction": {
945
+ "description": "A haszn\u00e1land\u00f3 emoji reakci\u00f3.",
946
+ "name": "Reakci\u00f3"
947
+ }
948
+ },
949
+ "name": "\u00dczenetreakci\u00f3 be\u00e1ll\u00edt\u00e1sa"
894
950
  }
895
951
  }
896
952
  }
@@ -1,10 +1,34 @@
1
1
  {
2
2
  "config": {
3
3
  "step": {
4
+ "reconfigure": {
5
+ "sections": {
6
+ "advanced_settings": {
7
+ "data": {
8
+ "proxy_url": "URL del proxy"
9
+ },
10
+ "data_description": {
11
+ "proxy_url": "URL del proxy se si lavora dietro un proxy, opzionalmente includendo nome utente e password.\n(socks5://username:password@proxy_ip:proxy_port)"
12
+ },
13
+ "name": "Impostazioni avanzate"
14
+ }
15
+ }
16
+ },
4
17
  "user": {
5
18
  "data_description": {
6
19
  "api_key": "Il token API del tuo bot.",
7
20
  "platform": "Implementazione del bot di Telegram"
21
+ },
22
+ "sections": {
23
+ "advanced_settings": {
24
+ "data": {
25
+ "proxy_url": "URL del proxy"
26
+ },
27
+ "data_description": {
28
+ "proxy_url": "URL del proxy se si lavora dietro un proxy, opzionalmente includendo nome utente e password.\n(socks5://username:password@proxy_ip:proxy_port)"
29
+ },
30
+ "name": "Impostazioni avanzate"
31
+ }
8
32
  }
9
33
  },
10
34
  "webhooks": {
@@ -45,6 +69,12 @@
45
69
  }
46
70
  },
47
71
  "exceptions": {
72
+ "failed_chat_ids": {
73
+ "message": "Obiettivi non riusciti: {chat_ids}. Si prega di verificare che gli ID chat per {bot_name} sono stati configurati."
74
+ },
75
+ "invalid_chat_ids": {
76
+ "message": "ID chat non validi: {chat_ids}. Si prega di configurare gli ID chat per {bot_name}."
77
+ },
48
78
  "missing_allowed_chat_ids": {
49
79
  "message": "Nessun ID chat consentito trovato. Aggiungi gli ID chat consentiti per {bot_name}."
50
80
  },
@@ -1,4 +1,42 @@
1
1
  {
2
+ "config": {
3
+ "step": {
4
+ "reconfigure": {
5
+ "sections": {
6
+ "advanced_settings": {
7
+ "data": {
8
+ "proxy_url": "\u30d7\u30ed\u30ad\u30b7URL"
9
+ },
10
+ "data_description": {
11
+ "proxy_url": "\u30d7\u30ed\u30ad\u30b7\u3067\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u30d7\u30ed\u30ad\u30b7 URL (\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u30e6\u30fc\u30b6\u540d\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u542b\u3080) (socks5://username:password@proxy_ip:proxy_port)"
12
+ },
13
+ "name": "\u8a73\u7d30\u8a2d\u5b9a"
14
+ }
15
+ }
16
+ },
17
+ "user": {
18
+ "sections": {
19
+ "advanced_settings": {
20
+ "data": {
21
+ "proxy_url": "\u30d7\u30ed\u30ad\u30b7URL"
22
+ },
23
+ "data_description": {
24
+ "proxy_url": "\u30d7\u30ed\u30ad\u30b7\u3067\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u30d7\u30ed\u30ad\u30b7 URL (\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u30e6\u30fc\u30b6\u540d\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u542b\u3080) (socks5://username:password@proxy_ip:proxy_port)"
25
+ },
26
+ "name": "\u8a73\u7d30\u8a2d\u5b9a"
27
+ }
28
+ }
29
+ }
30
+ }
31
+ },
32
+ "exceptions": {
33
+ "failed_chat_ids": {
34
+ "message": "\u5931\u6557\u3057\u305f\u30bf\u30fc\u30b2\u30c3\u30c8: {chat_ids} \u3002 {bot_name}\u306e\u30c1\u30e3\u30c3\u30c8 ID \u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002"
35
+ },
36
+ "invalid_chat_ids": {
37
+ "message": "\u7121\u52b9\u306a\u30c1\u30e3\u30c3\u30c8ID: {chat_ids} \u3002 {bot_name}\u306e\u30c1\u30e3\u30c3\u30c8ID\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002"
38
+ }
39
+ },
2
40
  "issues": {
3
41
  "proxy_params_auth_deprecation": {
4
42
  "description": "{telegram_bot}\u7d71\u5408\u3067\u69cb\u6210\u3055\u308c\u305f\u30d7\u30ed\u30ad\u30b7\u306e\u8a8d\u8a3c\u306e\u8a73\u7d30\u306f\u3001\u4ee3\u308f\u308a\u306b{proxy_url}\u306b\u79fb\u52d5\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u306b\u306f\u3001\u69cb\u6210\u3092\u66f4\u65b0\u3057\u3001Home Assistant \u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \n\n {proxy_params}\u69cb\u6210\u30ad\u30fc\u306f\u5c06\u6765\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u524a\u9664\u3055\u308c\u308b\u4e88\u5b9a\u3067\u3059\u3002",
@@ -116,6 +154,20 @@
116
154
  },
117
155
  "name": "\u8fd4\u4fe1\u30de\u30fc\u30af\u30a2\u30c3\u30d7\u306e\u7de8\u96c6"
118
156
  },
157
+ "leave_chat": {
158
+ "description": "\u30c1\u30e3\u30c3\u30c8\u304b\u3089\u30dc\u30c3\u30c8\u3092\u524a\u9664\u3057\u307e\u3059\u3002",
159
+ "fields": {
160
+ "chat_id": {
161
+ "description": "\u30dc\u30c3\u30c8\u3092\u524a\u9664\u3059\u308b\u30b0\u30eb\u30fc\u30d7\u306e\u30c1\u30e3\u30c3\u30c8 ID\u3002",
162
+ "name": "\u30c1\u30e3\u30c3\u30c8ID"
163
+ },
164
+ "config_entry_id": {
165
+ "description": "Telegram\u30dc\u30c3\u30c8\u304c\u30c1\u30e3\u30c3\u30c8\u304b\u3089\u9000\u51fa\u3059\u308b\u305f\u3081\u306e\u8a2d\u5b9a\u9805\u76ee\u3067\u3059\u3002",
166
+ "name": "\u69cb\u6210\u30a8\u30f3\u30c8\u30eaID"
167
+ }
168
+ },
169
+ "name": "\u30c1\u30e3\u30c3\u30c8\u304b\u3089\u9000\u51fa"
170
+ },
119
171
  "send_animation": {
120
172
  "description": "\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u3092\u9001\u4fe1\u3057\u307e\u3059\u3002",
121
173
  "fields": {
@@ -305,6 +357,9 @@
305
357
  "send_message": {
306
358
  "description": "\u901a\u77e5\u3092\u9001\u4fe1\u3057\u307e\u3059\u3002",
307
359
  "fields": {
360
+ "config_entry_id": {
361
+ "name": "\u69cb\u6210\u30a8\u30f3\u30c8\u30eaID"
362
+ },
308
363
  "disable_notification": {
309
364
  "description": "\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30b5\u30a4\u30ec\u30f3\u30c8\u306b\u9001\u4fe1\u3057\u307e\u3059\u3002 iOS \u30e6\u30fc\u30b6\u30fc\u3068 Web \u30e6\u30fc\u30b6\u30fc\u306f\u901a\u77e5\u3092\u53d7\u3051\u53d6\u308a\u307e\u305b\u3093\u3002Android \u30e6\u30fc\u30b6\u30fc\u306f\u97f3\u306a\u3057\u3067\u901a\u77e5\u3092\u53d7\u3051\u53d6\u308a\u307e\u3059\u3002",
310
365
  "name": "\u901a\u77e5\u3092\u7121\u52b9\u306b\u3059\u308b"
@@ -367,6 +422,10 @@
367
422
  "description": "\u753b\u50cf\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
368
423
  "name": "\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3"
369
424
  },
425
+ "config_entry_id": {
426
+ "description": "\u5199\u771f\u3092\u9001\u4fe1\u3059\u308b Telegram \u30dc\u30c3\u30c8\u3092\u8868\u3059\u8a2d\u5b9a\u30a8\u30f3\u30c8\u30ea\u3002",
427
+ "name": "\u69cb\u6210\u30a8\u30f3\u30c8\u30eaID"
428
+ },
370
429
  "disable_notification": {
371
430
  "description": "\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30b5\u30a4\u30ec\u30f3\u30c8\u306b\u9001\u4fe1\u3057\u307e\u3059\u3002 iOS \u30e6\u30fc\u30b6\u30fc\u3068 Web \u30e6\u30fc\u30b6\u30fc\u306f\u901a\u77e5\u3092\u53d7\u3051\u53d6\u308a\u307e\u305b\u3093\u3002Android \u30e6\u30fc\u30b6\u30fc\u306f\u97f3\u306a\u3057\u3067\u901a\u77e5\u3092\u53d7\u3051\u53d6\u308a\u307e\u3059\u3002",
372
431
  "name": "\u901a\u77e5\u3092\u7121\u52b9\u306b\u3059\u308b"
@@ -433,6 +492,10 @@
433
492
  "description": "\u30a2\u30f3\u30b1\u30fc\u30c8\u3067\u8907\u6570\u306e\u56de\u7b54\u304c\u8a31\u53ef\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3002",
434
493
  "name": "\u8907\u6570\u56de\u7b54\u3092\u8a31\u53ef\u3059\u308b"
435
494
  },
495
+ "config_entry_id": {
496
+ "description": "\u30a2\u30f3\u30b1\u30fc\u30c8\u3092\u9001\u4fe1\u3059\u308b Telegram \u30dc\u30c3\u30c8\u3092\u8868\u3059\u8a2d\u5b9a\u30a8\u30f3\u30c8\u30ea\u3002",
497
+ "name": "\u69cb\u6210\u30a8\u30f3\u30c8\u30eaID"
498
+ },
436
499
  "disable_notification": {
437
500
  "description": "\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30b5\u30a4\u30ec\u30f3\u30c8\u306b\u9001\u4fe1\u3057\u307e\u3059\u3002 iOS \u30e6\u30fc\u30b6\u30fc\u3068 Web \u30e6\u30fc\u30b6\u30fc\u306f\u901a\u77e5\u3092\u53d7\u3051\u53d6\u308a\u307e\u305b\u3093\u3002Android \u30e6\u30fc\u30b6\u30fc\u306f\u97f3\u306a\u3057\u3067\u901a\u77e5\u3092\u53d7\u3051\u53d6\u308a\u307e\u3059\u3002",
438
501
  "name": "\u901a\u77e5\u3092\u7121\u52b9\u306b\u3059\u308b"
@@ -483,6 +546,10 @@
483
546
  "description": "\u4f7f\u7528\u3059\u308b\u8a8d\u8a3c\u65b9\u5f0f\u3092\u5b9a\u7fa9\u3059\u308b\u3002HTTP \u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u8a8d\u8a3c\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306f `digest` \u3092\u3001 OAuth 2.0 \u30d9\u30a2\u30e9\u30fc\u30c8\u30fc\u30af\u30f3\u8a8d\u8a3c\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306f `bearer_token` \u3092\u6307\u5b9a\u3059\u308b\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u306f `basic` \u3067\u3059\u3002",
484
547
  "name": "\u8a8d\u8a3c\u65b9\u6cd5"
485
548
  },
549
+ "config_entry_id": {
550
+ "description": "\u30b9\u30c6\u30c3\u30ab\u30fc\u3092\u9001\u4fe1\u3059\u308b Telegram \u30dc\u30c3\u30c8\u3092\u8868\u3059\u8a2d\u5b9a\u30a8\u30f3\u30c8\u30ea\u3002",
551
+ "name": "\u69cb\u6210\u30a8\u30f3\u30c8\u30eaID"
552
+ },
486
553
  "disable_notification": {
487
554
  "description": "\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30b5\u30a4\u30ec\u30f3\u30c8\u306b\u9001\u4fe1\u3057\u307e\u3059\u3002 iOS \u30e6\u30fc\u30b6\u30fc\u3068 Web \u30e6\u30fc\u30b6\u30fc\u306f\u901a\u77e5\u3092\u53d7\u3051\u53d6\u308a\u307e\u305b\u3093\u3002Android \u30e6\u30fc\u30b6\u30fc\u306f\u97f3\u306a\u3057\u3067\u901a\u77e5\u3092\u53d7\u3051\u53d6\u308a\u307e\u3059\u3002",
488
555
  "name": "\u901a\u77e5\u3092\u7121\u52b9\u306b\u3059\u308b"
@@ -553,6 +620,10 @@
553
620
  "description": "\u30d3\u30c7\u30aa\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
554
621
  "name": "\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3"
555
622
  },
623
+ "config_entry_id": {
624
+ "description": "\u30d3\u30c7\u30aa\u3092\u9001\u4fe1\u3059\u308b Telegram \u30dc\u30c3\u30c8\u3092\u8868\u3059\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u3002",
625
+ "name": "\u69cb\u6210\u30a8\u30f3\u30c8\u30eaID"
626
+ },
556
627
  "disable_notification": {
557
628
  "description": "\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30b5\u30a4\u30ec\u30f3\u30c8\u306b\u9001\u4fe1\u3057\u307e\u3059\u3002 iOS \u30e6\u30fc\u30b6\u30fc\u3068 Web \u30e6\u30fc\u30b6\u30fc\u306f\u901a\u77e5\u3092\u53d7\u3051\u53d6\u308a\u307e\u305b\u3093\u3002Android \u30e6\u30fc\u30b6\u30fc\u306f\u97f3\u306a\u3057\u3067\u901a\u77e5\u3092\u53d7\u3051\u53d6\u308a\u307e\u3059\u3002",
558
629
  "name": "\u901a\u77e5\u3092\u7121\u52b9\u306b\u3059\u308b"
@@ -623,6 +694,10 @@
623
694
  "description": "\u97f3\u58f0\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
624
695
  "name": "\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3"
625
696
  },
697
+ "config_entry_id": {
698
+ "description": "\u97f3\u58f0\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u9001\u4fe1\u3059\u308b Telegram \u30dc\u30c3\u30c8\u3092\u8868\u3059\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u3002",
699
+ "name": "\u69cb\u6210\u30a8\u30f3\u30c8\u30eaID"
700
+ },
626
701
  "disable_notification": {
627
702
  "description": "\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30b5\u30a4\u30ec\u30f3\u30c8\u306b\u9001\u4fe1\u3057\u307e\u3059\u3002 iOS \u30e6\u30fc\u30b6\u30fc\u3068 Web \u30e6\u30fc\u30b6\u30fc\u306f\u901a\u77e5\u3092\u53d7\u3051\u53d6\u308a\u307e\u305b\u3093\u3002Android \u30e6\u30fc\u30b6\u30fc\u306f\u97f3\u306a\u3057\u3067\u901a\u77e5\u3092\u53d7\u3051\u53d6\u308a\u307e\u3059\u3002",
628
703
  "name": "\u901a\u77e5\u3092\u7121\u52b9\u306b\u3059\u308b"
@@ -677,6 +752,30 @@
677
752
  }
678
753
  },
679
754
  "name": "\u97f3\u58f0\u3092\u9001\u4fe1"
755
+ },
756
+ "set_message_reaction": {
757
+ "description": "\u7279\u5b9a\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u30dc\u30c3\u30c8\u306e\u53cd\u5fdc\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002",
758
+ "fields": {
759
+ "chat_id": {
760
+ "description": "\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u30c1\u30e3\u30c3\u30c8\u306e ID\u3002",
761
+ "name": "\u30c1\u30e3\u30c3\u30c8ID"
762
+ },
763
+ "config_entry_id": {
764
+ "description": "\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u53cd\u5fdc\u3092\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u306e Telegram \u30dc\u30c3\u30c8\u3092\u8868\u3059\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u3002",
765
+ "name": "\u69cb\u6210\u30a8\u30f3\u30c8\u30eaID"
766
+ },
767
+ "is_big": {
768
+ "description": "\u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u3092\u5927\u304d\u304f\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
769
+ "name": "\u5927\u304d\u306a\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3"
770
+ },
771
+ "message_id": {
772
+ "description": "\u53cd\u5fdc\u3059\u308b\u30e1\u30c3\u30bb\u30fc\u30b8\u306e ID\u3002",
773
+ "name": "\u30e1\u30c3\u30bb\u30fc\u30b8ID"
774
+ },
775
+ "reaction": {
776
+ "description": "\u7d75\u6587\u5b57\u3092\u4f7f\u3063\u305f\u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u3002"
777
+ }
778
+ }
680
779
  }
681
780
  }
682
781
  }
@@ -30,15 +30,39 @@
30
30
  "platform": "Implementa\u00e7\u00e3o do bot do Telegram"
31
31
  },
32
32
  "description": "Reconfigurar o bot do Telegram",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "URL do proxy"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "URL do proxy se estiver a trabalhar atr\u00e1s de um, incluindo opcionalmente o nome de utilizador e a palavra-passe. (socks5://username:password@proxy_ip:proxy_port)"
40
+ },
41
+ "name": "Defini\u00e7\u00f5es avan\u00e7adas"
42
+ }
43
+ },
33
44
  "title": "Configura\u00e7\u00e3o do bot do 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": "O token da API do seu bot.",
41
53
  "platform": "Implementa\u00e7\u00e3o do bot do Telegram"
54
+ },
55
+ "description": "Para criar um bot do Telegram, siga estes passos:\n\n1. Abrir o Telegram e iniciar uma conversa com [{botfather_username}]({botfather_url}).\n1. Envie o comando `/newbot`. 1.\nSiga as instru\u00e7\u00f5es para criar seu bot e obter seu token de API.",
56
+ "sections": {
57
+ "advanced_settings": {
58
+ "data": {
59
+ "proxy_url": "URL do proxy"
60
+ },
61
+ "data_description": {
62
+ "proxy_url": "URL do proxy se estiver a trabalhar atr\u00e1s de um, incluindo opcionalmente o nome de utilizador e a palavra-passe. (socks5://username:password@proxy_ip:proxy_port)"
63
+ },
64
+ "name": "Defini\u00e7\u00f5es avan\u00e7adas"
65
+ }
42
66
  }
43
67
  },
44
68
  "webhooks": {
@@ -82,12 +106,18 @@
82
106
  "allowlist_external_dirs_error": {
83
107
  "message": "O caminho do ficheiro n\u00e3o foi configurado em allowlist_external_dirs."
84
108
  },
109
+ "failed_chat_ids": {
110
+ "message": "Alvos com falha: {chat_ids}. Verifique se os IDs de chat para {bot_name} foram configurados."
111
+ },
85
112
  "failed_to_load_file": {
86
113
  "message": "Falha ao carregar o ficheiro: {error}"
87
114
  },
88
115
  "failed_to_load_url": {
89
116
  "message": "Falha ao carregar o URL: {error}"
90
117
  },
118
+ "invalid_chat_ids": {
119
+ "message": "IDs de conversa\u00e7\u00e3o inv\u00e1lidos: {chat_ids}. Por favor, configure os IDs de chat para {bot_name}."
120
+ },
91
121
  "missing_allowed_chat_ids": {
92
122
  "message": "N\u00e3o foram encontrados IDs de chat permitidos. Por favor, adicione IDs de chat permitidos para {bot_name}."
93
123
  },
@@ -30,6 +30,16 @@
30
30
  "platform": "\u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f Telegram-\u0431\u043e\u0442\u0430"
31
31
  },
32
32
  "description": "\u041f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Telegram-\u0431\u043e\u0442\u0430",
33
+ "sections": {
34
+ "advanced_settings": {
35
+ "data": {
36
+ "proxy_url": "URL-\u0430\u0434\u0440\u0435\u0441 \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0430"
37
+ },
38
+ "data_description": {
39
+ "proxy_url": "URL-\u0430\u0434\u0440\u0435\u0441 \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0430, \u0435\u0441\u043b\u0438 \u0432\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442\u0435 \u0437\u0430 \u043d\u0438\u043c, \u043e\u043f\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u043f\u0430\u0440\u043e\u043b\u044c. (socks5://username:password@proxy_ip:proxy_port)"
40
+ }
41
+ }
42
+ },
33
43
  "title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Telegram-\u0431\u043e\u0442\u0430"
34
44
  },
35
45
  "user": {
@@ -41,7 +51,17 @@
41
51
  "api_key": "\u0422\u043e\u043a\u0435\u043d API \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u043e\u0442\u0430.",
42
52
  "platform": "\u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f Telegram-\u0431\u043e\u0442\u0430"
43
53
  },
44
- "description": "\u0427\u0442\u043e\u0431\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0431\u043e\u0442\u0430 \u0432 Telegram, \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0448\u0430\u0433\u0438:\n\n1. \u041e\u0442\u043a\u0440\u043e\u0439\u0442\u0435 Telegram \u0438 \u043d\u0430\u0447\u043d\u0438\u0442\u0435 \u0447\u0430\u0442 \u0441 [{botfather_username}]({botfather_url}).\n1. \u041e\u0442\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 `/newbot`.\n1. \u0421\u043b\u0435\u0434\u0443\u0439\u0442\u0435 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0431\u043e\u0442\u0430 \u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0442\u043e\u043a\u0435\u043d\u0430 API."
54
+ "description": "\u0427\u0442\u043e\u0431\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0431\u043e\u0442\u0430 \u0432 Telegram, \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0448\u0430\u0433\u0438:\n\n1. \u041e\u0442\u043a\u0440\u043e\u0439\u0442\u0435 Telegram \u0438 \u043d\u0430\u0447\u043d\u0438\u0442\u0435 \u0447\u0430\u0442 \u0441 [{botfather_username}]({botfather_url}).\n1. \u041e\u0442\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 `/newbot`.\n1. \u0421\u043b\u0435\u0434\u0443\u0439\u0442\u0435 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0431\u043e\u0442\u0430 \u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0442\u043e\u043a\u0435\u043d\u0430 API.",
55
+ "sections": {
56
+ "advanced_settings": {
57
+ "data": {
58
+ "proxy_url": "URL-\u0430\u0434\u0440\u0435\u0441 \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0430"
59
+ },
60
+ "data_description": {
61
+ "proxy_url": "URL-\u0430\u0434\u0440\u0435\u0441 \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0430, \u0435\u0441\u043b\u0438 \u0432\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442\u0435 \u0437\u0430 \u043d\u0438\u043c, \u043e\u043f\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u043f\u0430\u0440\u043e\u043b\u044c. (socks5://username:password@proxy_ip:proxy_port)"
62
+ }
63
+ }
64
+ }
45
65
  },
46
66
  "webhooks": {
47
67
  "data": {