homeassistant 2025.6.3__py3-none-any.whl → 2025.7.0__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 (3629) hide show
  1. homeassistant/__main__.py +4 -8
  2. homeassistant/auth/mfa_modules/notify.py +4 -4
  3. homeassistant/auth/mfa_modules/totp.py +5 -5
  4. homeassistant/bootstrap.py +16 -9
  5. homeassistant/brands/sony.json +7 -1
  6. homeassistant/brands/tilt.json +5 -0
  7. homeassistant/components/abode/__init__.py +3 -73
  8. homeassistant/components/abode/services.py +90 -0
  9. homeassistant/components/accuweather/translations/it.json +31 -6
  10. homeassistant/components/accuweather/translations/nl.json +4 -2
  11. homeassistant/components/adax/__init__.py +1 -1
  12. homeassistant/components/adax/coordinator.py +24 -1
  13. homeassistant/components/adax/sensor.py +77 -0
  14. homeassistant/components/aemet/sensor.py +4 -1
  15. homeassistant/components/agent_dvr/camera.py +2 -2
  16. homeassistant/components/ai_task/__init__.py +134 -0
  17. homeassistant/components/ai_task/const.py +34 -0
  18. homeassistant/components/ai_task/entity.py +103 -0
  19. homeassistant/components/ai_task/http.py +54 -0
  20. homeassistant/components/ai_task/icons.json +7 -0
  21. homeassistant/components/ai_task/manifest.json +9 -0
  22. homeassistant/components/ai_task/services.yaml +19 -0
  23. homeassistant/components/ai_task/strings.json +22 -0
  24. homeassistant/components/ai_task/task.py +75 -0
  25. homeassistant/components/ai_task/translations/bg.json +1 -0
  26. homeassistant/components/ai_task/translations/cs.json +22 -0
  27. homeassistant/components/ai_task/translations/de.json +22 -0
  28. homeassistant/components/ai_task/translations/el.json +22 -0
  29. homeassistant/components/ai_task/translations/en.json +22 -0
  30. homeassistant/components/ai_task/translations/es.json +22 -0
  31. homeassistant/components/ai_task/translations/et.json +22 -0
  32. homeassistant/components/ai_task/translations/fr.json +22 -0
  33. homeassistant/components/ai_task/translations/ga.json +22 -0
  34. homeassistant/components/ai_task/translations/hu.json +22 -0
  35. homeassistant/components/ai_task/translations/it.json +22 -0
  36. homeassistant/components/ai_task/translations/ja.json +20 -0
  37. homeassistant/components/ai_task/translations/lt.json +22 -0
  38. homeassistant/components/ai_task/translations/nl.json +14 -0
  39. homeassistant/components/ai_task/translations/pt.json +22 -0
  40. homeassistant/components/ai_task/translations/ru.json +22 -0
  41. homeassistant/components/ai_task/translations/sk.json +22 -0
  42. homeassistant/components/ai_task/translations/sv.json +19 -0
  43. homeassistant/components/ai_task/translations/tr.json +1 -0
  44. homeassistant/components/ai_task/translations/zh-Hans.json +22 -0
  45. homeassistant/components/ai_task/translations/zh-Hant.json +22 -0
  46. homeassistant/components/airgradient/translations/it.json +11 -1
  47. homeassistant/components/airly/config_flow.py +3 -3
  48. homeassistant/components/airnow/coordinator.py +1 -1
  49. homeassistant/components/airnow/manifest.json +1 -1
  50. homeassistant/components/airq/coordinator.py +2 -2
  51. homeassistant/components/airq/manifest.json +1 -1
  52. homeassistant/components/airthings/__init__.py +6 -20
  53. homeassistant/components/airthings/coordinator.py +36 -0
  54. homeassistant/components/airthings/sensor.py +26 -3
  55. homeassistant/components/airthings/translations/mk.json +11 -0
  56. homeassistant/components/airtouch5/manifest.json +1 -1
  57. homeassistant/components/airzone/translations/it.json +1 -1
  58. homeassistant/components/airzone_cloud/translations/it.json +7 -0
  59. homeassistant/components/alexa_devices/__init__.py +6 -2
  60. homeassistant/components/alexa_devices/binary_sensor.py +45 -4
  61. homeassistant/components/alexa_devices/config_flow.py +3 -1
  62. homeassistant/components/alexa_devices/icons.json +32 -2
  63. homeassistant/components/alexa_devices/manifest.json +1 -1
  64. homeassistant/components/alexa_devices/notify.py +2 -0
  65. homeassistant/components/alexa_devices/quality_scale.yaml +1 -1
  66. homeassistant/components/alexa_devices/sensor.py +88 -0
  67. homeassistant/components/alexa_devices/strings.json +27 -4
  68. homeassistant/components/alexa_devices/switch.py +2 -0
  69. homeassistant/components/alexa_devices/translations/bg.json +6 -4
  70. homeassistant/components/alexa_devices/translations/cs.json +27 -5
  71. homeassistant/components/alexa_devices/translations/de.json +31 -8
  72. homeassistant/components/alexa_devices/translations/el.json +29 -6
  73. homeassistant/components/alexa_devices/translations/en.json +29 -6
  74. homeassistant/components/alexa_devices/translations/es.json +29 -6
  75. homeassistant/components/alexa_devices/translations/et.json +29 -6
  76. homeassistant/components/alexa_devices/translations/ga.json +26 -6
  77. homeassistant/components/alexa_devices/translations/he.json +0 -4
  78. homeassistant/components/alexa_devices/translations/hu.json +27 -5
  79. homeassistant/components/alexa_devices/translations/id.json +15 -0
  80. homeassistant/components/alexa_devices/translations/it.json +82 -0
  81. homeassistant/components/alexa_devices/translations/ja.json +29 -0
  82. homeassistant/components/alexa_devices/translations/lt.json +29 -6
  83. homeassistant/components/alexa_devices/translations/mk.json +20 -0
  84. homeassistant/components/alexa_devices/translations/nl.json +23 -4
  85. homeassistant/components/alexa_devices/translations/pl.json +0 -4
  86. homeassistant/components/alexa_devices/translations/pt.json +27 -5
  87. homeassistant/components/alexa_devices/translations/ru.json +4 -5
  88. homeassistant/components/alexa_devices/translations/sk.json +29 -6
  89. homeassistant/components/alexa_devices/translations/sv.json +25 -5
  90. homeassistant/components/alexa_devices/translations/tr.json +0 -4
  91. homeassistant/components/alexa_devices/translations/zh-Hans.json +27 -5
  92. homeassistant/components/alexa_devices/translations/zh-Hant.json +29 -6
  93. homeassistant/components/alexa_devices/utils.py +40 -0
  94. homeassistant/components/altruist/__init__.py +27 -0
  95. homeassistant/components/altruist/config_flow.py +107 -0
  96. homeassistant/components/altruist/const.py +5 -0
  97. homeassistant/components/altruist/coordinator.py +64 -0
  98. homeassistant/components/altruist/icons.json +15 -0
  99. homeassistant/components/altruist/manifest.json +12 -0
  100. homeassistant/components/altruist/quality_scale.yaml +83 -0
  101. homeassistant/components/altruist/sensor.py +249 -0
  102. homeassistant/components/altruist/strings.json +51 -0
  103. homeassistant/components/altruist/translations/bg.json +41 -0
  104. homeassistant/components/altruist/translations/cs.json +51 -0
  105. homeassistant/components/altruist/translations/de.json +51 -0
  106. homeassistant/components/altruist/translations/el.json +51 -0
  107. homeassistant/components/altruist/translations/en.json +51 -0
  108. homeassistant/components/altruist/translations/es.json +51 -0
  109. homeassistant/components/altruist/translations/et.json +51 -0
  110. homeassistant/components/altruist/translations/ga.json +41 -0
  111. homeassistant/components/altruist/translations/hu.json +51 -0
  112. homeassistant/components/altruist/translations/id.json +18 -0
  113. homeassistant/components/altruist/translations/it.json +51 -0
  114. homeassistant/components/altruist/translations/ja.json +50 -0
  115. homeassistant/components/altruist/translations/lt.json +51 -0
  116. homeassistant/components/altruist/translations/nl.json +19 -0
  117. homeassistant/components/altruist/translations/pt.json +51 -0
  118. homeassistant/components/altruist/translations/sk.json +51 -0
  119. homeassistant/components/altruist/translations/sv.json +47 -0
  120. homeassistant/components/altruist/translations/zh-Hans.json +51 -0
  121. homeassistant/components/altruist/translations/zh-Hant.json +51 -0
  122. homeassistant/components/amcrest/__init__.py +4 -50
  123. homeassistant/components/amcrest/services.py +62 -0
  124. homeassistant/components/analytics/analytics.py +13 -2
  125. homeassistant/components/android_ip_webcam/camera.py +16 -0
  126. homeassistant/components/androidtv_remote/translations/ko.json +1 -1
  127. homeassistant/components/anthropic/__init__.py +128 -4
  128. homeassistant/components/anthropic/config_flow.py +108 -53
  129. homeassistant/components/anthropic/const.py +2 -0
  130. homeassistant/components/anthropic/conversation.py +41 -25
  131. homeassistant/components/anthropic/strings.json +34 -18
  132. homeassistant/components/anthropic/translations/bg.json +17 -8
  133. homeassistant/components/anthropic/translations/ca.json +0 -14
  134. homeassistant/components/anthropic/translations/cs.json +33 -18
  135. homeassistant/components/anthropic/translations/de.json +33 -18
  136. homeassistant/components/anthropic/translations/el.json +33 -13
  137. homeassistant/components/anthropic/translations/en-GB.json +0 -22
  138. homeassistant/components/anthropic/translations/en.json +33 -18
  139. homeassistant/components/anthropic/translations/es.json +33 -18
  140. homeassistant/components/anthropic/translations/et.json +33 -18
  141. homeassistant/components/anthropic/translations/fi.json +1 -11
  142. homeassistant/components/anthropic/translations/fr.json +33 -18
  143. homeassistant/components/anthropic/translations/ga.json +26 -11
  144. homeassistant/components/anthropic/translations/gl.json +0 -17
  145. homeassistant/components/anthropic/translations/he.json +0 -13
  146. homeassistant/components/anthropic/translations/hu.json +33 -18
  147. homeassistant/components/anthropic/translations/id.json +15 -6
  148. homeassistant/components/anthropic/translations/it.json +33 -8
  149. homeassistant/components/anthropic/translations/ja.json +0 -17
  150. homeassistant/components/anthropic/translations/ko.json +0 -13
  151. homeassistant/components/anthropic/translations/lt.json +33 -18
  152. homeassistant/components/anthropic/translations/nl.json +17 -11
  153. homeassistant/components/anthropic/translations/pl.json +0 -10
  154. homeassistant/components/anthropic/translations/pt-BR.json +1 -11
  155. homeassistant/components/anthropic/translations/pt.json +33 -18
  156. homeassistant/components/anthropic/translations/ru.json +26 -18
  157. homeassistant/components/anthropic/translations/sk.json +33 -18
  158. homeassistant/components/anthropic/translations/sl.json +0 -12
  159. homeassistant/components/anthropic/translations/sv.json +20 -18
  160. homeassistant/components/anthropic/translations/tr.json +0 -22
  161. homeassistant/components/anthropic/translations/vi.json +1 -14
  162. homeassistant/components/anthropic/translations/zh-Hans.json +33 -18
  163. homeassistant/components/anthropic/translations/zh-Hant.json +33 -18
  164. homeassistant/components/aosmith/translations/ko.json +1 -1
  165. homeassistant/components/apcupsd/sensor.py +45 -0
  166. homeassistant/components/api/__init__.py +20 -3
  167. homeassistant/components/aprilaire/translations/it.json +14 -14
  168. homeassistant/components/apsystems/translations/ga.json +7 -0
  169. homeassistant/components/aquacell/translations/it.json +6 -1
  170. homeassistant/components/aranet/translations/it.json +9 -0
  171. homeassistant/components/assist_pipeline/pipeline.py +10 -0
  172. homeassistant/components/assist_satellite/__init__.py +117 -5
  173. homeassistant/components/assist_satellite/entity.py +159 -1
  174. homeassistant/components/assist_satellite/icons.json +3 -0
  175. homeassistant/components/assist_satellite/manifest.json +2 -1
  176. homeassistant/components/assist_satellite/services.yaml +61 -3
  177. homeassistant/components/assist_satellite/strings.json +38 -0
  178. homeassistant/components/assist_satellite/translations/bg.json +15 -0
  179. homeassistant/components/assist_satellite/translations/cs.json +38 -0
  180. homeassistant/components/assist_satellite/translations/de.json +38 -0
  181. homeassistant/components/assist_satellite/translations/el.json +38 -0
  182. homeassistant/components/assist_satellite/translations/en.json +38 -0
  183. homeassistant/components/assist_satellite/translations/es.json +38 -0
  184. homeassistant/components/assist_satellite/translations/et.json +38 -0
  185. homeassistant/components/assist_satellite/translations/fr.json +38 -0
  186. homeassistant/components/assist_satellite/translations/ga.json +38 -0
  187. homeassistant/components/assist_satellite/translations/hu.json +38 -0
  188. homeassistant/components/assist_satellite/translations/it.json +38 -0
  189. homeassistant/components/assist_satellite/translations/ja.json +8 -0
  190. homeassistant/components/assist_satellite/translations/lt.json +38 -0
  191. homeassistant/components/assist_satellite/translations/mk.json +22 -1
  192. homeassistant/components/assist_satellite/translations/nl.json +7 -0
  193. homeassistant/components/assist_satellite/translations/pt.json +38 -0
  194. homeassistant/components/assist_satellite/translations/ru.json +38 -0
  195. homeassistant/components/assist_satellite/translations/sk.json +38 -0
  196. homeassistant/components/assist_satellite/translations/sv.json +27 -0
  197. homeassistant/components/assist_satellite/translations/zh-Hans.json +38 -0
  198. homeassistant/components/assist_satellite/translations/zh-Hant.json +38 -0
  199. homeassistant/components/asuswrt/translations/nl.json +6 -0
  200. homeassistant/components/atag/water_heater.py +2 -0
  201. homeassistant/components/august/translations/mk.json +12 -0
  202. homeassistant/components/aurora/translations/sv.json +2 -2
  203. homeassistant/components/aussie_broadband/translations/ko.json +1 -1
  204. homeassistant/components/automation/helpers.py +2 -3
  205. homeassistant/components/automation/translations/it.json +2 -2
  206. homeassistant/components/axis/hub/hub.py +2 -2
  207. homeassistant/components/backup/__init__.py +4 -2
  208. homeassistant/components/backup/translations/de.json +1 -1
  209. homeassistant/components/baf/translations/it.json +11 -0
  210. homeassistant/components/balboa/translations/it.json +5 -1
  211. homeassistant/components/bang_olufsen/translations/el.json +24 -1
  212. homeassistant/components/bang_olufsen/translations/ga.json +25 -0
  213. homeassistant/components/binary_sensor/translations/es.json +3 -3
  214. homeassistant/components/binary_sensor/translations/it.json +13 -6
  215. homeassistant/components/blink/__init__.py +2 -2
  216. homeassistant/components/blink/services.py +27 -25
  217. homeassistant/components/blue_current/translations/el.json +3 -1
  218. homeassistant/components/blue_current/translations/it.json +16 -0
  219. homeassistant/components/bluetooth/manifest.json +1 -1
  220. homeassistant/components/bluetooth/translations/el.json +3 -0
  221. homeassistant/components/bmw_connected_drive/translations/el.json +5 -1
  222. homeassistant/components/bmw_connected_drive/translations/ga.json +47 -0
  223. homeassistant/components/bmw_connected_drive/translations/it.json +7 -0
  224. homeassistant/components/bmw_connected_drive/translations/nl.json +57 -1
  225. homeassistant/components/bosch_alarm/manifest.json +1 -1
  226. homeassistant/components/bosch_alarm/quality_scale.yaml +20 -17
  227. homeassistant/components/bosch_shc/translations/ko.json +1 -1
  228. homeassistant/components/bring/translations/el.json +1 -0
  229. homeassistant/components/bring/translations/ga.json +14 -0
  230. homeassistant/components/brunt/translations/ko.json +1 -1
  231. homeassistant/components/bryant_evolution/translations/el.json +1 -1
  232. homeassistant/components/bsblan/manifest.json +1 -1
  233. homeassistant/components/buienradar/sensor.py +0 -1
  234. homeassistant/components/caldav/translations/ko.json +1 -1
  235. homeassistant/components/calendar/translations/it.json +2 -2
  236. homeassistant/components/cambridge_audio/translations/ga.json +10 -0
  237. homeassistant/components/cambridge_audio/translations/it.json +2 -2
  238. homeassistant/components/cambridge_audio/translations/sv.json +1 -1
  239. homeassistant/components/camera/__init__.py +8 -20
  240. homeassistant/components/camera/manifest.json +1 -1
  241. homeassistant/components/camera/translations/it.json +2 -2
  242. homeassistant/components/camera/webrtc.py +9 -0
  243. homeassistant/components/climate/__init__.py +0 -26
  244. homeassistant/components/climate/strings.json +3 -0
  245. homeassistant/components/climate/translations/bg.json +3 -0
  246. homeassistant/components/climate/translations/cs.json +3 -0
  247. homeassistant/components/climate/translations/de.json +3 -0
  248. homeassistant/components/climate/translations/el.json +3 -0
  249. homeassistant/components/climate/translations/en.json +3 -0
  250. homeassistant/components/climate/translations/es.json +3 -0
  251. homeassistant/components/climate/translations/et.json +3 -0
  252. homeassistant/components/climate/translations/fr.json +3 -0
  253. homeassistant/components/climate/translations/ga.json +7 -1
  254. homeassistant/components/climate/translations/he.json +3 -0
  255. homeassistant/components/climate/translations/hu.json +3 -0
  256. homeassistant/components/climate/translations/id.json +3 -0
  257. homeassistant/components/climate/translations/it.json +20 -9
  258. homeassistant/components/climate/translations/lt.json +3 -0
  259. homeassistant/components/climate/translations/pt.json +3 -0
  260. homeassistant/components/climate/translations/ru.json +3 -0
  261. homeassistant/components/climate/translations/sk.json +3 -0
  262. homeassistant/components/climate/translations/sv.json +3 -0
  263. homeassistant/components/climate/translations/tr.json +3 -0
  264. homeassistant/components/climate/translations/zh-Hans.json +3 -0
  265. homeassistant/components/climate/translations/zh-Hant.json +3 -0
  266. homeassistant/components/cloud/manifest.json +1 -1
  267. homeassistant/components/cloudflare/__init__.py +24 -13
  268. homeassistant/components/comelit/translations/de.json +1 -1
  269. homeassistant/components/comelit/translations/it.json +13 -0
  270. homeassistant/components/command_line/notify.py +4 -23
  271. homeassistant/components/command_line/sensor.py +3 -30
  272. homeassistant/components/command_line/utils.py +39 -8
  273. homeassistant/components/compensation/manifest.json +1 -1
  274. homeassistant/components/control4/__init__.py +2 -2
  275. homeassistant/components/conversation/__init__.py +1 -1
  276. homeassistant/components/conversation/chat_log.py +30 -19
  277. homeassistant/components/conversation/manifest.json +1 -1
  278. homeassistant/components/conversation/models.py +13 -1
  279. homeassistant/components/cookidoo/translations/ga.json +47 -1
  280. homeassistant/components/counter/translations/sv.json +2 -2
  281. homeassistant/components/cover/__init__.py +0 -4
  282. homeassistant/components/cover/translations/it.json +3 -1
  283. homeassistant/components/deconz/climate.py +0 -2
  284. homeassistant/components/deconz/logbook.py +3 -3
  285. homeassistant/components/demo/translations/it.json +6 -3
  286. homeassistant/components/demo/translations/select.sv.json +2 -2
  287. homeassistant/components/denonavr/translations/el.json +5 -0
  288. homeassistant/components/derivative/config_flow.py +4 -0
  289. homeassistant/components/derivative/const.py +1 -0
  290. homeassistant/components/derivative/manifest.json +1 -1
  291. homeassistant/components/derivative/sensor.py +105 -22
  292. homeassistant/components/derivative/strings.json +4 -0
  293. homeassistant/components/derivative/translations/cs.json +4 -0
  294. homeassistant/components/derivative/translations/de.json +4 -0
  295. homeassistant/components/derivative/translations/el.json +4 -0
  296. homeassistant/components/derivative/translations/en.json +4 -0
  297. homeassistant/components/derivative/translations/es.json +4 -0
  298. homeassistant/components/derivative/translations/et.json +4 -0
  299. homeassistant/components/derivative/translations/fr.json +4 -0
  300. homeassistant/components/derivative/translations/ga.json +26 -0
  301. homeassistant/components/derivative/translations/hu.json +4 -0
  302. homeassistant/components/derivative/translations/it.json +4 -0
  303. homeassistant/components/derivative/translations/lt.json +4 -0
  304. homeassistant/components/derivative/translations/pt.json +4 -0
  305. homeassistant/components/derivative/translations/ru.json +4 -0
  306. homeassistant/components/derivative/translations/sk.json +4 -0
  307. homeassistant/components/derivative/translations/sv.json +4 -0
  308. homeassistant/components/derivative/translations/zh-Hans.json +4 -0
  309. homeassistant/components/derivative/translations/zh-Hant.json +4 -0
  310. homeassistant/components/device_automation/condition.py +52 -19
  311. homeassistant/components/devolo_home_control/__init__.py +28 -16
  312. homeassistant/components/devolo_home_control/climate.py +1 -1
  313. homeassistant/components/devolo_home_control/const.py +0 -3
  314. homeassistant/components/devolo_home_control/cover.py +1 -1
  315. homeassistant/components/devolo_home_control/entity.py +21 -0
  316. homeassistant/components/devolo_home_control/light.py +1 -1
  317. homeassistant/components/devolo_home_control/siren.py +1 -1
  318. homeassistant/components/devolo_home_control/strings.json +21 -0
  319. homeassistant/components/devolo_home_control/translations/bg.json +6 -0
  320. homeassistant/components/devolo_home_control/translations/cs.json +21 -0
  321. homeassistant/components/devolo_home_control/translations/de.json +21 -0
  322. homeassistant/components/devolo_home_control/translations/el.json +17 -0
  323. homeassistant/components/devolo_home_control/translations/en.json +21 -0
  324. homeassistant/components/devolo_home_control/translations/es.json +21 -0
  325. homeassistant/components/devolo_home_control/translations/et.json +21 -0
  326. homeassistant/components/devolo_home_control/translations/ga.json +28 -1
  327. homeassistant/components/devolo_home_control/translations/hu.json +21 -0
  328. homeassistant/components/devolo_home_control/translations/id.json +5 -0
  329. homeassistant/components/devolo_home_control/translations/it.json +6 -0
  330. homeassistant/components/devolo_home_control/translations/lt.json +21 -0
  331. homeassistant/components/devolo_home_control/translations/nl.json +10 -0
  332. homeassistant/components/devolo_home_control/translations/pt.json +21 -0
  333. homeassistant/components/devolo_home_control/translations/sk.json +21 -0
  334. homeassistant/components/devolo_home_control/translations/sv.json +10 -0
  335. homeassistant/components/devolo_home_control/translations/tr.json +11 -0
  336. homeassistant/components/devolo_home_control/translations/zh-Hans.json +21 -0
  337. homeassistant/components/devolo_home_control/translations/zh-Hant.json +21 -0
  338. homeassistant/components/devolo_home_network/device_tracker.py +2 -0
  339. homeassistant/components/discord/manifest.json +1 -1
  340. homeassistant/components/dlink/manifest.json +1 -1
  341. homeassistant/components/dnsip/sensor.py +4 -3
  342. homeassistant/components/dormakaba_dkey/manifest.json +1 -1
  343. homeassistant/components/downloader/__init__.py +2 -2
  344. homeassistant/components/downloader/services.py +4 -4
  345. homeassistant/components/drop_connect/sensor.py +1 -1
  346. homeassistant/components/drop_connect/translations/it.json +12 -0
  347. homeassistant/components/drop_connect/translations/nl.json +5 -0
  348. homeassistant/components/dsmr/sensor.py +8 -0
  349. homeassistant/components/dsmr/translations/it.json +5 -1
  350. homeassistant/components/dsmr_reader/translations/it.json +5 -1
  351. homeassistant/components/ecoforest/translations/it.json +2 -2
  352. homeassistant/components/ecovacs/binary_sensor.py +4 -5
  353. homeassistant/components/ecovacs/entity.py +8 -12
  354. homeassistant/components/ecovacs/manifest.json +1 -1
  355. homeassistant/components/ecovacs/number.py +3 -5
  356. homeassistant/components/ecovacs/select.py +5 -5
  357. homeassistant/components/ecovacs/sensor.py +2 -4
  358. homeassistant/components/ecovacs/translations/el.json +1 -0
  359. homeassistant/components/ecovacs/translations/it.json +14 -0
  360. homeassistant/components/ecovacs/translations/nl.json +4 -0
  361. homeassistant/components/ecovacs/translations/sv.json +1 -1
  362. homeassistant/components/edl21/manifest.json +1 -1
  363. homeassistant/components/eheimdigital/number.py +13 -13
  364. homeassistant/components/eheimdigital/select.py +12 -12
  365. homeassistant/components/eheimdigital/sensor.py +11 -11
  366. homeassistant/components/eheimdigital/time.py +10 -12
  367. homeassistant/components/eheimdigital/translations/ga.json +9 -0
  368. homeassistant/components/electric_kiwi/strings.json +7 -1
  369. homeassistant/components/electric_kiwi/translations/cs.json +6 -0
  370. homeassistant/components/electric_kiwi/translations/de.json +6 -0
  371. homeassistant/components/electric_kiwi/translations/el.json +6 -0
  372. homeassistant/components/electric_kiwi/translations/en-GB.json +6 -0
  373. homeassistant/components/electric_kiwi/translations/en.json +6 -0
  374. homeassistant/components/electric_kiwi/translations/es.json +6 -0
  375. homeassistant/components/electric_kiwi/translations/et.json +6 -0
  376. homeassistant/components/electric_kiwi/translations/fr.json +6 -0
  377. homeassistant/components/electric_kiwi/translations/ga.json +14 -1
  378. homeassistant/components/electric_kiwi/translations/he.json +6 -0
  379. homeassistant/components/electric_kiwi/translations/hu.json +6 -0
  380. homeassistant/components/electric_kiwi/translations/id.json +6 -0
  381. homeassistant/components/electric_kiwi/translations/ja.json +6 -0
  382. homeassistant/components/electric_kiwi/translations/ko.json +1 -1
  383. homeassistant/components/electric_kiwi/translations/lt.json +6 -0
  384. homeassistant/components/electric_kiwi/translations/mk.json +14 -1
  385. homeassistant/components/electric_kiwi/translations/pt.json +6 -0
  386. homeassistant/components/electric_kiwi/translations/ru.json +6 -0
  387. homeassistant/components/electric_kiwi/translations/sk.json +6 -0
  388. homeassistant/components/electric_kiwi/translations/sv.json +6 -0
  389. homeassistant/components/electric_kiwi/translations/tr.json +6 -0
  390. homeassistant/components/electric_kiwi/translations/zh-Hans.json +6 -0
  391. homeassistant/components/electric_kiwi/translations/zh-Hant.json +6 -0
  392. homeassistant/components/elkm1/__init__.py +5 -65
  393. homeassistant/components/elkm1/services.py +78 -0
  394. homeassistant/components/emoncms/translations/el.json +6 -0
  395. homeassistant/components/emoncms/translations/ga.json +1 -0
  396. homeassistant/components/enphase_envoy/__init__.py +5 -22
  397. homeassistant/components/enphase_envoy/config_flow.py +2 -2
  398. homeassistant/components/enphase_envoy/diagnostics.py +6 -4
  399. homeassistant/components/enphase_envoy/entity.py +2 -2
  400. homeassistant/components/enphase_envoy/manifest.json +1 -1
  401. homeassistant/components/enphase_envoy/sensor.py +109 -0
  402. homeassistant/components/enphase_envoy/strings.json +28 -1
  403. homeassistant/components/enphase_envoy/translations/bg.json +6 -1
  404. homeassistant/components/enphase_envoy/translations/cs.json +27 -1
  405. homeassistant/components/enphase_envoy/translations/de.json +27 -0
  406. homeassistant/components/enphase_envoy/translations/el.json +28 -1
  407. homeassistant/components/enphase_envoy/translations/en.json +27 -0
  408. homeassistant/components/enphase_envoy/translations/es.json +27 -0
  409. homeassistant/components/enphase_envoy/translations/et.json +28 -1
  410. homeassistant/components/enphase_envoy/translations/ga.json +39 -1
  411. homeassistant/components/enphase_envoy/translations/hu.json +30 -1
  412. homeassistant/components/enphase_envoy/translations/it.json +30 -0
  413. homeassistant/components/enphase_envoy/translations/ja.json +27 -1
  414. homeassistant/components/enphase_envoy/translations/lt.json +30 -0
  415. homeassistant/components/enphase_envoy/translations/nl.json +2 -1
  416. homeassistant/components/enphase_envoy/translations/pt-BR.json +0 -1
  417. homeassistant/components/enphase_envoy/translations/pt.json +27 -1
  418. homeassistant/components/enphase_envoy/translations/ru.json +0 -1
  419. homeassistant/components/enphase_envoy/translations/sk.json +30 -0
  420. homeassistant/components/enphase_envoy/translations/sv.json +23 -3
  421. homeassistant/components/enphase_envoy/translations/tr.json +0 -1
  422. homeassistant/components/enphase_envoy/translations/zh-Hans.json +27 -0
  423. homeassistant/components/enphase_envoy/translations/zh-Hant.json +27 -0
  424. homeassistant/components/eq3btsmart/__init__.py +1 -7
  425. homeassistant/components/eq3btsmart/binary_sensor.py +0 -4
  426. homeassistant/components/eq3btsmart/climate.py +27 -46
  427. homeassistant/components/eq3btsmart/const.py +10 -9
  428. homeassistant/components/eq3btsmart/entity.py +38 -5
  429. homeassistant/components/eq3btsmart/manifest.json +1 -1
  430. homeassistant/components/eq3btsmart/number.py +18 -24
  431. homeassistant/components/eq3btsmart/schemas.py +2 -2
  432. homeassistant/components/eq3btsmart/sensor.py +1 -7
  433. homeassistant/components/eq3btsmart/switch.py +24 -8
  434. homeassistant/components/eq3btsmart/translations/nl.json +12 -0
  435. homeassistant/components/esphome/assist_satellite.py +12 -1
  436. homeassistant/components/esphome/dashboard.py +1 -3
  437. homeassistant/components/esphome/entity.py +90 -15
  438. homeassistant/components/esphome/entry_data.py +22 -2
  439. homeassistant/components/esphome/manager.py +63 -3
  440. homeassistant/components/esphome/manifest.json +1 -1
  441. homeassistant/components/esphome/sensor.py +3 -2
  442. homeassistant/components/esphome/translations/sv.json +2 -2
  443. homeassistant/components/evohome/water_heater.py +5 -3
  444. homeassistant/components/ezviz/select.py +104 -24
  445. homeassistant/components/ezviz/strings.json +10 -0
  446. homeassistant/components/ezviz/translations/bg.json +6 -0
  447. homeassistant/components/ezviz/translations/cs.json +10 -0
  448. homeassistant/components/ezviz/translations/de.json +10 -0
  449. homeassistant/components/ezviz/translations/el.json +10 -0
  450. homeassistant/components/ezviz/translations/en.json +10 -0
  451. homeassistant/components/ezviz/translations/es.json +10 -0
  452. homeassistant/components/ezviz/translations/et.json +10 -0
  453. homeassistant/components/ezviz/translations/ga.json +16 -0
  454. homeassistant/components/ezviz/translations/hu.json +10 -0
  455. homeassistant/components/ezviz/translations/it.json +10 -0
  456. homeassistant/components/ezviz/translations/ja.json +10 -0
  457. homeassistant/components/ezviz/translations/lt.json +10 -0
  458. homeassistant/components/ezviz/translations/mk.json +13 -0
  459. homeassistant/components/ezviz/translations/nl.json +10 -0
  460. homeassistant/components/ezviz/translations/pt.json +10 -0
  461. homeassistant/components/ezviz/translations/sk.json +10 -0
  462. homeassistant/components/ezviz/translations/sv.json +10 -0
  463. homeassistant/components/ezviz/translations/zh-Hans.json +10 -0
  464. homeassistant/components/ezviz/translations/zh-Hant.json +10 -0
  465. homeassistant/components/fan/translations/it.json +2 -2
  466. homeassistant/components/fan/translations/sv.json +1 -1
  467. homeassistant/components/ffmpeg/__init__.py +10 -41
  468. homeassistant/components/ffmpeg/const.py +9 -0
  469. homeassistant/components/ffmpeg/services.py +52 -0
  470. homeassistant/components/fibaro/cover.py +77 -32
  471. homeassistant/components/fibaro/light.py +2 -2
  472. homeassistant/components/fibaro/translations/ga.json +19 -0
  473. homeassistant/components/fibaro/translations/ko.json +1 -1
  474. homeassistant/components/filter/translations/ga.json +2 -1
  475. homeassistant/components/fitbit/strings.json +7 -1
  476. homeassistant/components/fitbit/translations/cs.json +6 -0
  477. homeassistant/components/fitbit/translations/de.json +6 -0
  478. homeassistant/components/fitbit/translations/el.json +9 -0
  479. homeassistant/components/fitbit/translations/en-GB.json +6 -0
  480. homeassistant/components/fitbit/translations/en.json +6 -0
  481. homeassistant/components/fitbit/translations/es.json +6 -0
  482. homeassistant/components/fitbit/translations/et.json +6 -0
  483. homeassistant/components/fitbit/translations/fr.json +6 -0
  484. homeassistant/components/fitbit/translations/ga.json +14 -1
  485. homeassistant/components/fitbit/translations/he.json +6 -0
  486. homeassistant/components/fitbit/translations/hu.json +6 -0
  487. homeassistant/components/fitbit/translations/id.json +6 -0
  488. homeassistant/components/fitbit/translations/ja.json +6 -0
  489. homeassistant/components/fitbit/translations/ko.json +1 -1
  490. homeassistant/components/fitbit/translations/lt.json +6 -0
  491. homeassistant/components/fitbit/translations/mk.json +14 -1
  492. homeassistant/components/fitbit/translations/pt.json +6 -0
  493. homeassistant/components/fitbit/translations/ru.json +6 -0
  494. homeassistant/components/fitbit/translations/sk.json +6 -0
  495. homeassistant/components/fitbit/translations/sv.json +6 -0
  496. homeassistant/components/fitbit/translations/tr.json +6 -0
  497. homeassistant/components/fitbit/translations/zh-Hans.json +6 -0
  498. homeassistant/components/fitbit/translations/zh-Hant.json +6 -0
  499. homeassistant/components/flick_electric/translations/mk.json +9 -0
  500. homeassistant/components/flipr/translations/it.json +8 -0
  501. homeassistant/components/flume/translations/nl.json +13 -0
  502. homeassistant/components/foscam/__init__.py +1 -1
  503. homeassistant/components/foscam/config_flow.py +2 -2
  504. homeassistant/components/foscam/coordinator.py +1 -1
  505. homeassistant/components/foscam/manifest.json +2 -2
  506. homeassistant/components/freedompro/climate.py +0 -2
  507. homeassistant/components/fritz/__init__.py +1 -1
  508. homeassistant/components/fritz/binary_sensor.py +2 -1
  509. homeassistant/components/fritz/button.py +3 -8
  510. homeassistant/components/fritz/coordinator.py +16 -207
  511. homeassistant/components/fritz/device_tracker.py +3 -8
  512. homeassistant/components/fritz/entity.py +2 -1
  513. homeassistant/components/fritz/helpers.py +39 -0
  514. homeassistant/components/fritz/models.py +182 -0
  515. homeassistant/components/fritz/sensor.py +2 -1
  516. homeassistant/components/fritz/services.py +3 -2
  517. homeassistant/components/fritz/switch.py +3 -9
  518. homeassistant/components/fritz/translations/nl.json +3 -0
  519. homeassistant/components/fritzbox/translations/mk.json +9 -0
  520. homeassistant/components/fritzbox_callmonitor/translations/ga.json +13 -0
  521. homeassistant/components/fronius/translations/el.json +14 -1
  522. homeassistant/components/fronius/translations/ga.json +22 -0
  523. homeassistant/components/fronius/translations/it.json +4 -0
  524. homeassistant/components/fronius/translations/sv.json +3 -3
  525. homeassistant/components/frontend/__init__.py +1 -2
  526. homeassistant/components/frontend/manifest.json +1 -1
  527. homeassistant/components/fully_kiosk/__init__.py +1 -1
  528. homeassistant/components/fully_kiosk/services.py +65 -63
  529. homeassistant/components/fyta/translations/it.json +8 -0
  530. homeassistant/components/generic/translations/ga.json +4 -0
  531. homeassistant/components/generic_thermostat/translations/ga.json +22 -0
  532. homeassistant/components/geocaching/strings.json +7 -1
  533. homeassistant/components/geocaching/translations/cs.json +6 -0
  534. homeassistant/components/geocaching/translations/de.json +6 -0
  535. homeassistant/components/geocaching/translations/el.json +6 -0
  536. homeassistant/components/geocaching/translations/en-GB.json +6 -0
  537. homeassistant/components/geocaching/translations/en.json +6 -0
  538. homeassistant/components/geocaching/translations/es.json +6 -0
  539. homeassistant/components/geocaching/translations/et.json +6 -0
  540. homeassistant/components/geocaching/translations/fr.json +6 -0
  541. homeassistant/components/geocaching/translations/ga.json +14 -1
  542. homeassistant/components/geocaching/translations/he.json +6 -0
  543. homeassistant/components/geocaching/translations/hu.json +6 -0
  544. homeassistant/components/geocaching/translations/id.json +6 -0
  545. homeassistant/components/geocaching/translations/ja.json +6 -0
  546. homeassistant/components/geocaching/translations/ko.json +1 -1
  547. homeassistant/components/geocaching/translations/lt.json +6 -0
  548. homeassistant/components/geocaching/translations/mk.json +14 -1
  549. homeassistant/components/geocaching/translations/pt.json +6 -0
  550. homeassistant/components/geocaching/translations/ru.json +6 -0
  551. homeassistant/components/geocaching/translations/sk.json +6 -0
  552. homeassistant/components/geocaching/translations/sv.json +6 -0
  553. homeassistant/components/geocaching/translations/tr.json +6 -0
  554. homeassistant/components/geocaching/translations/zh-Hans.json +6 -0
  555. homeassistant/components/geocaching/translations/zh-Hant.json +6 -0
  556. homeassistant/components/go2rtc/__init__.py +73 -32
  557. homeassistant/components/goalzero/sensor.py +1 -0
  558. homeassistant/components/goodwe/translations/sv.json +5 -5
  559. homeassistant/components/google/__init__.py +3 -138
  560. homeassistant/components/google/strings.json +7 -1
  561. homeassistant/components/google/translations/cs.json +6 -0
  562. homeassistant/components/google/translations/de.json +6 -0
  563. homeassistant/components/google/translations/el.json +6 -0
  564. homeassistant/components/google/translations/en-GB.json +6 -0
  565. homeassistant/components/google/translations/en.json +6 -0
  566. homeassistant/components/google/translations/es.json +6 -0
  567. homeassistant/components/google/translations/et.json +6 -0
  568. homeassistant/components/google/translations/fr.json +6 -0
  569. homeassistant/components/google/translations/ga.json +10 -0
  570. homeassistant/components/google/translations/he.json +6 -0
  571. homeassistant/components/google/translations/hu.json +6 -0
  572. homeassistant/components/google/translations/id.json +6 -0
  573. homeassistant/components/google/translations/ja.json +6 -0
  574. homeassistant/components/google/translations/ko.json +1 -1
  575. homeassistant/components/google/translations/lt.json +6 -0
  576. homeassistant/components/google/translations/mk.json +14 -1
  577. homeassistant/components/google/translations/pt.json +6 -0
  578. homeassistant/components/google/translations/ru.json +6 -0
  579. homeassistant/components/google/translations/sk.json +6 -0
  580. homeassistant/components/google/translations/sv.json +6 -0
  581. homeassistant/components/google/translations/tr.json +6 -0
  582. homeassistant/components/google/translations/zh-Hans.json +6 -0
  583. homeassistant/components/google/translations/zh-Hant.json +6 -0
  584. homeassistant/components/google_assistant/helpers.py +5 -6
  585. homeassistant/components/google_assistant_sdk/__init__.py +4 -54
  586. homeassistant/components/google_assistant_sdk/services.py +63 -0
  587. homeassistant/components/google_assistant_sdk/strings.json +7 -1
  588. homeassistant/components/google_assistant_sdk/translations/cs.json +6 -0
  589. homeassistant/components/google_assistant_sdk/translations/de.json +6 -0
  590. homeassistant/components/google_assistant_sdk/translations/el.json +6 -0
  591. homeassistant/components/google_assistant_sdk/translations/en-GB.json +6 -0
  592. homeassistant/components/google_assistant_sdk/translations/en.json +6 -0
  593. homeassistant/components/google_assistant_sdk/translations/es.json +6 -0
  594. homeassistant/components/google_assistant_sdk/translations/et.json +6 -0
  595. homeassistant/components/google_assistant_sdk/translations/fr.json +6 -0
  596. homeassistant/components/google_assistant_sdk/translations/ga.json +12 -0
  597. homeassistant/components/google_assistant_sdk/translations/he.json +6 -0
  598. homeassistant/components/google_assistant_sdk/translations/hu.json +6 -0
  599. homeassistant/components/google_assistant_sdk/translations/id.json +6 -0
  600. homeassistant/components/google_assistant_sdk/translations/ja.json +11 -0
  601. homeassistant/components/google_assistant_sdk/translations/lt.json +6 -0
  602. homeassistant/components/google_assistant_sdk/translations/mk.json +14 -1
  603. homeassistant/components/google_assistant_sdk/translations/pt.json +6 -0
  604. homeassistant/components/google_assistant_sdk/translations/ru.json +6 -0
  605. homeassistant/components/google_assistant_sdk/translations/sk.json +6 -0
  606. homeassistant/components/google_assistant_sdk/translations/sv.json +6 -0
  607. homeassistant/components/google_assistant_sdk/translations/tr.json +6 -0
  608. homeassistant/components/google_assistant_sdk/translations/zh-Hans.json +6 -0
  609. homeassistant/components/google_assistant_sdk/translations/zh-Hant.json +6 -0
  610. homeassistant/components/google_drive/strings.json +7 -1
  611. homeassistant/components/google_drive/translations/cs.json +6 -0
  612. homeassistant/components/google_drive/translations/de.json +6 -0
  613. homeassistant/components/google_drive/translations/el.json +6 -0
  614. homeassistant/components/google_drive/translations/en-GB.json +6 -0
  615. homeassistant/components/google_drive/translations/en.json +6 -0
  616. homeassistant/components/google_drive/translations/es.json +6 -0
  617. homeassistant/components/google_drive/translations/et.json +6 -0
  618. homeassistant/components/google_drive/translations/fr.json +6 -0
  619. homeassistant/components/google_drive/translations/ga.json +8 -0
  620. homeassistant/components/google_drive/translations/he.json +6 -0
  621. homeassistant/components/google_drive/translations/hu.json +6 -0
  622. homeassistant/components/google_drive/translations/id.json +6 -0
  623. homeassistant/components/google_drive/translations/ja.json +6 -0
  624. homeassistant/components/google_drive/translations/lt.json +6 -0
  625. homeassistant/components/google_drive/translations/mk.json +14 -1
  626. homeassistant/components/google_drive/translations/pt.json +6 -0
  627. homeassistant/components/google_drive/translations/ru.json +6 -0
  628. homeassistant/components/google_drive/translations/sk.json +6 -0
  629. homeassistant/components/google_drive/translations/sv.json +6 -0
  630. homeassistant/components/google_drive/translations/tr.json +6 -0
  631. homeassistant/components/google_drive/translations/zh-Hans.json +6 -0
  632. homeassistant/components/google_drive/translations/zh-Hant.json +6 -0
  633. homeassistant/components/google_generative_ai_conversation/__init__.py +154 -5
  634. homeassistant/components/google_generative_ai_conversation/config_flow.py +158 -66
  635. homeassistant/components/google_generative_ai_conversation/const.py +18 -1
  636. homeassistant/components/google_generative_ai_conversation/conversation.py +22 -471
  637. homeassistant/components/google_generative_ai_conversation/diagnostics.py +1 -0
  638. homeassistant/components/google_generative_ai_conversation/entity.py +482 -0
  639. homeassistant/components/google_generative_ai_conversation/helpers.py +73 -0
  640. homeassistant/components/google_generative_ai_conversation/strings.json +65 -24
  641. homeassistant/components/google_generative_ai_conversation/translations/bg.json +34 -9
  642. homeassistant/components/google_generative_ai_conversation/translations/ca.json +0 -14
  643. homeassistant/components/google_generative_ai_conversation/translations/cs.json +69 -28
  644. homeassistant/components/google_generative_ai_conversation/translations/de.json +69 -28
  645. homeassistant/components/google_generative_ai_conversation/translations/el.json +69 -28
  646. homeassistant/components/google_generative_ai_conversation/translations/en-GB.json +0 -28
  647. homeassistant/components/google_generative_ai_conversation/translations/en.json +69 -28
  648. homeassistant/components/google_generative_ai_conversation/translations/es.json +69 -28
  649. homeassistant/components/google_generative_ai_conversation/translations/et.json +69 -28
  650. homeassistant/components/google_generative_ai_conversation/translations/fi.json +0 -13
  651. homeassistant/components/google_generative_ai_conversation/translations/fr.json +82 -26
  652. homeassistant/components/google_generative_ai_conversation/translations/fy.json +0 -11
  653. homeassistant/components/google_generative_ai_conversation/translations/ga.json +61 -9
  654. homeassistant/components/google_generative_ai_conversation/translations/he.json +0 -24
  655. homeassistant/components/google_generative_ai_conversation/translations/hu.json +69 -28
  656. homeassistant/components/google_generative_ai_conversation/translations/id.json +26 -19
  657. homeassistant/components/google_generative_ai_conversation/translations/it.json +65 -14
  658. homeassistant/components/google_generative_ai_conversation/translations/ja.json +65 -19
  659. homeassistant/components/google_generative_ai_conversation/translations/ko.json +0 -15
  660. homeassistant/components/google_generative_ai_conversation/translations/lt.json +69 -28
  661. homeassistant/components/google_generative_ai_conversation/translations/lv.json +0 -9
  662. homeassistant/components/google_generative_ai_conversation/translations/mk.json +11 -0
  663. homeassistant/components/google_generative_ai_conversation/translations/nb.json +0 -9
  664. homeassistant/components/google_generative_ai_conversation/translations/nl.json +36 -17
  665. homeassistant/components/google_generative_ai_conversation/translations/pl.json +0 -23
  666. homeassistant/components/google_generative_ai_conversation/translations/pt-BR.json +0 -11
  667. homeassistant/components/google_generative_ai_conversation/translations/pt.json +69 -28
  668. homeassistant/components/google_generative_ai_conversation/translations/ro.json +0 -11
  669. homeassistant/components/google_generative_ai_conversation/translations/ru.json +67 -28
  670. homeassistant/components/google_generative_ai_conversation/translations/sk.json +69 -28
  671. homeassistant/components/google_generative_ai_conversation/translations/sl.json +0 -23
  672. homeassistant/components/google_generative_ai_conversation/translations/sv.json +44 -28
  673. homeassistant/components/google_generative_ai_conversation/translations/tr.json +0 -23
  674. homeassistant/components/google_generative_ai_conversation/translations/uk.json +0 -11
  675. homeassistant/components/google_generative_ai_conversation/translations/vi.json +0 -12
  676. homeassistant/components/google_generative_ai_conversation/translations/zh-Hans.json +69 -28
  677. homeassistant/components/google_generative_ai_conversation/translations/zh-Hant.json +69 -28
  678. homeassistant/components/google_generative_ai_conversation/tts.py +157 -0
  679. homeassistant/components/google_mail/__init__.py +3 -3
  680. homeassistant/components/google_mail/services.py +48 -47
  681. homeassistant/components/google_mail/strings.json +7 -1
  682. homeassistant/components/google_mail/translations/cs.json +6 -0
  683. homeassistant/components/google_mail/translations/de.json +6 -0
  684. homeassistant/components/google_mail/translations/el.json +6 -0
  685. homeassistant/components/google_mail/translations/en-GB.json +6 -0
  686. homeassistant/components/google_mail/translations/en.json +6 -0
  687. homeassistant/components/google_mail/translations/es.json +6 -0
  688. homeassistant/components/google_mail/translations/et.json +6 -0
  689. homeassistant/components/google_mail/translations/fr.json +6 -0
  690. homeassistant/components/google_mail/translations/ga.json +14 -1
  691. homeassistant/components/google_mail/translations/he.json +6 -0
  692. homeassistant/components/google_mail/translations/hu.json +6 -0
  693. homeassistant/components/google_mail/translations/id.json +6 -0
  694. homeassistant/components/google_mail/translations/it.json +7 -1
  695. homeassistant/components/google_mail/translations/ja.json +6 -0
  696. homeassistant/components/google_mail/translations/lt.json +6 -0
  697. homeassistant/components/google_mail/translations/mk.json +12 -0
  698. homeassistant/components/google_mail/translations/pt.json +6 -0
  699. homeassistant/components/google_mail/translations/ru.json +6 -0
  700. homeassistant/components/google_mail/translations/sk.json +6 -0
  701. homeassistant/components/google_mail/translations/sv.json +6 -0
  702. homeassistant/components/google_mail/translations/tr.json +6 -0
  703. homeassistant/components/google_mail/translations/zh-Hans.json +6 -0
  704. homeassistant/components/google_mail/translations/zh-Hant.json +6 -0
  705. homeassistant/components/google_photos/__init__.py +14 -7
  706. homeassistant/components/google_photos/services.py +79 -79
  707. homeassistant/components/google_photos/strings.json +7 -1
  708. homeassistant/components/google_photos/translations/cs.json +6 -0
  709. homeassistant/components/google_photos/translations/de.json +6 -0
  710. homeassistant/components/google_photos/translations/el.json +6 -0
  711. homeassistant/components/google_photos/translations/en-GB.json +6 -0
  712. homeassistant/components/google_photos/translations/en.json +6 -0
  713. homeassistant/components/google_photos/translations/es.json +6 -0
  714. homeassistant/components/google_photos/translations/et.json +6 -0
  715. homeassistant/components/google_photos/translations/fr.json +6 -0
  716. homeassistant/components/google_photos/translations/ga.json +8 -0
  717. homeassistant/components/google_photos/translations/he.json +6 -0
  718. homeassistant/components/google_photos/translations/hu.json +6 -0
  719. homeassistant/components/google_photos/translations/id.json +6 -0
  720. homeassistant/components/google_photos/translations/it.json +6 -0
  721. homeassistant/components/google_photos/translations/ja.json +6 -0
  722. homeassistant/components/google_photos/translations/ko.json +1 -1
  723. homeassistant/components/google_photos/translations/lt.json +6 -0
  724. homeassistant/components/google_photos/translations/mk.json +14 -1
  725. homeassistant/components/google_photos/translations/pt.json +6 -0
  726. homeassistant/components/google_photos/translations/ru.json +6 -0
  727. homeassistant/components/google_photos/translations/sk.json +6 -0
  728. homeassistant/components/google_photos/translations/sv.json +6 -0
  729. homeassistant/components/google_photos/translations/tr.json +6 -0
  730. homeassistant/components/google_photos/translations/zh-Hans.json +6 -0
  731. homeassistant/components/google_photos/translations/zh-Hant.json +6 -0
  732. homeassistant/components/google_sheets/__init__.py +12 -80
  733. homeassistant/components/google_sheets/services.py +88 -0
  734. homeassistant/components/google_sheets/strings.json +7 -1
  735. homeassistant/components/google_sheets/translations/cs.json +6 -0
  736. homeassistant/components/google_sheets/translations/de.json +6 -0
  737. homeassistant/components/google_sheets/translations/el.json +6 -0
  738. homeassistant/components/google_sheets/translations/en-GB.json +6 -0
  739. homeassistant/components/google_sheets/translations/en.json +6 -0
  740. homeassistant/components/google_sheets/translations/es.json +6 -0
  741. homeassistant/components/google_sheets/translations/et.json +6 -0
  742. homeassistant/components/google_sheets/translations/fr.json +6 -0
  743. homeassistant/components/google_sheets/translations/ga.json +14 -1
  744. homeassistant/components/google_sheets/translations/he.json +6 -0
  745. homeassistant/components/google_sheets/translations/hu.json +6 -0
  746. homeassistant/components/google_sheets/translations/id.json +6 -0
  747. homeassistant/components/google_sheets/translations/it.json +6 -0
  748. homeassistant/components/google_sheets/translations/ja.json +6 -0
  749. homeassistant/components/google_sheets/translations/ko.json +1 -1
  750. homeassistant/components/google_sheets/translations/lt.json +6 -0
  751. homeassistant/components/google_sheets/translations/mk.json +10 -0
  752. homeassistant/components/google_sheets/translations/pt.json +6 -0
  753. homeassistant/components/google_sheets/translations/ru.json +6 -0
  754. homeassistant/components/google_sheets/translations/sk.json +6 -0
  755. homeassistant/components/google_sheets/translations/sv.json +6 -0
  756. homeassistant/components/google_sheets/translations/tr.json +6 -0
  757. homeassistant/components/google_sheets/translations/zh-Hans.json +6 -0
  758. homeassistant/components/google_sheets/translations/zh-Hant.json +6 -0
  759. homeassistant/components/google_tasks/strings.json +7 -1
  760. homeassistant/components/google_tasks/translations/cs.json +6 -0
  761. homeassistant/components/google_tasks/translations/de.json +6 -0
  762. homeassistant/components/google_tasks/translations/el.json +6 -0
  763. homeassistant/components/google_tasks/translations/en-GB.json +6 -0
  764. homeassistant/components/google_tasks/translations/en.json +6 -0
  765. homeassistant/components/google_tasks/translations/es.json +6 -0
  766. homeassistant/components/google_tasks/translations/et.json +6 -0
  767. homeassistant/components/google_tasks/translations/fr.json +10 -0
  768. homeassistant/components/google_tasks/translations/ga.json +8 -0
  769. homeassistant/components/google_tasks/translations/he.json +6 -0
  770. homeassistant/components/google_tasks/translations/hu.json +6 -0
  771. homeassistant/components/google_tasks/translations/id.json +6 -0
  772. homeassistant/components/google_tasks/translations/it.json +3 -0
  773. homeassistant/components/google_tasks/translations/ja.json +6 -0
  774. homeassistant/components/google_tasks/translations/ko.json +1 -1
  775. homeassistant/components/google_tasks/translations/lt.json +6 -0
  776. homeassistant/components/google_tasks/translations/mk.json +14 -1
  777. homeassistant/components/google_tasks/translations/pt.json +6 -0
  778. homeassistant/components/google_tasks/translations/ru.json +6 -0
  779. homeassistant/components/google_tasks/translations/sk.json +6 -0
  780. homeassistant/components/google_tasks/translations/sv.json +6 -0
  781. homeassistant/components/google_tasks/translations/tr.json +6 -0
  782. homeassistant/components/google_tasks/translations/zh-Hans.json +6 -0
  783. homeassistant/components/google_tasks/translations/zh-Hant.json +6 -0
  784. homeassistant/components/google_travel_time/translations/it.json +7 -0
  785. homeassistant/components/group/sensor.py +5 -5
  786. homeassistant/components/group/translations/el.json +18 -18
  787. homeassistant/components/group/translations/it.json +2 -2
  788. homeassistant/components/group/translations/pl.json +52 -2
  789. homeassistant/components/habitica/const.py +1 -1
  790. homeassistant/components/habitica/services.py +521 -514
  791. homeassistant/components/habitica/translations/el.json +6 -0
  792. homeassistant/components/habitica/translations/ga.json +27 -0
  793. homeassistant/components/habitica/translations/mk.json +39 -0
  794. homeassistant/components/harmony/translations/select.sv.json +1 -1
  795. homeassistant/components/harmony/translations/sv.json +1 -1
  796. homeassistant/components/hassio/__init__.py +1 -9
  797. homeassistant/components/hassio/const.py +1 -1
  798. homeassistant/components/hassio/coordinator.py +1 -1
  799. homeassistant/components/hassio/ingress.py +6 -2
  800. homeassistant/components/hassio/translations/lt.json +6 -6
  801. homeassistant/components/hassio/update_helper.py +3 -6
  802. homeassistant/components/heos/translations/ga.json +4 -0
  803. homeassistant/components/here_travel_time/coordinator.py +11 -9
  804. homeassistant/components/here_travel_time/manifest.json +1 -1
  805. homeassistant/components/here_travel_time/model.py +3 -1
  806. homeassistant/components/here_travel_time/sensor.py +6 -2
  807. homeassistant/components/hive/translations/it.json +4 -3
  808. homeassistant/components/hive/translations/mk.json +8 -0
  809. homeassistant/components/hive/water_heater.py +3 -1
  810. homeassistant/components/holiday/translations/ga.json +55 -0
  811. homeassistant/components/home_connect/diagnostics.py +20 -2
  812. homeassistant/components/home_connect/manifest.json +3 -2
  813. homeassistant/components/home_connect/quality_scale.yaml +71 -0
  814. homeassistant/components/home_connect/strings.json +7 -1
  815. homeassistant/components/home_connect/translations/cs.json +6 -0
  816. homeassistant/components/home_connect/translations/de.json +6 -0
  817. homeassistant/components/home_connect/translations/el.json +6 -0
  818. homeassistant/components/home_connect/translations/en-GB.json +6 -0
  819. homeassistant/components/home_connect/translations/en.json +6 -0
  820. homeassistant/components/home_connect/translations/es.json +6 -0
  821. homeassistant/components/home_connect/translations/et.json +6 -0
  822. homeassistant/components/home_connect/translations/fr.json +6 -0
  823. homeassistant/components/home_connect/translations/ga.json +8 -0
  824. homeassistant/components/home_connect/translations/he.json +6 -0
  825. homeassistant/components/home_connect/translations/hu.json +6 -0
  826. homeassistant/components/home_connect/translations/id.json +6 -0
  827. homeassistant/components/home_connect/translations/it.json +128 -30
  828. homeassistant/components/home_connect/translations/ja.json +9 -0
  829. homeassistant/components/home_connect/translations/lt.json +6 -0
  830. homeassistant/components/home_connect/translations/mk.json +12 -0
  831. homeassistant/components/home_connect/translations/pt.json +6 -0
  832. homeassistant/components/home_connect/translations/ru.json +6 -0
  833. homeassistant/components/home_connect/translations/sk.json +6 -0
  834. homeassistant/components/home_connect/translations/sv.json +6 -0
  835. homeassistant/components/home_connect/translations/tr.json +6 -0
  836. homeassistant/components/home_connect/translations/zh-Hans.json +6 -0
  837. homeassistant/components/home_connect/translations/zh-Hant.json +6 -0
  838. homeassistant/components/homeassistant/__init__.py +45 -45
  839. homeassistant/components/homeassistant/strings.json +1 -0
  840. homeassistant/components/homeassistant/system_health.py +1 -0
  841. homeassistant/components/homeassistant/translations/cs.json +1 -0
  842. homeassistant/components/homeassistant/translations/de.json +1 -0
  843. homeassistant/components/homeassistant/translations/el.json +2 -1
  844. homeassistant/components/homeassistant/translations/en.json +1 -0
  845. homeassistant/components/homeassistant/translations/es.json +1 -0
  846. homeassistant/components/homeassistant/translations/et.json +1 -0
  847. homeassistant/components/homeassistant/translations/fr.json +1 -0
  848. homeassistant/components/homeassistant/translations/ga.json +9 -0
  849. homeassistant/components/homeassistant/translations/hu.json +1 -0
  850. homeassistant/components/homeassistant/translations/it.json +28 -0
  851. homeassistant/components/homeassistant/translations/ja.json +1 -0
  852. homeassistant/components/homeassistant/translations/lt.json +10 -9
  853. homeassistant/components/homeassistant/translations/nl.json +2 -1
  854. homeassistant/components/homeassistant/translations/pt.json +1 -0
  855. homeassistant/components/homeassistant/translations/ru.json +1 -0
  856. homeassistant/components/homeassistant/translations/sk.json +1 -0
  857. homeassistant/components/homeassistant/translations/sv.json +1 -0
  858. homeassistant/components/homeassistant/translations/zh-Hans.json +1 -0
  859. homeassistant/components/homeassistant/translations/zh-Hant.json +1 -0
  860. homeassistant/components/homeassistant_hardware/firmware_config_flow.py +279 -231
  861. homeassistant/components/homeassistant_hardware/manifest.json +1 -1
  862. homeassistant/components/homeassistant_hardware/silabs_multiprotocol_addon.py +6 -15
  863. homeassistant/components/homeassistant_hardware/strings.json +4 -30
  864. homeassistant/components/homeassistant_hardware/translations/bg.json +0 -18
  865. homeassistant/components/homeassistant_hardware/translations/ca.json +0 -28
  866. homeassistant/components/homeassistant_hardware/translations/cs.json +1 -29
  867. homeassistant/components/homeassistant_hardware/translations/da.json +0 -10
  868. homeassistant/components/homeassistant_hardware/translations/de.json +3 -29
  869. homeassistant/components/homeassistant_hardware/translations/el.json +3 -29
  870. homeassistant/components/homeassistant_hardware/translations/en-GB.json +1 -31
  871. homeassistant/components/homeassistant_hardware/translations/en.json +3 -29
  872. homeassistant/components/homeassistant_hardware/translations/es.json +3 -29
  873. homeassistant/components/homeassistant_hardware/translations/et.json +3 -29
  874. homeassistant/components/homeassistant_hardware/translations/fi.json +0 -10
  875. homeassistant/components/homeassistant_hardware/translations/fr.json +2 -29
  876. homeassistant/components/homeassistant_hardware/translations/fy.json +0 -3
  877. homeassistant/components/homeassistant_hardware/translations/ga.json +13 -0
  878. homeassistant/components/homeassistant_hardware/translations/he.json +0 -31
  879. homeassistant/components/homeassistant_hardware/translations/hu.json +2 -29
  880. homeassistant/components/homeassistant_hardware/translations/id.json +0 -31
  881. homeassistant/components/homeassistant_hardware/translations/it.json +7 -13
  882. homeassistant/components/homeassistant_hardware/translations/ja.json +2 -27
  883. homeassistant/components/homeassistant_hardware/translations/ko.json +0 -29
  884. homeassistant/components/homeassistant_hardware/translations/lt.json +19 -45
  885. homeassistant/components/homeassistant_hardware/translations/lv.json +0 -4
  886. homeassistant/components/homeassistant_hardware/translations/mk.json +12 -0
  887. homeassistant/components/homeassistant_hardware/translations/nl.json +2 -20
  888. homeassistant/components/homeassistant_hardware/translations/pt-BR.json +0 -4
  889. homeassistant/components/homeassistant_hardware/translations/pt.json +2 -29
  890. homeassistant/components/homeassistant_hardware/translations/ru.json +2 -29
  891. homeassistant/components/homeassistant_hardware/translations/sk.json +3 -29
  892. homeassistant/components/homeassistant_hardware/translations/sv.json +3 -29
  893. homeassistant/components/homeassistant_hardware/translations/tr.json +0 -31
  894. homeassistant/components/homeassistant_hardware/translations/uk.json +0 -3
  895. homeassistant/components/homeassistant_hardware/translations/vi.json +0 -3
  896. homeassistant/components/homeassistant_hardware/translations/zh-Hans.json +3 -29
  897. homeassistant/components/homeassistant_hardware/translations/zh-Hant.json +3 -29
  898. homeassistant/components/homeassistant_hardware/update.py +20 -68
  899. homeassistant/components/homeassistant_hardware/util.py +53 -2
  900. homeassistant/components/homeassistant_sky_connect/config_flow.py +44 -7
  901. homeassistant/components/homeassistant_sky_connect/strings.json +8 -46
  902. homeassistant/components/homeassistant_sky_connect/translations/bg.json +0 -10
  903. homeassistant/components/homeassistant_sky_connect/translations/ca.json +2 -44
  904. homeassistant/components/homeassistant_sky_connect/translations/cs.json +4 -46
  905. homeassistant/components/homeassistant_sky_connect/translations/da.json +0 -10
  906. homeassistant/components/homeassistant_sky_connect/translations/de.json +8 -46
  907. homeassistant/components/homeassistant_sky_connect/translations/el.json +8 -46
  908. homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +4 -46
  909. homeassistant/components/homeassistant_sky_connect/translations/en.json +8 -46
  910. homeassistant/components/homeassistant_sky_connect/translations/es.json +8 -46
  911. homeassistant/components/homeassistant_sky_connect/translations/et.json +8 -46
  912. homeassistant/components/homeassistant_sky_connect/translations/fi.json +0 -10
  913. homeassistant/components/homeassistant_sky_connect/translations/fr.json +6 -46
  914. homeassistant/components/homeassistant_sky_connect/translations/fy.json +0 -3
  915. homeassistant/components/homeassistant_sky_connect/translations/ga.json +18 -0
  916. homeassistant/components/homeassistant_sky_connect/translations/he.json +2 -46
  917. homeassistant/components/homeassistant_sky_connect/translations/hu.json +6 -46
  918. homeassistant/components/homeassistant_sky_connect/translations/id.json +2 -46
  919. homeassistant/components/homeassistant_sky_connect/translations/it.json +6 -16
  920. homeassistant/components/homeassistant_sky_connect/translations/ja.json +6 -46
  921. homeassistant/components/homeassistant_sky_connect/translations/ko.json +0 -21
  922. homeassistant/components/homeassistant_sky_connect/translations/lt.json +35 -73
  923. homeassistant/components/homeassistant_sky_connect/translations/lv.json +0 -3
  924. homeassistant/components/homeassistant_sky_connect/translations/mk.json +7 -0
  925. homeassistant/components/homeassistant_sky_connect/translations/nl.json +5 -23
  926. homeassistant/components/homeassistant_sky_connect/translations/pt-BR.json +0 -4
  927. homeassistant/components/homeassistant_sky_connect/translations/pt.json +6 -46
  928. homeassistant/components/homeassistant_sky_connect/translations/ru.json +6 -46
  929. homeassistant/components/homeassistant_sky_connect/translations/sk.json +8 -46
  930. homeassistant/components/homeassistant_sky_connect/translations/sv.json +8 -46
  931. homeassistant/components/homeassistant_sky_connect/translations/tr.json +2 -46
  932. homeassistant/components/homeassistant_sky_connect/translations/uk.json +0 -3
  933. homeassistant/components/homeassistant_sky_connect/translations/zh-Hans.json +8 -46
  934. homeassistant/components/homeassistant_sky_connect/translations/zh-Hant.json +8 -46
  935. homeassistant/components/homeassistant_yellow/config_flow.py +58 -3
  936. homeassistant/components/homeassistant_yellow/strings.json +4 -26
  937. homeassistant/components/homeassistant_yellow/translations/bg.json +0 -19
  938. homeassistant/components/homeassistant_yellow/translations/ca.json +1 -25
  939. homeassistant/components/homeassistant_yellow/translations/cs.json +2 -27
  940. homeassistant/components/homeassistant_yellow/translations/da.json +0 -10
  941. homeassistant/components/homeassistant_yellow/translations/de.json +4 -26
  942. homeassistant/components/homeassistant_yellow/translations/el.json +4 -26
  943. homeassistant/components/homeassistant_yellow/translations/en-GB.json +3 -27
  944. homeassistant/components/homeassistant_yellow/translations/en.json +5 -27
  945. homeassistant/components/homeassistant_yellow/translations/es.json +4 -26
  946. homeassistant/components/homeassistant_yellow/translations/et.json +4 -26
  947. homeassistant/components/homeassistant_yellow/translations/fi.json +0 -10
  948. homeassistant/components/homeassistant_yellow/translations/fr.json +3 -27
  949. homeassistant/components/homeassistant_yellow/translations/ga.json +9 -0
  950. homeassistant/components/homeassistant_yellow/translations/he.json +1 -27
  951. homeassistant/components/homeassistant_yellow/translations/hu.json +4 -27
  952. homeassistant/components/homeassistant_yellow/translations/id.json +1 -27
  953. homeassistant/components/homeassistant_yellow/translations/it.json +3 -14
  954. homeassistant/components/homeassistant_yellow/translations/ja.json +3 -27
  955. homeassistant/components/homeassistant_yellow/translations/ko.json +0 -22
  956. homeassistant/components/homeassistant_yellow/translations/lt.json +22 -44
  957. homeassistant/components/homeassistant_yellow/translations/nl.json +3 -19
  958. homeassistant/components/homeassistant_yellow/translations/pt-BR.json +0 -4
  959. homeassistant/components/homeassistant_yellow/translations/pt.json +3 -26
  960. homeassistant/components/homeassistant_yellow/translations/ru.json +3 -26
  961. homeassistant/components/homeassistant_yellow/translations/sk.json +4 -26
  962. homeassistant/components/homeassistant_yellow/translations/sv.json +4 -27
  963. homeassistant/components/homeassistant_yellow/translations/tr.json +1 -27
  964. homeassistant/components/homeassistant_yellow/translations/uk.json +0 -3
  965. homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +4 -26
  966. homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +4 -26
  967. homeassistant/components/homee/__init__.py +2 -1
  968. homeassistant/components/homee/climate.py +23 -9
  969. homeassistant/components/homee/config_flow.py +49 -0
  970. homeassistant/components/homee/diagnostics.py +43 -0
  971. homeassistant/components/homee/entity.py +5 -2
  972. homeassistant/components/homee/event.py +57 -21
  973. homeassistant/components/homee/lock.py +6 -2
  974. homeassistant/components/homee/manifest.json +1 -1
  975. homeassistant/components/homee/number.py +29 -0
  976. homeassistant/components/homee/select.py +5 -0
  977. homeassistant/components/homee/sensor.py +10 -0
  978. homeassistant/components/homee/siren.py +49 -0
  979. homeassistant/components/homee/strings.json +72 -2
  980. homeassistant/components/homee/switch.py +1 -0
  981. homeassistant/components/homee/translations/bg.json +19 -1
  982. homeassistant/components/homee/translations/cs.json +71 -1
  983. homeassistant/components/homee/translations/de.json +71 -1
  984. homeassistant/components/homee/translations/el.json +71 -1
  985. homeassistant/components/homee/translations/en-GB.json +71 -1
  986. homeassistant/components/homee/translations/en.json +71 -1
  987. homeassistant/components/homee/translations/es.json +71 -1
  988. homeassistant/components/homee/translations/et.json +71 -1
  989. homeassistant/components/homee/translations/fi.json +7 -0
  990. homeassistant/components/homee/translations/ga.json +68 -0
  991. homeassistant/components/homee/translations/he.json +7 -1
  992. homeassistant/components/homee/translations/hr.json +20 -1
  993. homeassistant/components/homee/translations/hu.json +72 -1
  994. homeassistant/components/homee/translations/id.json +7 -1
  995. homeassistant/components/homee/translations/it.json +67 -2
  996. homeassistant/components/homee/translations/ja.json +31 -1
  997. homeassistant/components/homee/translations/lt.json +71 -1
  998. homeassistant/components/homee/translations/nl.json +7 -1
  999. homeassistant/components/homee/translations/pt.json +71 -1
  1000. homeassistant/components/homee/translations/sk.json +71 -1
  1001. homeassistant/components/homee/translations/sv.json +63 -2
  1002. homeassistant/components/homee/translations/tr.json +62 -1
  1003. homeassistant/components/homee/translations/zh-Hans.json +71 -1
  1004. homeassistant/components/homee/translations/zh-Hant.json +71 -1
  1005. homeassistant/components/homekit_controller/config_flow.py +4 -5
  1006. homeassistant/components/homekit_controller/manifest.json +1 -1
  1007. homeassistant/components/homekit_controller/translations/it.json +4 -2
  1008. homeassistant/components/homematicip_cloud/__init__.py +3 -4
  1009. homeassistant/components/homematicip_cloud/climate.py +0 -2
  1010. homeassistant/components/homematicip_cloud/services.py +37 -54
  1011. homeassistant/components/homematicip_cloud/switch.py +29 -30
  1012. homeassistant/components/homewizard/__init__.py +2 -5
  1013. homeassistant/components/homewizard/const.py +7 -1
  1014. homeassistant/components/homewizard/helpers.py +6 -1
  1015. homeassistant/components/homewizard/manifest.json +1 -1
  1016. homeassistant/components/homewizard/select.py +89 -0
  1017. homeassistant/components/homewizard/strings.json +15 -2
  1018. homeassistant/components/homewizard/translations/cs.json +16 -2
  1019. homeassistant/components/homewizard/translations/de.json +16 -3
  1020. homeassistant/components/homewizard/translations/el.json +22 -0
  1021. homeassistant/components/homewizard/translations/en-GB.json +3 -2
  1022. homeassistant/components/homewizard/translations/en.json +13 -0
  1023. homeassistant/components/homewizard/translations/es.json +16 -2
  1024. homeassistant/components/homewizard/translations/et.json +14 -0
  1025. homeassistant/components/homewizard/translations/ga.json +15 -0
  1026. homeassistant/components/homewizard/translations/hu.json +19 -2
  1027. homeassistant/components/homewizard/translations/it.json +15 -0
  1028. homeassistant/components/homewizard/translations/lt.json +19 -2
  1029. homeassistant/components/homewizard/translations/nl.json +10 -0
  1030. homeassistant/components/homewizard/translations/pt.json +13 -0
  1031. homeassistant/components/homewizard/translations/sk.json +16 -2
  1032. homeassistant/components/homewizard/translations/sv.json +10 -0
  1033. homeassistant/components/homewizard/translations/tr.json +10 -0
  1034. homeassistant/components/homewizard/translations/zh-Hans.json +16 -2
  1035. homeassistant/components/homewizard/translations/zh-Hant.json +16 -2
  1036. homeassistant/components/honeywell/__init__.py +8 -16
  1037. homeassistant/components/honeywell/config_flow.py +6 -2
  1038. homeassistant/components/honeywell/manifest.json +1 -1
  1039. homeassistant/components/http/__init__.py +6 -5
  1040. homeassistant/components/http/auth.py +1 -1
  1041. homeassistant/components/http/ban.py +1 -2
  1042. homeassistant/components/http/cors.py +4 -4
  1043. homeassistant/components/huawei_lte/translations/it.json +5 -1
  1044. homeassistant/components/huawei_lte/translations/ko.json +1 -1
  1045. homeassistant/components/huawei_lte/translations/mk.json +5 -0
  1046. homeassistant/components/hue/__init__.py +15 -10
  1047. homeassistant/components/hue/services.py +17 -17
  1048. homeassistant/components/hue/translations/el.json +14 -2
  1049. homeassistant/components/humidifier/translations/it.json +6 -3
  1050. homeassistant/components/husqvarna_automower/button.py +3 -1
  1051. homeassistant/components/husqvarna_automower/const.py +12 -0
  1052. homeassistant/components/husqvarna_automower/lawn_mower.py +15 -5
  1053. homeassistant/components/husqvarna_automower/manifest.json +1 -1
  1054. homeassistant/components/husqvarna_automower/sensor.py +2 -16
  1055. homeassistant/components/husqvarna_automower/strings.json +7 -1
  1056. homeassistant/components/husqvarna_automower/translations/cs.json +6 -0
  1057. homeassistant/components/husqvarna_automower/translations/de.json +6 -0
  1058. homeassistant/components/husqvarna_automower/translations/el.json +6 -0
  1059. homeassistant/components/husqvarna_automower/translations/en-GB.json +6 -0
  1060. homeassistant/components/husqvarna_automower/translations/en.json +6 -0
  1061. homeassistant/components/husqvarna_automower/translations/es.json +6 -0
  1062. homeassistant/components/husqvarna_automower/translations/et.json +6 -0
  1063. homeassistant/components/husqvarna_automower/translations/fr.json +6 -0
  1064. homeassistant/components/husqvarna_automower/translations/ga.json +12 -0
  1065. homeassistant/components/husqvarna_automower/translations/he.json +6 -0
  1066. homeassistant/components/husqvarna_automower/translations/hu.json +6 -0
  1067. homeassistant/components/husqvarna_automower/translations/id.json +6 -0
  1068. homeassistant/components/husqvarna_automower/translations/it.json +3 -1
  1069. homeassistant/components/husqvarna_automower/translations/ja.json +6 -0
  1070. homeassistant/components/husqvarna_automower/translations/lt.json +6 -0
  1071. homeassistant/components/husqvarna_automower/translations/mk.json +12 -0
  1072. homeassistant/components/husqvarna_automower/translations/nl.json +122 -2
  1073. homeassistant/components/husqvarna_automower/translations/pt.json +6 -0
  1074. homeassistant/components/husqvarna_automower/translations/ru.json +6 -0
  1075. homeassistant/components/husqvarna_automower/translations/sk.json +6 -0
  1076. homeassistant/components/husqvarna_automower/translations/sv.json +6 -0
  1077. homeassistant/components/husqvarna_automower/translations/tr.json +6 -0
  1078. homeassistant/components/husqvarna_automower/translations/zh-Hans.json +6 -0
  1079. homeassistant/components/husqvarna_automower/translations/zh-Hant.json +6 -0
  1080. homeassistant/components/husqvarna_automower_ble/__init__.py +4 -2
  1081. homeassistant/components/husqvarna_automower_ble/coordinator.py +5 -4
  1082. homeassistant/components/husqvarna_automower_ble/lawn_mower.py +3 -3
  1083. homeassistant/components/husqvarna_automower_ble/translations/nl.json +12 -0
  1084. homeassistant/components/hyperion/manifest.json +1 -1
  1085. homeassistant/components/hyperion/strings.json +3 -0
  1086. homeassistant/components/hyperion/switch.py +3 -0
  1087. homeassistant/components/hyperion/translations/cs.json +3 -0
  1088. homeassistant/components/hyperion/translations/de.json +3 -0
  1089. homeassistant/components/hyperion/translations/el.json +3 -0
  1090. homeassistant/components/hyperion/translations/en.json +3 -0
  1091. homeassistant/components/hyperion/translations/es.json +3 -0
  1092. homeassistant/components/hyperion/translations/et.json +3 -0
  1093. homeassistant/components/hyperion/translations/ga.json +9 -1
  1094. homeassistant/components/hyperion/translations/hu.json +3 -0
  1095. homeassistant/components/hyperion/translations/lt.json +3 -0
  1096. homeassistant/components/hyperion/translations/pt.json +3 -0
  1097. homeassistant/components/hyperion/translations/sk.json +3 -0
  1098. homeassistant/components/hyperion/translations/sv.json +3 -0
  1099. homeassistant/components/hyperion/translations/tr.json +3 -0
  1100. homeassistant/components/hyperion/translations/zh-Hans.json +3 -0
  1101. homeassistant/components/hyperion/translations/zh-Hant.json +3 -0
  1102. homeassistant/components/icloud/__init__.py +14 -3
  1103. homeassistant/components/icloud/services.py +4 -3
  1104. homeassistant/components/icloud/translations/ko.json +1 -1
  1105. homeassistant/components/idasen_desk/translations/ga.json +11 -0
  1106. homeassistant/components/image/__init__.py +34 -3
  1107. homeassistant/components/imap/translations/fr.json +2 -0
  1108. homeassistant/components/imeon_inverter/entity.py +40 -0
  1109. homeassistant/components/imeon_inverter/sensor.py +6 -32
  1110. homeassistant/components/imgw_pib/config_flow.py +3 -1
  1111. homeassistant/components/imgw_pib/manifest.json +1 -1
  1112. homeassistant/components/imgw_pib/translations/el.json +3 -0
  1113. homeassistant/components/immich/__init__.py +2 -1
  1114. homeassistant/components/immich/coordinator.py +11 -1
  1115. homeassistant/components/immich/manifest.json +1 -1
  1116. homeassistant/components/immich/strings.json +5 -0
  1117. homeassistant/components/immich/translations/bg.json +5 -0
  1118. homeassistant/components/immich/translations/cs.json +5 -0
  1119. homeassistant/components/immich/translations/de.json +5 -0
  1120. homeassistant/components/immich/translations/el.json +7 -0
  1121. homeassistant/components/immich/translations/en.json +5 -0
  1122. homeassistant/components/immich/translations/es.json +5 -0
  1123. homeassistant/components/immich/translations/et.json +5 -0
  1124. homeassistant/components/immich/translations/ga.json +5 -0
  1125. homeassistant/components/immich/translations/hu.json +5 -0
  1126. homeassistant/components/immich/translations/id.json +6 -0
  1127. homeassistant/components/immich/translations/ja.json +9 -0
  1128. homeassistant/components/immich/translations/lt.json +5 -0
  1129. homeassistant/components/immich/translations/nl.json +5 -0
  1130. homeassistant/components/immich/translations/pt.json +5 -0
  1131. homeassistant/components/immich/translations/ru.json +5 -0
  1132. homeassistant/components/immich/translations/sk.json +5 -0
  1133. homeassistant/components/immich/translations/sv.json +5 -0
  1134. homeassistant/components/immich/translations/tr.json +5 -0
  1135. homeassistant/components/immich/translations/zh-Hans.json +5 -0
  1136. homeassistant/components/immich/translations/zh-Hant.json +5 -0
  1137. homeassistant/components/immich/update.py +57 -0
  1138. homeassistant/components/incomfort/translations/it.json +2 -1
  1139. homeassistant/components/input_boolean/translations/it.json +2 -2
  1140. homeassistant/components/input_number/translations/sv.json +2 -2
  1141. homeassistant/components/input_select/translations/sv.json +6 -6
  1142. homeassistant/components/input_text/translations/sv.json +1 -1
  1143. homeassistant/components/insteon/__init__.py +2 -2
  1144. homeassistant/components/insteon/services.py +291 -0
  1145. homeassistant/components/insteon/translations/el.json +1 -0
  1146. homeassistant/components/insteon/utils.py +4 -276
  1147. homeassistant/components/intellifire/translations/mk.json +7 -0
  1148. homeassistant/components/intent/timers.py +3 -2
  1149. homeassistant/components/iotty/strings.json +7 -1
  1150. homeassistant/components/iotty/translations/cs.json +6 -0
  1151. homeassistant/components/iotty/translations/de.json +6 -0
  1152. homeassistant/components/iotty/translations/el.json +6 -0
  1153. homeassistant/components/iotty/translations/en-GB.json +6 -0
  1154. homeassistant/components/iotty/translations/en.json +6 -0
  1155. homeassistant/components/iotty/translations/es.json +6 -0
  1156. homeassistant/components/iotty/translations/et.json +6 -0
  1157. homeassistant/components/iotty/translations/fr.json +14 -1
  1158. homeassistant/components/iotty/translations/ga.json +14 -1
  1159. homeassistant/components/iotty/translations/he.json +6 -0
  1160. homeassistant/components/iotty/translations/hu.json +6 -0
  1161. homeassistant/components/iotty/translations/id.json +6 -0
  1162. homeassistant/components/iotty/translations/it.json +6 -0
  1163. homeassistant/components/iotty/translations/ja.json +6 -0
  1164. homeassistant/components/iotty/translations/lt.json +6 -0
  1165. homeassistant/components/iotty/translations/mk.json +14 -1
  1166. homeassistant/components/iotty/translations/pt.json +6 -0
  1167. homeassistant/components/iotty/translations/ru.json +6 -0
  1168. homeassistant/components/iotty/translations/sk.json +6 -0
  1169. homeassistant/components/iotty/translations/sv.json +6 -0
  1170. homeassistant/components/iotty/translations/tr.json +6 -0
  1171. homeassistant/components/iotty/translations/zh-Hans.json +6 -0
  1172. homeassistant/components/iotty/translations/zh-Hant.json +6 -0
  1173. homeassistant/components/ipp/translations/it.json +2 -1
  1174. homeassistant/components/iqvia/manifest.json +1 -1
  1175. homeassistant/components/iron_os/manifest.json +1 -1
  1176. homeassistant/components/iron_os/translations/ga.json +101 -1
  1177. homeassistant/components/iron_os/translations/it.json +12 -6
  1178. homeassistant/components/iron_os/translations/sv.json +1 -1
  1179. homeassistant/components/israel_rail/translations/el.json +1 -1
  1180. homeassistant/components/ista_ecotrend/manifest.json +1 -0
  1181. homeassistant/components/ista_ecotrend/quality_scale.yaml +14 -6
  1182. homeassistant/components/ista_ecotrend/translations/ga.json +7 -0
  1183. homeassistant/components/ista_ecotrend/util.py +14 -14
  1184. homeassistant/components/isy994/__init__.py +10 -7
  1185. homeassistant/components/isy994/services.py +0 -19
  1186. homeassistant/components/ituran/translations/ga.json +57 -0
  1187. homeassistant/components/jellyfin/client_wrapper.py +1 -2
  1188. homeassistant/components/jellyfin/coordinator.py +3 -0
  1189. homeassistant/components/jellyfin/manifest.json +1 -2
  1190. homeassistant/components/jellyfin/media_source.py +3 -3
  1191. homeassistant/components/jellyfin/translations/ga.json +9 -0
  1192. homeassistant/components/jellyfin/translations/ko.json +1 -1
  1193. homeassistant/components/jewish_calendar/__init__.py +1 -1
  1194. homeassistant/components/jewish_calendar/{service.py → services.py} +2 -0
  1195. homeassistant/components/juicenet/__init__.py +20 -93
  1196. homeassistant/components/juicenet/config_flow.py +1 -72
  1197. homeassistant/components/juicenet/const.py +0 -3
  1198. homeassistant/components/juicenet/manifest.json +3 -4
  1199. homeassistant/components/juicenet/strings.json +4 -37
  1200. homeassistant/components/juicenet/translations/bg.json +1 -17
  1201. homeassistant/components/juicenet/translations/ca.json +1 -41
  1202. homeassistant/components/juicenet/translations/cs.json +4 -37
  1203. homeassistant/components/juicenet/translations/da.json +1 -19
  1204. homeassistant/components/juicenet/translations/de.json +4 -37
  1205. homeassistant/components/juicenet/translations/el.json +4 -17
  1206. homeassistant/components/juicenet/translations/en-GB.json +1 -41
  1207. homeassistant/components/juicenet/translations/en.json +4 -37
  1208. homeassistant/components/juicenet/translations/es.json +4 -37
  1209. homeassistant/components/juicenet/translations/et.json +4 -37
  1210. homeassistant/components/juicenet/translations/fi.json +1 -41
  1211. homeassistant/components/juicenet/translations/fr.json +1 -21
  1212. homeassistant/components/juicenet/translations/ga.json +8 -0
  1213. homeassistant/components/juicenet/translations/he.json +1 -20
  1214. homeassistant/components/juicenet/translations/hu.json +4 -37
  1215. homeassistant/components/juicenet/translations/id.json +1 -21
  1216. homeassistant/components/juicenet/translations/it.json +4 -37
  1217. homeassistant/components/juicenet/translations/ja.json +4 -37
  1218. homeassistant/components/juicenet/translations/ko.json +1 -41
  1219. homeassistant/components/juicenet/translations/lb.json +1 -21
  1220. homeassistant/components/juicenet/translations/lt.json +4 -37
  1221. homeassistant/components/juicenet/translations/mk.json +1 -9
  1222. homeassistant/components/juicenet/translations/nb.json +1 -21
  1223. homeassistant/components/juicenet/translations/nl.json +1 -21
  1224. homeassistant/components/juicenet/translations/pl.json +1 -21
  1225. homeassistant/components/juicenet/translations/pt-BR.json +1 -33
  1226. homeassistant/components/juicenet/translations/pt.json +4 -37
  1227. homeassistant/components/juicenet/translations/ro.json +1 -41
  1228. homeassistant/components/juicenet/translations/ru.json +1 -41
  1229. homeassistant/components/juicenet/translations/sk.json +4 -37
  1230. homeassistant/components/juicenet/translations/sl.json +1 -21
  1231. homeassistant/components/juicenet/translations/sv.json +1 -41
  1232. homeassistant/components/juicenet/translations/tr.json +1 -41
  1233. homeassistant/components/juicenet/translations/uk.json +1 -21
  1234. homeassistant/components/juicenet/translations/vi.json +1 -21
  1235. homeassistant/components/juicenet/translations/zh-Hans.json +4 -37
  1236. homeassistant/components/juicenet/translations/zh-Hant.json +4 -37
  1237. homeassistant/components/justnimbus/__init__.py +6 -9
  1238. homeassistant/components/justnimbus/coordinator.py +6 -2
  1239. homeassistant/components/justnimbus/sensor.py +3 -6
  1240. homeassistant/components/jvc_projector/translations/it.json +2 -1
  1241. homeassistant/components/jvc_projector/translations/ko.json +1 -1
  1242. homeassistant/components/kaleidescape/__init__.py +13 -17
  1243. homeassistant/components/kaleidescape/media_player.py +6 -12
  1244. homeassistant/components/kaleidescape/remote.py +7 -12
  1245. homeassistant/components/kaleidescape/sensor.py +9 -14
  1246. homeassistant/components/keenetic_ndms2/__init__.py +10 -19
  1247. homeassistant/components/keenetic_ndms2/binary_sensor.py +3 -7
  1248. homeassistant/components/keenetic_ndms2/config_flow.py +26 -18
  1249. homeassistant/components/keenetic_ndms2/const.py +0 -2
  1250. homeassistant/components/keenetic_ndms2/device_tracker.py +3 -5
  1251. homeassistant/components/keenetic_ndms2/router.py +3 -1
  1252. homeassistant/components/keenetic_ndms2/strings.json +4 -0
  1253. homeassistant/components/keenetic_ndms2/translations/bg.json +3 -0
  1254. homeassistant/components/keenetic_ndms2/translations/cs.json +4 -0
  1255. homeassistant/components/keenetic_ndms2/translations/de.json +4 -0
  1256. homeassistant/components/keenetic_ndms2/translations/el.json +4 -0
  1257. homeassistant/components/keenetic_ndms2/translations/en.json +4 -0
  1258. homeassistant/components/keenetic_ndms2/translations/es.json +4 -0
  1259. homeassistant/components/keenetic_ndms2/translations/et.json +4 -0
  1260. homeassistant/components/keenetic_ndms2/translations/ga.json +7 -0
  1261. homeassistant/components/keenetic_ndms2/translations/hu.json +4 -0
  1262. homeassistant/components/keenetic_ndms2/translations/id.json +3 -0
  1263. homeassistant/components/keenetic_ndms2/translations/it.json +4 -0
  1264. homeassistant/components/keenetic_ndms2/translations/ja.json +4 -0
  1265. homeassistant/components/keenetic_ndms2/translations/lt.json +4 -0
  1266. homeassistant/components/keenetic_ndms2/translations/nl.json +3 -0
  1267. homeassistant/components/keenetic_ndms2/translations/pt.json +4 -0
  1268. homeassistant/components/keenetic_ndms2/translations/sk.json +4 -0
  1269. homeassistant/components/keenetic_ndms2/translations/sv.json +3 -0
  1270. homeassistant/components/keenetic_ndms2/translations/zh-Hans.json +4 -0
  1271. homeassistant/components/keenetic_ndms2/translations/zh-Hant.json +4 -0
  1272. homeassistant/components/kegtron/__init__.py +12 -16
  1273. homeassistant/components/kegtron/sensor.py +3 -7
  1274. homeassistant/components/keymitt_ble/__init__.py +5 -14
  1275. homeassistant/components/keymitt_ble/coordinator.py +4 -3
  1276. homeassistant/components/keymitt_ble/entity.py +1 -1
  1277. homeassistant/components/keymitt_ble/switch.py +3 -6
  1278. homeassistant/components/kitchen_sink/translations/ga.json +13 -0
  1279. homeassistant/components/kmtronic/__init__.py +10 -45
  1280. homeassistant/components/kmtronic/const.py +0 -5
  1281. homeassistant/components/kmtronic/coordinator.py +50 -0
  1282. homeassistant/components/kmtronic/switch.py +5 -5
  1283. homeassistant/components/knx/manifest.json +1 -0
  1284. homeassistant/components/knx/quality_scale.yaml +11 -8
  1285. homeassistant/components/knx/services.py +14 -4
  1286. homeassistant/components/knx/strings.json +15 -1
  1287. homeassistant/components/knx/translations/bg.json +5 -0
  1288. homeassistant/components/knx/translations/cs.json +14 -0
  1289. homeassistant/components/knx/translations/de.json +14 -0
  1290. homeassistant/components/knx/translations/el.json +17 -2
  1291. homeassistant/components/knx/translations/en-GB.json +14 -0
  1292. homeassistant/components/knx/translations/en.json +14 -0
  1293. homeassistant/components/knx/translations/es.json +14 -0
  1294. homeassistant/components/knx/translations/et.json +14 -0
  1295. homeassistant/components/knx/translations/fr.json +5 -0
  1296. homeassistant/components/knx/translations/ga.json +14 -0
  1297. homeassistant/components/knx/translations/hu.json +14 -0
  1298. homeassistant/components/knx/translations/it.json +17 -1
  1299. homeassistant/components/knx/translations/ja.json +11 -0
  1300. homeassistant/components/knx/translations/lt.json +14 -0
  1301. homeassistant/components/knx/translations/pt.json +14 -0
  1302. homeassistant/components/knx/translations/sk.json +14 -0
  1303. homeassistant/components/knx/translations/sv.json +14 -0
  1304. homeassistant/components/knx/translations/tr.json +11 -0
  1305. homeassistant/components/knx/translations/zh-Hans.json +14 -0
  1306. homeassistant/components/knx/translations/zh-Hant.json +14 -0
  1307. homeassistant/components/kodi/__init__.py +19 -21
  1308. homeassistant/components/kodi/const.py +0 -4
  1309. homeassistant/components/kodi/media_player.py +5 -8
  1310. homeassistant/components/konnected/__init__.py +1 -8
  1311. homeassistant/components/konnected/const.py +0 -2
  1312. homeassistant/components/kostal_plenticore/__init__.py +6 -13
  1313. homeassistant/components/kostal_plenticore/coordinator.py +6 -4
  1314. homeassistant/components/kostal_plenticore/diagnostics.py +3 -5
  1315. homeassistant/components/kostal_plenticore/number.py +3 -5
  1316. homeassistant/components/kostal_plenticore/select.py +3 -5
  1317. homeassistant/components/kostal_plenticore/sensor.py +3 -5
  1318. homeassistant/components/kostal_plenticore/switch.py +3 -5
  1319. homeassistant/components/lacrosse_view/__init__.py +5 -12
  1320. homeassistant/components/lacrosse_view/coordinator.py +4 -2
  1321. homeassistant/components/lacrosse_view/diagnostics.py +3 -8
  1322. homeassistant/components/lacrosse_view/sensor.py +4 -7
  1323. homeassistant/components/lamarzocco/entity.py +19 -1
  1324. homeassistant/components/lamarzocco/number.py +0 -4
  1325. homeassistant/components/lamarzocco/sensor.py +2 -4
  1326. homeassistant/components/lamarzocco/translations/el.json +1 -0
  1327. homeassistant/components/lamarzocco/translations/it.json +5 -0
  1328. homeassistant/components/lamarzocco/translations/sv.json +3 -3
  1329. homeassistant/components/lametric/__init__.py +6 -8
  1330. homeassistant/components/lametric/button.py +3 -5
  1331. homeassistant/components/lametric/const.py +1 -0
  1332. homeassistant/components/lametric/coordinator.py +4 -2
  1333. homeassistant/components/lametric/diagnostics.py +3 -5
  1334. homeassistant/components/lametric/entity.py +8 -3
  1335. homeassistant/components/lametric/helpers.py +5 -11
  1336. homeassistant/components/lametric/manifest.json +1 -1
  1337. homeassistant/components/lametric/notify.py +8 -6
  1338. homeassistant/components/lametric/number.py +3 -5
  1339. homeassistant/components/lametric/quality_scale.yaml +2 -1
  1340. homeassistant/components/lametric/select.py +3 -5
  1341. homeassistant/components/lametric/sensor.py +3 -5
  1342. homeassistant/components/lametric/strings.json +7 -1
  1343. homeassistant/components/lametric/switch.py +3 -5
  1344. homeassistant/components/lametric/translations/cs.json +6 -0
  1345. homeassistant/components/lametric/translations/de.json +6 -0
  1346. homeassistant/components/lametric/translations/el.json +6 -0
  1347. homeassistant/components/lametric/translations/en-GB.json +6 -0
  1348. homeassistant/components/lametric/translations/en.json +6 -0
  1349. homeassistant/components/lametric/translations/es.json +6 -0
  1350. homeassistant/components/lametric/translations/et.json +6 -0
  1351. homeassistant/components/lametric/translations/fr.json +6 -0
  1352. homeassistant/components/lametric/translations/ga.json +20 -0
  1353. homeassistant/components/lametric/translations/he.json +6 -0
  1354. homeassistant/components/lametric/translations/hu.json +6 -0
  1355. homeassistant/components/lametric/translations/id.json +6 -0
  1356. homeassistant/components/lametric/translations/it.json +11 -1
  1357. homeassistant/components/lametric/translations/ja.json +6 -0
  1358. homeassistant/components/lametric/translations/lt.json +6 -0
  1359. homeassistant/components/lametric/translations/mk.json +12 -0
  1360. homeassistant/components/lametric/translations/pt.json +6 -0
  1361. homeassistant/components/lametric/translations/ru.json +6 -0
  1362. homeassistant/components/lametric/translations/sk.json +6 -0
  1363. homeassistant/components/lametric/translations/sv.json +8 -2
  1364. homeassistant/components/lametric/translations/tr.json +6 -0
  1365. homeassistant/components/lametric/translations/zh-Hans.json +6 -0
  1366. homeassistant/components/lametric/translations/zh-Hant.json +6 -0
  1367. homeassistant/components/lametric/update.py +46 -0
  1368. homeassistant/components/landisgyr_heat_meter/__init__.py +8 -10
  1369. homeassistant/components/landisgyr_heat_meter/coordinator.py +7 -2
  1370. homeassistant/components/landisgyr_heat_meter/sensor.py +8 -13
  1371. homeassistant/components/lastfm/__init__.py +6 -8
  1372. homeassistant/components/lastfm/config_flow.py +5 -7
  1373. homeassistant/components/lastfm/coordinator.py +2 -0
  1374. homeassistant/components/lastfm/sensor.py +3 -4
  1375. homeassistant/components/laundrify/__init__.py +6 -14
  1376. homeassistant/components/laundrify/binary_sensor.py +3 -6
  1377. homeassistant/components/laundrify/coordinator.py +2 -0
  1378. homeassistant/components/laundrify/sensor.py +3 -6
  1379. homeassistant/components/laundrify/translations/ko.json +1 -1
  1380. homeassistant/components/lawn_mower/translations/it.json +1 -0
  1381. homeassistant/components/lcn/__init__.py +22 -27
  1382. homeassistant/components/lcn/binary_sensor.py +10 -15
  1383. homeassistant/components/lcn/climate.py +5 -8
  1384. homeassistant/components/lcn/const.py +0 -4
  1385. homeassistant/components/lcn/cover.py +6 -9
  1386. homeassistant/components/lcn/entity.py +2 -2
  1387. homeassistant/components/lcn/helpers.py +28 -10
  1388. homeassistant/components/lcn/light.py +6 -9
  1389. homeassistant/components/lcn/manifest.json +2 -1
  1390. homeassistant/components/lcn/quality_scale.yaml +77 -0
  1391. homeassistant/components/lcn/scene.py +5 -7
  1392. homeassistant/components/lcn/sensor.py +8 -9
  1393. homeassistant/components/lcn/services.py +18 -7
  1394. homeassistant/components/lcn/switch.py +9 -18
  1395. homeassistant/components/lcn/translations/cs.json +0 -3
  1396. homeassistant/components/lcn/translations/de.json +1 -1
  1397. homeassistant/components/lcn/translations/el.json +1 -1
  1398. homeassistant/components/lcn/translations/en-GB.json +0 -3
  1399. homeassistant/components/lcn/translations/en.json +1 -1
  1400. homeassistant/components/lcn/translations/es.json +1 -1
  1401. homeassistant/components/lcn/translations/et.json +0 -3
  1402. homeassistant/components/lcn/translations/ga.json +123 -0
  1403. homeassistant/components/lcn/translations/hu.json +0 -3
  1404. homeassistant/components/lcn/translations/ja.json +0 -3
  1405. homeassistant/components/lcn/translations/lt.json +0 -3
  1406. homeassistant/components/lcn/translations/pt-BR.json +0 -3
  1407. homeassistant/components/lcn/translations/pt.json +0 -3
  1408. homeassistant/components/lcn/translations/ru.json +0 -3
  1409. homeassistant/components/lcn/translations/sk.json +1 -1
  1410. homeassistant/components/lcn/translations/sv.json +1 -4
  1411. homeassistant/components/lcn/translations/tr.json +0 -3
  1412. homeassistant/components/lcn/translations/zh-Hans.json +0 -3
  1413. homeassistant/components/lcn/translations/zh-Hant.json +0 -3
  1414. homeassistant/components/lcn/websocket.py +18 -22
  1415. homeassistant/components/ld2410_ble/__init__.py +9 -13
  1416. homeassistant/components/ld2410_ble/binary_sensor.py +3 -5
  1417. homeassistant/components/ld2410_ble/coordinator.py +11 -3
  1418. homeassistant/components/ld2410_ble/manifest.json +1 -1
  1419. homeassistant/components/ld2410_ble/models.py +4 -0
  1420. homeassistant/components/ld2410_ble/sensor.py +6 -6
  1421. homeassistant/components/leaone/__init__.py +12 -16
  1422. homeassistant/components/leaone/sensor.py +3 -7
  1423. homeassistant/components/led_ble/__init__.py +8 -13
  1424. homeassistant/components/led_ble/light.py +4 -5
  1425. homeassistant/components/led_ble/manifest.json +1 -1
  1426. homeassistant/components/led_ble/models.py +3 -0
  1427. homeassistant/components/lektrico/translations/it.json +5 -1
  1428. homeassistant/components/letpot/coordinator.py +2 -0
  1429. homeassistant/components/letpot/quality_scale.yaml +3 -3
  1430. homeassistant/components/lg_netcast/__init__.py +16 -10
  1431. homeassistant/components/lg_netcast/device_trigger.py +7 -8
  1432. homeassistant/components/lg_netcast/media_player.py +5 -10
  1433. homeassistant/components/lg_thinq/manifest.json +2 -1
  1434. homeassistant/components/lg_thinq/translations/bg.json +1 -5
  1435. homeassistant/components/lg_thinq/translations/cs.json +1 -3
  1436. homeassistant/components/lg_thinq/translations/el.json +3 -1
  1437. homeassistant/components/lg_thinq/translations/et.json +1 -1
  1438. homeassistant/components/lg_thinq/translations/hu.json +1 -3
  1439. homeassistant/components/lg_thinq/translations/it.json +77 -21
  1440. homeassistant/components/lg_thinq/translations/ja.json +1 -5
  1441. homeassistant/components/lg_thinq/translations/ko.json +1 -5
  1442. homeassistant/components/lg_thinq/translations/lt.json +1 -1
  1443. homeassistant/components/lg_thinq/translations/nl.json +1 -3
  1444. homeassistant/components/lg_thinq/translations/pt-BR.json +1 -5
  1445. homeassistant/components/lg_thinq/translations/pt.json +1 -3
  1446. homeassistant/components/lg_thinq/translations/ru.json +1 -3
  1447. homeassistant/components/lg_thinq/translations/sk.json +1 -1
  1448. homeassistant/components/lg_thinq/translations/sv.json +6 -8
  1449. homeassistant/components/lg_thinq/translations/tr.json +1 -5
  1450. homeassistant/components/lg_thinq/vacuum.py +2 -1
  1451. homeassistant/components/lidarr/translations/ko.json +1 -1
  1452. homeassistant/components/lifx/__init__.py +10 -15
  1453. homeassistant/components/lifx/binary_sensor.py +4 -5
  1454. homeassistant/components/lifx/button.py +4 -6
  1455. homeassistant/components/lifx/const.py +9 -1
  1456. homeassistant/components/lifx/coordinator.py +4 -2
  1457. homeassistant/components/lifx/diagnostics.py +4 -5
  1458. homeassistant/components/lifx/light.py +5 -7
  1459. homeassistant/components/lifx/manager.py +7 -9
  1460. homeassistant/components/lifx/migration.py +3 -3
  1461. homeassistant/components/lifx/select.py +4 -10
  1462. homeassistant/components/lifx/sensor.py +4 -5
  1463. homeassistant/components/lifx/translations/el.json +2 -1
  1464. homeassistant/components/lifx/util.py +6 -4
  1465. homeassistant/components/light/translations/it.json +6 -3
  1466. homeassistant/components/linear_garage_door/__init__.py +6 -10
  1467. homeassistant/components/linear_garage_door/coordinator.py +4 -2
  1468. homeassistant/components/linear_garage_door/cover.py +3 -5
  1469. homeassistant/components/linear_garage_door/diagnostics.py +3 -5
  1470. homeassistant/components/linear_garage_door/light.py +3 -5
  1471. homeassistant/components/litterrobot/icons.json +3 -0
  1472. homeassistant/components/litterrobot/manifest.json +1 -1
  1473. homeassistant/components/litterrobot/sensor.py +8 -0
  1474. homeassistant/components/litterrobot/strings.json +4 -0
  1475. homeassistant/components/litterrobot/translations/bg.json +4 -0
  1476. homeassistant/components/litterrobot/translations/cs.json +4 -1
  1477. homeassistant/components/litterrobot/translations/de.json +4 -0
  1478. homeassistant/components/litterrobot/translations/el.json +5 -0
  1479. homeassistant/components/litterrobot/translations/en.json +4 -0
  1480. homeassistant/components/litterrobot/translations/es.json +4 -0
  1481. homeassistant/components/litterrobot/translations/et.json +5 -1
  1482. homeassistant/components/litterrobot/translations/ga.json +4 -1
  1483. homeassistant/components/litterrobot/translations/hu.json +4 -1
  1484. homeassistant/components/litterrobot/translations/it.json +18 -3
  1485. homeassistant/components/litterrobot/translations/ko.json +1 -1
  1486. homeassistant/components/litterrobot/translations/lt.json +4 -0
  1487. homeassistant/components/litterrobot/translations/nl.json +0 -1
  1488. homeassistant/components/litterrobot/translations/pt-BR.json +0 -1
  1489. homeassistant/components/litterrobot/translations/pt.json +4 -1
  1490. homeassistant/components/litterrobot/translations/ru.json +0 -1
  1491. homeassistant/components/litterrobot/translations/sensor.it.json +1 -1
  1492. homeassistant/components/litterrobot/translations/sensor.sv.json +16 -16
  1493. homeassistant/components/litterrobot/translations/sk.json +4 -0
  1494. homeassistant/components/litterrobot/translations/sv.json +13 -10
  1495. homeassistant/components/litterrobot/translations/tr.json +0 -1
  1496. homeassistant/components/litterrobot/translations/zh-Hans.json +4 -0
  1497. homeassistant/components/litterrobot/translations/zh-Hant.json +5 -0
  1498. homeassistant/components/livisi/__init__.py +6 -13
  1499. homeassistant/components/livisi/binary_sensor.py +6 -7
  1500. homeassistant/components/livisi/climate.py +4 -6
  1501. homeassistant/components/livisi/coordinator.py +4 -2
  1502. homeassistant/components/livisi/entity.py +2 -3
  1503. homeassistant/components/livisi/switch.py +5 -6
  1504. homeassistant/components/local_calendar/__init__.py +14 -15
  1505. homeassistant/components/local_calendar/calendar.py +4 -4
  1506. homeassistant/components/local_calendar/diagnostics.py +3 -4
  1507. homeassistant/components/lookin/__init__.py +6 -8
  1508. homeassistant/components/lookin/climate.py +4 -5
  1509. homeassistant/components/lookin/coordinator.py +6 -3
  1510. homeassistant/components/lookin/light.py +4 -5
  1511. homeassistant/components/lookin/media_player.py +4 -5
  1512. homeassistant/components/lookin/models.py +4 -0
  1513. homeassistant/components/lookin/sensor.py +3 -5
  1514. homeassistant/components/loqed/__init__.py +7 -17
  1515. homeassistant/components/loqed/coordinator.py +7 -3
  1516. homeassistant/components/loqed/lock.py +3 -7
  1517. homeassistant/components/loqed/sensor.py +3 -5
  1518. homeassistant/components/luftdaten/__init__.py +7 -37
  1519. homeassistant/components/luftdaten/coordinator.py +58 -0
  1520. homeassistant/components/luftdaten/diagnostics.py +4 -7
  1521. homeassistant/components/luftdaten/sensor.py +5 -8
  1522. homeassistant/components/lupusec/__init__.py +4 -4
  1523. homeassistant/components/lupusec/alarm_control_panel.py +4 -4
  1524. homeassistant/components/lupusec/binary_sensor.py +3 -4
  1525. homeassistant/components/lupusec/switch.py +3 -4
  1526. homeassistant/components/lutron/__init__.py +8 -3
  1527. homeassistant/components/lutron/binary_sensor.py +3 -7
  1528. homeassistant/components/lutron/config_flow.py +3 -7
  1529. homeassistant/components/lutron/cover.py +3 -4
  1530. homeassistant/components/lutron/event.py +3 -4
  1531. homeassistant/components/lutron/fan.py +3 -7
  1532. homeassistant/components/lutron/light.py +3 -3
  1533. homeassistant/components/lutron/scene.py +3 -4
  1534. homeassistant/components/lutron/switch.py +3 -4
  1535. homeassistant/components/lutron_caseta/translations/it.json +2 -2
  1536. homeassistant/components/lyric/__init__.py +8 -65
  1537. homeassistant/components/lyric/climate.py +5 -8
  1538. homeassistant/components/lyric/coordinator.py +89 -0
  1539. homeassistant/components/lyric/entity.py +6 -8
  1540. homeassistant/components/lyric/sensor.py +5 -8
  1541. homeassistant/components/lyric/strings.json +7 -1
  1542. homeassistant/components/lyric/translations/cs.json +6 -0
  1543. homeassistant/components/lyric/translations/de.json +6 -0
  1544. homeassistant/components/lyric/translations/el.json +6 -0
  1545. homeassistant/components/lyric/translations/en-GB.json +6 -0
  1546. homeassistant/components/lyric/translations/en.json +6 -0
  1547. homeassistant/components/lyric/translations/es.json +6 -0
  1548. homeassistant/components/lyric/translations/et.json +6 -0
  1549. homeassistant/components/lyric/translations/fr.json +6 -0
  1550. homeassistant/components/lyric/translations/ga.json +12 -0
  1551. homeassistant/components/lyric/translations/he.json +6 -0
  1552. homeassistant/components/lyric/translations/hu.json +6 -0
  1553. homeassistant/components/lyric/translations/id.json +6 -0
  1554. homeassistant/components/lyric/translations/it.json +12 -0
  1555. homeassistant/components/lyric/translations/ja.json +6 -0
  1556. homeassistant/components/lyric/translations/ko.json +1 -1
  1557. homeassistant/components/lyric/translations/lt.json +6 -0
  1558. homeassistant/components/lyric/translations/mk.json +14 -1
  1559. homeassistant/components/lyric/translations/pt.json +6 -0
  1560. homeassistant/components/lyric/translations/ru.json +6 -0
  1561. homeassistant/components/lyric/translations/sk.json +6 -0
  1562. homeassistant/components/lyric/translations/sv.json +6 -0
  1563. homeassistant/components/lyric/translations/tr.json +6 -0
  1564. homeassistant/components/lyric/translations/zh-Hans.json +6 -0
  1565. homeassistant/components/lyric/translations/zh-Hant.json +6 -0
  1566. homeassistant/components/matrix/__init__.py +4 -30
  1567. homeassistant/components/matrix/const.py +5 -0
  1568. homeassistant/components/matrix/services.py +61 -0
  1569. homeassistant/components/matter/binary_sensor.py +30 -0
  1570. homeassistant/components/matter/icons.json +15 -0
  1571. homeassistant/components/matter/light.py +2 -2
  1572. homeassistant/components/matter/sensor.py +89 -6
  1573. homeassistant/components/matter/strings.json +32 -0
  1574. homeassistant/components/matter/translations/bg.json +9 -0
  1575. homeassistant/components/matter/translations/cs.json +32 -0
  1576. homeassistant/components/matter/translations/de.json +32 -0
  1577. homeassistant/components/matter/translations/el.json +32 -0
  1578. homeassistant/components/matter/translations/en.json +32 -0
  1579. homeassistant/components/matter/translations/es.json +32 -0
  1580. homeassistant/components/matter/translations/et.json +32 -0
  1581. homeassistant/components/matter/translations/fi.json +9 -0
  1582. homeassistant/components/matter/translations/fr.json +3 -0
  1583. homeassistant/components/matter/translations/ga.json +34 -0
  1584. homeassistant/components/matter/translations/hu.json +32 -0
  1585. homeassistant/components/matter/translations/id.json +10 -0
  1586. homeassistant/components/matter/translations/it.json +69 -5
  1587. homeassistant/components/matter/translations/ja.json +29 -0
  1588. homeassistant/components/matter/translations/lt.json +32 -0
  1589. homeassistant/components/matter/translations/nl.json +10 -0
  1590. homeassistant/components/matter/translations/pt.json +32 -0
  1591. homeassistant/components/matter/translations/sk.json +32 -0
  1592. homeassistant/components/matter/translations/sv.json +31 -0
  1593. homeassistant/components/matter/translations/tr.json +3 -0
  1594. homeassistant/components/matter/translations/zh-Hans.json +32 -0
  1595. homeassistant/components/matter/translations/zh-Hant.json +32 -0
  1596. homeassistant/components/matter/vacuum.py +47 -36
  1597. homeassistant/components/maxcube/climate.py +0 -2
  1598. homeassistant/components/mcp/strings.json +2 -2
  1599. homeassistant/components/mcp/translations/hu.json +6 -0
  1600. homeassistant/components/mcp_server/http.py +0 -1
  1601. homeassistant/components/mealie/__init__.py +2 -2
  1602. homeassistant/components/mealie/manifest.json +1 -1
  1603. homeassistant/components/mealie/services.py +113 -105
  1604. homeassistant/components/mealie/translations/ga.json +23 -3
  1605. homeassistant/components/meater/__init__.py +11 -72
  1606. homeassistant/components/meater/const.py +4 -0
  1607. homeassistant/components/meater/coordinator.py +79 -0
  1608. homeassistant/components/meater/diagnostics.py +55 -0
  1609. homeassistant/components/meater/sensor.py +59 -42
  1610. homeassistant/components/meater/strings.json +12 -1
  1611. homeassistant/components/meater/translations/cs.json +12 -1
  1612. homeassistant/components/meater/translations/de.json +12 -1
  1613. homeassistant/components/meater/translations/el.json +10 -1
  1614. homeassistant/components/meater/translations/en.json +12 -1
  1615. homeassistant/components/meater/translations/es.json +12 -1
  1616. homeassistant/components/meater/translations/et.json +12 -1
  1617. homeassistant/components/meater/translations/ga.json +19 -1
  1618. homeassistant/components/meater/translations/hu.json +12 -1
  1619. homeassistant/components/meater/translations/it.json +12 -1
  1620. homeassistant/components/meater/translations/lt.json +12 -1
  1621. homeassistant/components/meater/translations/mk.json +12 -1
  1622. homeassistant/components/meater/translations/pt.json +12 -1
  1623. homeassistant/components/meater/translations/sk.json +12 -1
  1624. homeassistant/components/meater/translations/sv.json +7 -1
  1625. homeassistant/components/meater/translations/tr.json +12 -1
  1626. homeassistant/components/meater/translations/zh-Hans.json +12 -1
  1627. homeassistant/components/meater/translations/zh-Hant.json +12 -1
  1628. homeassistant/components/media_player/__init__.py +19 -34
  1629. homeassistant/components/media_player/intent.py +19 -4
  1630. homeassistant/components/media_player/translations/it.json +6 -5
  1631. homeassistant/components/media_source/local_source.py +21 -4
  1632. homeassistant/components/melcloud/strings.json +0 -10
  1633. homeassistant/components/melcloud/translations/ca.json +0 -9
  1634. homeassistant/components/melcloud/translations/cs.json +0 -10
  1635. homeassistant/components/melcloud/translations/de.json +0 -10
  1636. homeassistant/components/melcloud/translations/el.json +0 -10
  1637. homeassistant/components/melcloud/translations/en-GB.json +0 -10
  1638. homeassistant/components/melcloud/translations/en.json +0 -10
  1639. homeassistant/components/melcloud/translations/es.json +0 -10
  1640. homeassistant/components/melcloud/translations/et.json +0 -10
  1641. homeassistant/components/melcloud/translations/fi.json +0 -9
  1642. homeassistant/components/melcloud/translations/fr.json +0 -8
  1643. homeassistant/components/melcloud/translations/fy.json +1 -7
  1644. homeassistant/components/melcloud/translations/hu.json +0 -10
  1645. homeassistant/components/melcloud/translations/id.json +0 -9
  1646. homeassistant/components/melcloud/translations/it.json +0 -9
  1647. homeassistant/components/melcloud/translations/ja.json +0 -9
  1648. homeassistant/components/melcloud/translations/ko.json +1 -10
  1649. homeassistant/components/melcloud/translations/lt.json +0 -10
  1650. homeassistant/components/melcloud/translations/nl.json +0 -5
  1651. homeassistant/components/melcloud/translations/pl.json +0 -9
  1652. homeassistant/components/melcloud/translations/pt-BR.json +0 -9
  1653. homeassistant/components/melcloud/translations/pt.json +0 -10
  1654. homeassistant/components/melcloud/translations/ru.json +0 -10
  1655. homeassistant/components/melcloud/translations/sk.json +0 -10
  1656. homeassistant/components/melcloud/translations/sv.json +0 -10
  1657. homeassistant/components/melcloud/translations/tr.json +0 -10
  1658. homeassistant/components/melcloud/translations/zh-Hans.json +0 -10
  1659. homeassistant/components/melcloud/translations/zh-Hant.json +0 -10
  1660. homeassistant/components/meteo_france/weather.py +9 -3
  1661. homeassistant/components/metoffice/sensor.py +8 -7
  1662. homeassistant/components/microbees/strings.json +7 -1
  1663. homeassistant/components/microbees/translations/cs.json +6 -0
  1664. homeassistant/components/microbees/translations/de.json +6 -0
  1665. homeassistant/components/microbees/translations/el.json +6 -0
  1666. homeassistant/components/microbees/translations/en-GB.json +6 -0
  1667. homeassistant/components/microbees/translations/en.json +6 -0
  1668. homeassistant/components/microbees/translations/es.json +6 -0
  1669. homeassistant/components/microbees/translations/et.json +6 -0
  1670. homeassistant/components/microbees/translations/fr.json +6 -0
  1671. homeassistant/components/microbees/translations/ga.json +14 -1
  1672. homeassistant/components/microbees/translations/he.json +6 -0
  1673. homeassistant/components/microbees/translations/hu.json +6 -0
  1674. homeassistant/components/microbees/translations/id.json +6 -0
  1675. homeassistant/components/microbees/translations/it.json +6 -0
  1676. homeassistant/components/microbees/translations/ja.json +6 -0
  1677. homeassistant/components/microbees/translations/lt.json +6 -0
  1678. homeassistant/components/microbees/translations/mk.json +14 -1
  1679. homeassistant/components/microbees/translations/pt.json +6 -0
  1680. homeassistant/components/microbees/translations/ru.json +6 -0
  1681. homeassistant/components/microbees/translations/sk.json +6 -0
  1682. homeassistant/components/microbees/translations/sv.json +6 -0
  1683. homeassistant/components/microbees/translations/tr.json +6 -0
  1684. homeassistant/components/microbees/translations/zh-Hans.json +6 -0
  1685. homeassistant/components/microbees/translations/zh-Hant.json +6 -0
  1686. homeassistant/components/miele/const.py +27 -0
  1687. homeassistant/components/miele/icons.json +21 -24
  1688. homeassistant/components/miele/sensor.py +14 -34
  1689. homeassistant/components/miele/strings.json +28 -25
  1690. homeassistant/components/miele/translations/bg.json +19 -18
  1691. homeassistant/components/miele/translations/ca.json +0 -7
  1692. homeassistant/components/miele/translations/cs.json +27 -24
  1693. homeassistant/components/miele/translations/de.json +27 -24
  1694. homeassistant/components/miele/translations/el.json +28 -3
  1695. homeassistant/components/miele/translations/en-GB.json +7 -27
  1696. homeassistant/components/miele/translations/en.json +26 -23
  1697. homeassistant/components/miele/translations/es.json +27 -24
  1698. homeassistant/components/miele/translations/et.json +27 -24
  1699. homeassistant/components/miele/translations/fr.json +9 -4
  1700. homeassistant/components/miele/translations/ga.json +28 -24
  1701. homeassistant/components/miele/translations/he.json +6 -26
  1702. homeassistant/components/miele/translations/hu.json +27 -24
  1703. homeassistant/components/miele/translations/id.json +6 -0
  1704. homeassistant/components/miele/translations/it.json +33 -27
  1705. homeassistant/components/miele/translations/ja.json +29 -0
  1706. homeassistant/components/miele/translations/lt.json +27 -24
  1707. homeassistant/components/miele/translations/mk.json +12 -0
  1708. homeassistant/components/miele/translations/nl.json +24 -0
  1709. homeassistant/components/miele/translations/pt.json +27 -24
  1710. homeassistant/components/miele/translations/ru.json +6 -0
  1711. homeassistant/components/miele/translations/sk.json +28 -24
  1712. homeassistant/components/miele/translations/sv.json +27 -24
  1713. homeassistant/components/miele/translations/tr.json +9 -7
  1714. homeassistant/components/miele/translations/zh-Hans.json +27 -24
  1715. homeassistant/components/miele/translations/zh-Hant.json +27 -24
  1716. homeassistant/components/mikrotik/translations/ko.json +1 -1
  1717. homeassistant/components/min_max/translations/pt.json +1 -1
  1718. homeassistant/components/minecraft_server/translations/sv.json +1 -1
  1719. homeassistant/components/modbus/manifest.json +1 -1
  1720. homeassistant/components/monzo/strings.json +7 -1
  1721. homeassistant/components/monzo/translations/cs.json +6 -0
  1722. homeassistant/components/monzo/translations/de.json +6 -0
  1723. homeassistant/components/monzo/translations/el.json +6 -0
  1724. homeassistant/components/monzo/translations/en-GB.json +6 -0
  1725. homeassistant/components/monzo/translations/en.json +6 -0
  1726. homeassistant/components/monzo/translations/es.json +6 -0
  1727. homeassistant/components/monzo/translations/et.json +6 -0
  1728. homeassistant/components/monzo/translations/fr.json +14 -1
  1729. homeassistant/components/monzo/translations/ga.json +14 -1
  1730. homeassistant/components/monzo/translations/he.json +6 -0
  1731. homeassistant/components/monzo/translations/hu.json +6 -0
  1732. homeassistant/components/monzo/translations/id.json +6 -0
  1733. homeassistant/components/monzo/translations/it.json +6 -0
  1734. homeassistant/components/monzo/translations/ja.json +6 -0
  1735. homeassistant/components/monzo/translations/lt.json +6 -0
  1736. homeassistant/components/monzo/translations/mk.json +14 -1
  1737. homeassistant/components/monzo/translations/pt.json +6 -0
  1738. homeassistant/components/monzo/translations/ru.json +6 -0
  1739. homeassistant/components/monzo/translations/sk.json +6 -0
  1740. homeassistant/components/monzo/translations/sv.json +6 -0
  1741. homeassistant/components/monzo/translations/tr.json +6 -0
  1742. homeassistant/components/monzo/translations/zh-Hans.json +6 -0
  1743. homeassistant/components/monzo/translations/zh-Hant.json +6 -0
  1744. homeassistant/components/motion_blinds/translations/el.json +7 -3
  1745. homeassistant/components/motionblinds_ble/translations/it.json +14 -1
  1746. homeassistant/components/motioneye/translations/sv.json +1 -1
  1747. homeassistant/components/motionmount/translations/el.json +1 -1
  1748. homeassistant/components/mqtt/__init__.py +2 -4
  1749. homeassistant/components/mqtt/client.py +8 -14
  1750. homeassistant/components/mqtt/config_flow.py +74 -12
  1751. homeassistant/components/mqtt/entity.py +6 -2
  1752. homeassistant/components/mqtt/icons.json +5 -0
  1753. homeassistant/components/mqtt/sensor.py +3 -40
  1754. homeassistant/components/mqtt/strings.json +37 -9
  1755. homeassistant/components/mqtt/translations/bg.json +21 -3
  1756. homeassistant/components/mqtt/translations/cs.json +27 -10
  1757. homeassistant/components/mqtt/translations/de.json +48 -20
  1758. homeassistant/components/mqtt/translations/el.json +43 -4
  1759. homeassistant/components/mqtt/translations/en-GB.json +3 -11
  1760. homeassistant/components/mqtt/translations/en.json +39 -11
  1761. homeassistant/components/mqtt/translations/es.json +38 -10
  1762. homeassistant/components/mqtt/translations/et.json +38 -10
  1763. homeassistant/components/mqtt/translations/fi.json +3 -0
  1764. homeassistant/components/mqtt/translations/fr.json +38 -11
  1765. homeassistant/components/mqtt/translations/fy.json +2 -6
  1766. homeassistant/components/mqtt/translations/ga.json +38 -13
  1767. homeassistant/components/mqtt/translations/he.json +2 -11
  1768. homeassistant/components/mqtt/translations/hu.json +39 -11
  1769. homeassistant/components/mqtt/translations/id.json +0 -4
  1770. homeassistant/components/mqtt/translations/it.json +49 -6
  1771. homeassistant/components/mqtt/translations/ja.json +39 -8
  1772. homeassistant/components/mqtt/translations/lt.json +39 -11
  1773. homeassistant/components/mqtt/translations/mk.json +33 -6
  1774. homeassistant/components/mqtt/translations/nl.json +39 -12
  1775. homeassistant/components/mqtt/translations/pt.json +28 -11
  1776. homeassistant/components/mqtt/translations/ru.json +31 -10
  1777. homeassistant/components/mqtt/translations/sk.json +38 -10
  1778. homeassistant/components/mqtt/translations/sl.json +2 -9
  1779. homeassistant/components/mqtt/translations/sv.json +40 -12
  1780. homeassistant/components/mqtt/translations/tr.json +2 -10
  1781. homeassistant/components/mqtt/translations/zh-Hans.json +39 -11
  1782. homeassistant/components/mqtt/translations/zh-Hant.json +38 -10
  1783. homeassistant/components/mqtt/triggers.yaml +14 -0
  1784. homeassistant/components/mqtt/util.py +2 -4
  1785. homeassistant/components/music_assistant/__init__.py +33 -2
  1786. homeassistant/components/music_assistant/button.py +47 -0
  1787. homeassistant/components/music_assistant/entity.py +1 -1
  1788. homeassistant/components/music_assistant/helpers.py +28 -0
  1789. homeassistant/components/music_assistant/icons.json +7 -0
  1790. homeassistant/components/music_assistant/manifest.json +1 -1
  1791. homeassistant/components/music_assistant/media_browser.py +1 -7
  1792. homeassistant/components/music_assistant/media_player.py +16 -55
  1793. homeassistant/components/music_assistant/strings.json +7 -0
  1794. homeassistant/components/music_assistant/translations/cs.json +7 -0
  1795. homeassistant/components/music_assistant/translations/de.json +7 -0
  1796. homeassistant/components/music_assistant/translations/el.json +7 -0
  1797. homeassistant/components/music_assistant/translations/en.json +7 -0
  1798. homeassistant/components/music_assistant/translations/es.json +7 -0
  1799. homeassistant/components/music_assistant/translations/et.json +7 -0
  1800. homeassistant/components/music_assistant/translations/ga.json +7 -0
  1801. homeassistant/components/music_assistant/translations/hu.json +7 -0
  1802. homeassistant/components/music_assistant/translations/it.json +7 -0
  1803. homeassistant/components/music_assistant/translations/ja.json +7 -0
  1804. homeassistant/components/music_assistant/translations/lt.json +7 -0
  1805. homeassistant/components/music_assistant/translations/pt.json +7 -0
  1806. homeassistant/components/music_assistant/translations/sk.json +7 -0
  1807. homeassistant/components/music_assistant/translations/zh-Hans.json +7 -0
  1808. homeassistant/components/music_assistant/translations/zh-Hant.json +7 -0
  1809. homeassistant/components/mysensors/manifest.json +1 -1
  1810. homeassistant/components/mysensors/translations/el.json +4 -2
  1811. homeassistant/components/myuplink/strings.json +7 -1
  1812. homeassistant/components/myuplink/translations/cs.json +6 -0
  1813. homeassistant/components/myuplink/translations/de.json +6 -0
  1814. homeassistant/components/myuplink/translations/el.json +6 -0
  1815. homeassistant/components/myuplink/translations/en-GB.json +6 -0
  1816. homeassistant/components/myuplink/translations/en.json +6 -0
  1817. homeassistant/components/myuplink/translations/es.json +6 -0
  1818. homeassistant/components/myuplink/translations/et.json +6 -0
  1819. homeassistant/components/myuplink/translations/fr.json +6 -0
  1820. homeassistant/components/myuplink/translations/ga.json +34 -1
  1821. homeassistant/components/myuplink/translations/he.json +6 -0
  1822. homeassistant/components/myuplink/translations/hu.json +6 -0
  1823. homeassistant/components/myuplink/translations/id.json +6 -0
  1824. homeassistant/components/myuplink/translations/it.json +6 -0
  1825. homeassistant/components/myuplink/translations/ja.json +6 -0
  1826. homeassistant/components/myuplink/translations/lt.json +6 -0
  1827. homeassistant/components/myuplink/translations/mk.json +14 -1
  1828. homeassistant/components/myuplink/translations/pt.json +6 -0
  1829. homeassistant/components/myuplink/translations/ru.json +6 -0
  1830. homeassistant/components/myuplink/translations/sk.json +6 -0
  1831. homeassistant/components/myuplink/translations/sv.json +6 -0
  1832. homeassistant/components/myuplink/translations/tr.json +6 -0
  1833. homeassistant/components/myuplink/translations/zh-Hans.json +6 -0
  1834. homeassistant/components/myuplink/translations/zh-Hant.json +6 -0
  1835. homeassistant/components/nam/__init__.py +0 -9
  1836. homeassistant/components/nam/config_flow.py +22 -43
  1837. homeassistant/components/nam/manifest.json +1 -1
  1838. homeassistant/components/nam/translations/it.json +57 -3
  1839. homeassistant/components/nam/translations/nl.json +21 -1
  1840. homeassistant/components/nam/translations/pl.json +9 -0
  1841. homeassistant/components/nasweb/translations/el.json +12 -1
  1842. homeassistant/components/neato/manifest.json +1 -1
  1843. homeassistant/components/neato/strings.json +7 -1
  1844. homeassistant/components/neato/translations/cs.json +6 -0
  1845. homeassistant/components/neato/translations/de.json +6 -0
  1846. homeassistant/components/neato/translations/el.json +6 -0
  1847. homeassistant/components/neato/translations/en-GB.json +6 -0
  1848. homeassistant/components/neato/translations/en.json +6 -0
  1849. homeassistant/components/neato/translations/es.json +6 -0
  1850. homeassistant/components/neato/translations/et.json +6 -0
  1851. homeassistant/components/neato/translations/fr.json +6 -0
  1852. homeassistant/components/neato/translations/ga.json +14 -1
  1853. homeassistant/components/neato/translations/he.json +6 -0
  1854. homeassistant/components/neato/translations/hu.json +6 -0
  1855. homeassistant/components/neato/translations/id.json +6 -0
  1856. homeassistant/components/neato/translations/it.json +6 -0
  1857. homeassistant/components/neato/translations/ja.json +6 -0
  1858. homeassistant/components/neato/translations/lt.json +6 -0
  1859. homeassistant/components/neato/translations/mk.json +14 -1
  1860. homeassistant/components/neato/translations/pt.json +6 -0
  1861. homeassistant/components/neato/translations/ru.json +6 -0
  1862. homeassistant/components/neato/translations/sk.json +6 -0
  1863. homeassistant/components/neato/translations/sv.json +6 -0
  1864. homeassistant/components/neato/translations/tr.json +6 -0
  1865. homeassistant/components/neato/translations/zh-Hans.json +6 -0
  1866. homeassistant/components/neato/translations/zh-Hant.json +6 -0
  1867. homeassistant/components/ness_alarm/manifest.json +1 -1
  1868. homeassistant/components/nest/climate.py +0 -2
  1869. homeassistant/components/nest/strings.json +7 -1
  1870. homeassistant/components/nest/translations/cs.json +6 -0
  1871. homeassistant/components/nest/translations/de.json +6 -0
  1872. homeassistant/components/nest/translations/el.json +6 -0
  1873. homeassistant/components/nest/translations/en-GB.json +6 -0
  1874. homeassistant/components/nest/translations/en.json +6 -0
  1875. homeassistant/components/nest/translations/es.json +6 -0
  1876. homeassistant/components/nest/translations/et.json +6 -0
  1877. homeassistant/components/nest/translations/fr.json +6 -0
  1878. homeassistant/components/nest/translations/ga.json +8 -0
  1879. homeassistant/components/nest/translations/he.json +6 -0
  1880. homeassistant/components/nest/translations/hu.json +6 -0
  1881. homeassistant/components/nest/translations/id.json +6 -0
  1882. homeassistant/components/nest/translations/it.json +6 -0
  1883. homeassistant/components/nest/translations/ja.json +6 -0
  1884. homeassistant/components/nest/translations/ko.json +1 -1
  1885. homeassistant/components/nest/translations/lt.json +6 -0
  1886. homeassistant/components/nest/translations/mk.json +14 -1
  1887. homeassistant/components/nest/translations/pt.json +6 -0
  1888. homeassistant/components/nest/translations/ru.json +6 -0
  1889. homeassistant/components/nest/translations/sk.json +6 -0
  1890. homeassistant/components/nest/translations/sv.json +7 -1
  1891. homeassistant/components/nest/translations/tr.json +6 -0
  1892. homeassistant/components/nest/translations/zh-Hans.json +6 -0
  1893. homeassistant/components/nest/translations/zh-Hant.json +6 -0
  1894. homeassistant/components/netatmo/manifest.json +1 -1
  1895. homeassistant/components/netatmo/strings.json +7 -1
  1896. homeassistant/components/netatmo/translations/cs.json +6 -0
  1897. homeassistant/components/netatmo/translations/de.json +6 -0
  1898. homeassistant/components/netatmo/translations/el.json +6 -0
  1899. homeassistant/components/netatmo/translations/en-GB.json +6 -0
  1900. homeassistant/components/netatmo/translations/en.json +6 -0
  1901. homeassistant/components/netatmo/translations/es.json +6 -0
  1902. homeassistant/components/netatmo/translations/et.json +6 -0
  1903. homeassistant/components/netatmo/translations/fr.json +6 -0
  1904. homeassistant/components/netatmo/translations/ga.json +12 -0
  1905. homeassistant/components/netatmo/translations/he.json +6 -0
  1906. homeassistant/components/netatmo/translations/hu.json +6 -0
  1907. homeassistant/components/netatmo/translations/id.json +6 -0
  1908. homeassistant/components/netatmo/translations/it.json +7 -0
  1909. homeassistant/components/netatmo/translations/ja.json +6 -0
  1910. homeassistant/components/netatmo/translations/ko.json +1 -1
  1911. homeassistant/components/netatmo/translations/lt.json +6 -0
  1912. homeassistant/components/netatmo/translations/mk.json +12 -0
  1913. homeassistant/components/netatmo/translations/pt.json +6 -0
  1914. homeassistant/components/netatmo/translations/ru.json +6 -0
  1915. homeassistant/components/netatmo/translations/sk.json +6 -0
  1916. homeassistant/components/netatmo/translations/sv.json +6 -0
  1917. homeassistant/components/netatmo/translations/tr.json +6 -0
  1918. homeassistant/components/netatmo/translations/zh-Hans.json +6 -0
  1919. homeassistant/components/netatmo/translations/zh-Hant.json +6 -0
  1920. homeassistant/components/netgear/translations/mk.json +7 -0
  1921. homeassistant/components/netgear_lte/__init__.py +1 -1
  1922. homeassistant/components/netgear_lte/services.py +33 -25
  1923. homeassistant/components/network/__init__.py +1 -3
  1924. homeassistant/components/nextbus/manifest.json +1 -1
  1925. homeassistant/components/nextcloud/translations/mk.json +9 -0
  1926. homeassistant/components/nextcloud/translations/nl.json +3 -0
  1927. homeassistant/components/nextdns/binary_sensor.py +8 -25
  1928. homeassistant/components/nextdns/button.py +4 -19
  1929. homeassistant/components/nextdns/coordinator.py +4 -13
  1930. homeassistant/components/nextdns/entity.py +35 -0
  1931. homeassistant/components/nextdns/sensor.py +13 -27
  1932. homeassistant/components/nextdns/strings.json +10 -1
  1933. homeassistant/components/nextdns/switch.py +3 -9
  1934. homeassistant/components/nextdns/translations/ar.json +0 -7
  1935. homeassistant/components/nextdns/translations/bg.json +1 -1
  1936. homeassistant/components/nextdns/translations/ca.json +0 -5
  1937. homeassistant/components/nextdns/translations/cs.json +10 -1
  1938. homeassistant/components/nextdns/translations/de.json +10 -1
  1939. homeassistant/components/nextdns/translations/el.json +10 -1
  1940. homeassistant/components/nextdns/translations/en-GB.json +5 -2
  1941. homeassistant/components/nextdns/translations/en.json +10 -1
  1942. homeassistant/components/nextdns/translations/es.json +10 -1
  1943. homeassistant/components/nextdns/translations/et.json +10 -1
  1944. homeassistant/components/nextdns/translations/fi.json +0 -5
  1945. homeassistant/components/nextdns/translations/fr.json +16 -1
  1946. homeassistant/components/nextdns/translations/ga.json +22 -0
  1947. homeassistant/components/nextdns/translations/he.json +0 -5
  1948. homeassistant/components/nextdns/translations/hu.json +10 -1
  1949. homeassistant/components/nextdns/translations/id.json +0 -5
  1950. homeassistant/components/nextdns/translations/it.json +4 -1
  1951. homeassistant/components/nextdns/translations/ja.json +6 -5
  1952. homeassistant/components/nextdns/translations/ko.json +0 -5
  1953. homeassistant/components/nextdns/translations/lt.json +10 -1
  1954. homeassistant/components/nextdns/translations/lv.json +0 -5
  1955. homeassistant/components/nextdns/translations/mk.json +11 -1
  1956. homeassistant/components/nextdns/translations/nb.json +0 -5
  1957. homeassistant/components/nextdns/translations/nl.json +0 -5
  1958. homeassistant/components/nextdns/translations/pl.json +7 -1
  1959. homeassistant/components/nextdns/translations/pt-BR.json +0 -5
  1960. homeassistant/components/nextdns/translations/pt.json +10 -1
  1961. homeassistant/components/nextdns/translations/ro.json +0 -5
  1962. homeassistant/components/nextdns/translations/ru.json +10 -1
  1963. homeassistant/components/nextdns/translations/sk.json +10 -1
  1964. homeassistant/components/nextdns/translations/sv.json +7 -1
  1965. homeassistant/components/nextdns/translations/tr.json +10 -1
  1966. homeassistant/components/nextdns/translations/uk.json +0 -5
  1967. homeassistant/components/nextdns/translations/zh-Hans.json +10 -1
  1968. homeassistant/components/nextdns/translations/zh-Hant.json +10 -1
  1969. homeassistant/components/nfandroidtv/__init__.py +1 -10
  1970. homeassistant/components/nfandroidtv/notify.py +32 -19
  1971. homeassistant/components/nice_go/translations/ga.json +18 -0
  1972. homeassistant/components/niko_home_control/config_flow.py +0 -12
  1973. homeassistant/components/niko_home_control/light.py +2 -63
  1974. homeassistant/components/niko_home_control/strings.json +0 -6
  1975. homeassistant/components/niko_home_control/translations/cs.json +0 -6
  1976. homeassistant/components/niko_home_control/translations/de.json +0 -6
  1977. homeassistant/components/niko_home_control/translations/el.json +0 -6
  1978. homeassistant/components/niko_home_control/translations/en-GB.json +0 -6
  1979. homeassistant/components/niko_home_control/translations/en.json +0 -6
  1980. homeassistant/components/niko_home_control/translations/es.json +0 -6
  1981. homeassistant/components/niko_home_control/translations/et.json +0 -6
  1982. homeassistant/components/niko_home_control/translations/ga.json +12 -0
  1983. homeassistant/components/niko_home_control/translations/hu.json +0 -6
  1984. homeassistant/components/niko_home_control/translations/id.json +0 -5
  1985. homeassistant/components/niko_home_control/translations/it.json +0 -6
  1986. homeassistant/components/niko_home_control/translations/ja.json +0 -6
  1987. homeassistant/components/niko_home_control/translations/lt.json +0 -6
  1988. homeassistant/components/niko_home_control/translations/nl.json +0 -6
  1989. homeassistant/components/niko_home_control/translations/pt.json +0 -6
  1990. homeassistant/components/niko_home_control/translations/ru.json +0 -6
  1991. homeassistant/components/niko_home_control/translations/sk.json +0 -6
  1992. homeassistant/components/niko_home_control/translations/sv.json +0 -6
  1993. homeassistant/components/niko_home_control/translations/tr.json +0 -6
  1994. homeassistant/components/niko_home_control/translations/zh-Hans.json +0 -6
  1995. homeassistant/components/niko_home_control/translations/zh-Hant.json +0 -6
  1996. homeassistant/components/nina/__init__.py +5 -7
  1997. homeassistant/components/nina/binary_sensor.py +4 -3
  1998. homeassistant/components/nina/coordinator.py +2 -0
  1999. homeassistant/components/nmbs/config_flow.py +0 -65
  2000. homeassistant/components/nmbs/sensor.py +11 -103
  2001. homeassistant/components/nmbs/strings.json +0 -6
  2002. homeassistant/components/nmbs/translations/bg.json +0 -5
  2003. homeassistant/components/nmbs/translations/cs.json +0 -6
  2004. homeassistant/components/nmbs/translations/de.json +0 -6
  2005. homeassistant/components/nmbs/translations/el.json +0 -6
  2006. homeassistant/components/nmbs/translations/en-GB.json +0 -6
  2007. homeassistant/components/nmbs/translations/en.json +0 -6
  2008. homeassistant/components/nmbs/translations/es.json +0 -6
  2009. homeassistant/components/nmbs/translations/et.json +0 -6
  2010. homeassistant/components/nmbs/translations/ga.json +0 -6
  2011. homeassistant/components/nmbs/translations/hu.json +0 -6
  2012. homeassistant/components/nmbs/translations/ja.json +0 -5
  2013. homeassistant/components/nmbs/translations/lt.json +0 -6
  2014. homeassistant/components/nmbs/translations/nl.json +0 -5
  2015. homeassistant/components/nmbs/translations/pt-BR.json +0 -5
  2016. homeassistant/components/nmbs/translations/pt.json +0 -6
  2017. homeassistant/components/nmbs/translations/ru.json +0 -6
  2018. homeassistant/components/nmbs/translations/sk.json +0 -6
  2019. homeassistant/components/nmbs/translations/sv.json +0 -6
  2020. homeassistant/components/nmbs/translations/tr.json +0 -6
  2021. homeassistant/components/nmbs/translations/zh-Hans.json +0 -6
  2022. homeassistant/components/nmbs/translations/zh-Hant.json +0 -6
  2023. homeassistant/components/nobo_hub/translations/el.json +4 -0
  2024. homeassistant/components/nordpool/coordinator.py +3 -0
  2025. homeassistant/components/nordpool/services.py +2 -0
  2026. homeassistant/components/nordpool/translations/ga.json +82 -0
  2027. homeassistant/components/notify/legacy.py +1 -2
  2028. homeassistant/components/notion/translations/ko.json +1 -1
  2029. homeassistant/components/ntfy/__init__.py +5 -6
  2030. homeassistant/components/ntfy/config_flow.py +115 -0
  2031. homeassistant/components/ntfy/coordinator.py +74 -0
  2032. homeassistant/components/ntfy/icons.json +62 -0
  2033. homeassistant/components/ntfy/notify.py +3 -2
  2034. homeassistant/components/ntfy/quality_scale.yaml +1 -1
  2035. homeassistant/components/ntfy/sensor.py +272 -0
  2036. homeassistant/components/ntfy/strings.json +111 -2
  2037. homeassistant/components/ntfy/translations/bg.json +49 -1
  2038. homeassistant/components/ntfy/translations/cs.json +110 -1
  2039. homeassistant/components/ntfy/translations/de.json +110 -1
  2040. homeassistant/components/ntfy/translations/el.json +110 -1
  2041. homeassistant/components/ntfy/translations/en.json +110 -1
  2042. homeassistant/components/ntfy/translations/es.json +110 -1
  2043. homeassistant/components/ntfy/translations/et.json +110 -1
  2044. homeassistant/components/ntfy/translations/ga.json +99 -0
  2045. homeassistant/components/ntfy/translations/hu.json +112 -2
  2046. homeassistant/components/ntfy/translations/id.json +15 -1
  2047. homeassistant/components/ntfy/translations/it.json +97 -1
  2048. homeassistant/components/ntfy/translations/ja.json +71 -0
  2049. homeassistant/components/ntfy/translations/lt.json +112 -2
  2050. homeassistant/components/ntfy/translations/nl.json +47 -2
  2051. homeassistant/components/ntfy/translations/pt.json +110 -1
  2052. homeassistant/components/ntfy/translations/ru.json +28 -1
  2053. homeassistant/components/ntfy/translations/sk.json +110 -1
  2054. homeassistant/components/ntfy/translations/sv.json +101 -1
  2055. homeassistant/components/ntfy/translations/tr.json +32 -1
  2056. homeassistant/components/ntfy/translations/zh-Hans.json +110 -1
  2057. homeassistant/components/ntfy/translations/zh-Hant.json +110 -1
  2058. homeassistant/components/nuki/lock.py +2 -2
  2059. homeassistant/components/nuki/translations/it.json +14 -0
  2060. homeassistant/components/nuki/translations/ko.json +1 -1
  2061. homeassistant/components/number/translations/sv.json +2 -2
  2062. homeassistant/components/nut/config_flow.py +4 -2
  2063. homeassistant/components/nut/translations/el.json +42 -0
  2064. homeassistant/components/nut/translations/fi.json +4 -1
  2065. homeassistant/components/nut/translations/it.json +4 -3
  2066. homeassistant/components/nzbget/__init__.py +11 -43
  2067. homeassistant/components/nzbget/services.py +59 -0
  2068. homeassistant/components/nzbget/strings.json +5 -0
  2069. homeassistant/components/nzbget/translations/bg.json +5 -0
  2070. homeassistant/components/nzbget/translations/cs.json +5 -0
  2071. homeassistant/components/nzbget/translations/de.json +5 -0
  2072. homeassistant/components/nzbget/translations/el.json +5 -0
  2073. homeassistant/components/nzbget/translations/en-GB.json +5 -0
  2074. homeassistant/components/nzbget/translations/en.json +5 -0
  2075. homeassistant/components/nzbget/translations/es.json +5 -0
  2076. homeassistant/components/nzbget/translations/et.json +5 -0
  2077. homeassistant/components/nzbget/translations/fr.json +5 -0
  2078. homeassistant/components/nzbget/translations/ga.json +7 -1
  2079. homeassistant/components/nzbget/translations/hu.json +5 -0
  2080. homeassistant/components/nzbget/translations/it.json +5 -0
  2081. homeassistant/components/nzbget/translations/ja.json +5 -0
  2082. homeassistant/components/nzbget/translations/lt.json +5 -0
  2083. homeassistant/components/nzbget/translations/pt.json +5 -0
  2084. homeassistant/components/nzbget/translations/sk.json +5 -0
  2085. homeassistant/components/nzbget/translations/sv.json +5 -0
  2086. homeassistant/components/nzbget/translations/tr.json +5 -0
  2087. homeassistant/components/nzbget/translations/zh-Hans.json +5 -0
  2088. homeassistant/components/nzbget/translations/zh-Hant.json +5 -0
  2089. homeassistant/components/ohme/services.py +2 -0
  2090. homeassistant/components/ohme/translations/ga.json +29 -1
  2091. homeassistant/components/ohme/translations/it.json +6 -0
  2092. homeassistant/components/ohme/translations/sv.json +1 -1
  2093. homeassistant/components/ollama/__init__.py +148 -6
  2094. homeassistant/components/ollama/config_flow.py +241 -143
  2095. homeassistant/components/ollama/const.py +4 -0
  2096. homeassistant/components/ollama/conversation.py +24 -235
  2097. homeassistant/components/ollama/entity.py +261 -0
  2098. homeassistant/components/ollama/manifest.json +1 -1
  2099. homeassistant/components/ollama/strings.json +39 -22
  2100. homeassistant/components/ollama/translations/bg.json +15 -6
  2101. homeassistant/components/ollama/translations/ca.json +0 -25
  2102. homeassistant/components/ollama/translations/cs.json +28 -22
  2103. homeassistant/components/ollama/translations/de.json +38 -21
  2104. homeassistant/components/ollama/translations/el.json +38 -21
  2105. homeassistant/components/ollama/translations/en-GB.json +0 -28
  2106. homeassistant/components/ollama/translations/en.json +38 -21
  2107. homeassistant/components/ollama/translations/es.json +38 -21
  2108. homeassistant/components/ollama/translations/et.json +28 -22
  2109. homeassistant/components/ollama/translations/fi.json +0 -16
  2110. homeassistant/components/ollama/translations/fr.json +28 -22
  2111. homeassistant/components/ollama/translations/ga.json +38 -1
  2112. homeassistant/components/ollama/translations/he.json +0 -9
  2113. homeassistant/components/ollama/translations/hu.json +28 -22
  2114. homeassistant/components/ollama/translations/id.json +14 -5
  2115. homeassistant/components/ollama/translations/it.json +30 -13
  2116. homeassistant/components/ollama/translations/ja.json +28 -22
  2117. homeassistant/components/ollama/translations/lt.json +28 -22
  2118. homeassistant/components/ollama/translations/mk.json +13 -1
  2119. homeassistant/components/ollama/translations/nl.json +25 -8
  2120. homeassistant/components/ollama/translations/pl.json +0 -9
  2121. homeassistant/components/ollama/translations/pt-BR.json +0 -3
  2122. homeassistant/components/ollama/translations/pt.json +28 -22
  2123. homeassistant/components/ollama/translations/ru.json +9 -23
  2124. homeassistant/components/ollama/translations/sk.json +38 -21
  2125. homeassistant/components/ollama/translations/sl.json +0 -12
  2126. homeassistant/components/ollama/translations/sv.json +15 -22
  2127. homeassistant/components/ollama/translations/tr.json +0 -28
  2128. homeassistant/components/ollama/translations/vi.json +1 -11
  2129. homeassistant/components/ollama/translations/zh-Hans.json +28 -22
  2130. homeassistant/components/ollama/translations/zh-Hant.json +28 -22
  2131. homeassistant/components/onboarding/views.py +2 -4
  2132. homeassistant/components/ondilo_ico/strings.json +7 -1
  2133. homeassistant/components/ondilo_ico/translations/cs.json +6 -0
  2134. homeassistant/components/ondilo_ico/translations/de.json +6 -0
  2135. homeassistant/components/ondilo_ico/translations/el.json +6 -0
  2136. homeassistant/components/ondilo_ico/translations/en-GB.json +6 -0
  2137. homeassistant/components/ondilo_ico/translations/en.json +6 -0
  2138. homeassistant/components/ondilo_ico/translations/es.json +6 -0
  2139. homeassistant/components/ondilo_ico/translations/et.json +6 -0
  2140. homeassistant/components/ondilo_ico/translations/fr.json +6 -0
  2141. homeassistant/components/ondilo_ico/translations/ga.json +14 -1
  2142. homeassistant/components/ondilo_ico/translations/he.json +6 -0
  2143. homeassistant/components/ondilo_ico/translations/hu.json +6 -0
  2144. homeassistant/components/ondilo_ico/translations/id.json +6 -0
  2145. homeassistant/components/ondilo_ico/translations/it.json +6 -0
  2146. homeassistant/components/ondilo_ico/translations/ja.json +6 -0
  2147. homeassistant/components/ondilo_ico/translations/lt.json +6 -0
  2148. homeassistant/components/ondilo_ico/translations/mk.json +14 -1
  2149. homeassistant/components/ondilo_ico/translations/pt.json +6 -0
  2150. homeassistant/components/ondilo_ico/translations/ru.json +6 -0
  2151. homeassistant/components/ondilo_ico/translations/sk.json +6 -0
  2152. homeassistant/components/ondilo_ico/translations/sv.json +6 -0
  2153. homeassistant/components/ondilo_ico/translations/tr.json +6 -0
  2154. homeassistant/components/ondilo_ico/translations/zh-Hans.json +6 -0
  2155. homeassistant/components/ondilo_ico/translations/zh-Hant.json +6 -0
  2156. homeassistant/components/onedrive/__init__.py +2 -2
  2157. homeassistant/components/onedrive/services.py +10 -9
  2158. homeassistant/components/onedrive/strings.json +7 -1
  2159. homeassistant/components/onedrive/translations/cs.json +6 -0
  2160. homeassistant/components/onedrive/translations/de.json +6 -0
  2161. homeassistant/components/onedrive/translations/el.json +6 -0
  2162. homeassistant/components/onedrive/translations/en-GB.json +6 -0
  2163. homeassistant/components/onedrive/translations/en.json +6 -0
  2164. homeassistant/components/onedrive/translations/es.json +6 -0
  2165. homeassistant/components/onedrive/translations/et.json +6 -0
  2166. homeassistant/components/onedrive/translations/fr.json +6 -0
  2167. homeassistant/components/onedrive/translations/ga.json +8 -0
  2168. homeassistant/components/onedrive/translations/he.json +6 -0
  2169. homeassistant/components/onedrive/translations/hu.json +6 -0
  2170. homeassistant/components/onedrive/translations/id.json +6 -0
  2171. homeassistant/components/onedrive/translations/it.json +15 -0
  2172. homeassistant/components/onedrive/translations/ja.json +6 -0
  2173. homeassistant/components/onedrive/translations/lt.json +6 -0
  2174. homeassistant/components/onedrive/translations/mk.json +12 -0
  2175. homeassistant/components/onedrive/translations/pt.json +6 -0
  2176. homeassistant/components/onedrive/translations/ru.json +6 -0
  2177. homeassistant/components/onedrive/translations/sk.json +6 -0
  2178. homeassistant/components/onedrive/translations/sv.json +6 -0
  2179. homeassistant/components/onedrive/translations/tr.json +6 -0
  2180. homeassistant/components/onedrive/translations/zh-Hans.json +6 -0
  2181. homeassistant/components/onedrive/translations/zh-Hant.json +6 -0
  2182. homeassistant/components/onewire/binary_sensor.py +4 -6
  2183. homeassistant/components/onewire/const.py +0 -1
  2184. homeassistant/components/onewire/entity.py +2 -5
  2185. homeassistant/components/onewire/switch.py +4 -12
  2186. homeassistant/components/onewire/translations/sv.json +4 -4
  2187. homeassistant/components/onkyo/__init__.py +2 -2
  2188. homeassistant/components/onkyo/services.py +3 -2
  2189. homeassistant/components/onkyo/translations/ga.json +3 -0
  2190. homeassistant/components/onvif/__init__.py +3 -3
  2191. homeassistant/components/onvif/const.py +9 -2
  2192. homeassistant/components/onvif/device.py +3 -3
  2193. homeassistant/components/onvif/event.py +25 -7
  2194. homeassistant/components/onvif/manifest.json +1 -1
  2195. homeassistant/components/openai_conversation/__init__.py +130 -7
  2196. homeassistant/components/openai_conversation/config_flow.py +265 -154
  2197. homeassistant/components/openai_conversation/const.py +3 -1
  2198. homeassistant/components/openai_conversation/conversation.py +22 -16
  2199. homeassistant/components/openai_conversation/strings.json +52 -25
  2200. homeassistant/components/openai_conversation/translations/af.json +0 -10
  2201. homeassistant/components/openai_conversation/translations/bg.json +22 -10
  2202. homeassistant/components/openai_conversation/translations/ca.json +0 -14
  2203. homeassistant/components/openai_conversation/translations/cs.json +56 -30
  2204. homeassistant/components/openai_conversation/translations/da.json +0 -9
  2205. homeassistant/components/openai_conversation/translations/de.json +56 -30
  2206. homeassistant/components/openai_conversation/translations/el.json +56 -30
  2207. homeassistant/components/openai_conversation/translations/en-GB.json +0 -30
  2208. homeassistant/components/openai_conversation/translations/en.json +56 -30
  2209. homeassistant/components/openai_conversation/translations/es.json +56 -30
  2210. homeassistant/components/openai_conversation/translations/et.json +56 -30
  2211. homeassistant/components/openai_conversation/translations/fi.json +0 -12
  2212. homeassistant/components/openai_conversation/translations/fr.json +56 -30
  2213. homeassistant/components/openai_conversation/translations/fy.json +0 -9
  2214. homeassistant/components/openai_conversation/translations/ga.json +44 -17
  2215. homeassistant/components/openai_conversation/translations/he.json +0 -18
  2216. homeassistant/components/openai_conversation/translations/hu.json +56 -30
  2217. homeassistant/components/openai_conversation/translations/id.json +23 -18
  2218. homeassistant/components/openai_conversation/translations/it.json +69 -14
  2219. homeassistant/components/openai_conversation/translations/ja.json +45 -29
  2220. homeassistant/components/openai_conversation/translations/ko.json +0 -11
  2221. homeassistant/components/openai_conversation/translations/lt.json +56 -30
  2222. homeassistant/components/openai_conversation/translations/lv.json +0 -9
  2223. homeassistant/components/openai_conversation/translations/mk.json +44 -0
  2224. homeassistant/components/openai_conversation/translations/nb.json +0 -11
  2225. homeassistant/components/openai_conversation/translations/nl.json +19 -17
  2226. homeassistant/components/openai_conversation/translations/pl.json +0 -29
  2227. homeassistant/components/openai_conversation/translations/pt-BR.json +0 -18
  2228. homeassistant/components/openai_conversation/translations/pt.json +56 -30
  2229. homeassistant/components/openai_conversation/translations/ro.json +0 -11
  2230. homeassistant/components/openai_conversation/translations/ru.json +49 -30
  2231. homeassistant/components/openai_conversation/translations/sk.json +56 -30
  2232. homeassistant/components/openai_conversation/translations/sl.json +0 -21
  2233. homeassistant/components/openai_conversation/translations/sv.json +42 -30
  2234. homeassistant/components/openai_conversation/translations/tr.json +0 -23
  2235. homeassistant/components/openai_conversation/translations/uk.json +0 -12
  2236. homeassistant/components/openai_conversation/translations/vi.json +0 -12
  2237. homeassistant/components/openai_conversation/translations/zh-Hans.json +56 -30
  2238. homeassistant/components/openai_conversation/translations/zh-Hant.json +56 -30
  2239. homeassistant/components/opentherm_gw/__init__.py +12 -290
  2240. homeassistant/components/opentherm_gw/climate.py +12 -1
  2241. homeassistant/components/opentherm_gw/services.py +297 -0
  2242. homeassistant/components/opentherm_gw/strings.json +8 -0
  2243. homeassistant/components/opentherm_gw/translations/bg.json +8 -0
  2244. homeassistant/components/opentherm_gw/translations/cs.json +5 -0
  2245. homeassistant/components/opentherm_gw/translations/de.json +8 -0
  2246. homeassistant/components/opentherm_gw/translations/el.json +8 -0
  2247. homeassistant/components/opentherm_gw/translations/en-GB.json +5 -0
  2248. homeassistant/components/opentherm_gw/translations/en.json +8 -0
  2249. homeassistant/components/opentherm_gw/translations/es.json +8 -0
  2250. homeassistant/components/opentherm_gw/translations/et.json +8 -0
  2251. homeassistant/components/opentherm_gw/translations/fi.json +5 -0
  2252. homeassistant/components/opentherm_gw/translations/fr.json +5 -0
  2253. homeassistant/components/opentherm_gw/translations/ga.json +8 -0
  2254. homeassistant/components/opentherm_gw/translations/hu.json +5 -0
  2255. homeassistant/components/opentherm_gw/translations/it.json +10 -0
  2256. homeassistant/components/opentherm_gw/translations/ja.json +5 -0
  2257. homeassistant/components/opentherm_gw/translations/lt.json +8 -0
  2258. homeassistant/components/opentherm_gw/translations/mk.json +7 -0
  2259. homeassistant/components/opentherm_gw/translations/nl.json +5 -0
  2260. homeassistant/components/opentherm_gw/translations/pt.json +5 -0
  2261. homeassistant/components/opentherm_gw/translations/sk.json +8 -0
  2262. homeassistant/components/opentherm_gw/translations/sv.json +8 -0
  2263. homeassistant/components/opentherm_gw/translations/tr.json +5 -0
  2264. homeassistant/components/opentherm_gw/translations/zh-Hans.json +8 -0
  2265. homeassistant/components/opentherm_gw/translations/zh-Hant.json +8 -0
  2266. homeassistant/components/openuv/translations/it.json +4 -1
  2267. homeassistant/components/openuv/translations/ko.json +1 -1
  2268. homeassistant/components/opower/translations/el.json +3 -0
  2269. homeassistant/components/opower/translations/ko.json +1 -1
  2270. homeassistant/components/osoenergy/manifest.json +1 -1
  2271. homeassistant/components/osoenergy/translations/it.json +14 -0
  2272. homeassistant/components/osoenergy/translations/nl.json +14 -0
  2273. homeassistant/components/overkiz/manifest.json +1 -1
  2274. homeassistant/components/overkiz/translations/ca.json +0 -5
  2275. homeassistant/components/overkiz/translations/cs.json +0 -1
  2276. homeassistant/components/overkiz/translations/el.json +3 -1
  2277. homeassistant/components/overkiz/translations/et.json +1 -1
  2278. homeassistant/components/overkiz/translations/fi.json +0 -5
  2279. homeassistant/components/overkiz/translations/fr.json +0 -1
  2280. homeassistant/components/overkiz/translations/hu.json +0 -1
  2281. homeassistant/components/overkiz/translations/id.json +0 -1
  2282. homeassistant/components/overkiz/translations/it.json +11 -2
  2283. homeassistant/components/overkiz/translations/ja.json +0 -5
  2284. homeassistant/components/overkiz/translations/ko.json +0 -5
  2285. homeassistant/components/overkiz/translations/lv.json +0 -5
  2286. homeassistant/components/overkiz/translations/nb.json +0 -5
  2287. homeassistant/components/overkiz/translations/nl.json +0 -1
  2288. homeassistant/components/overkiz/translations/pl.json +0 -5
  2289. homeassistant/components/overkiz/translations/pt-BR.json +0 -5
  2290. homeassistant/components/overkiz/translations/pt.json +0 -1
  2291. homeassistant/components/overkiz/translations/ro.json +0 -5
  2292. homeassistant/components/overkiz/translations/ru.json +0 -1
  2293. homeassistant/components/overkiz/translations/sv.json +0 -1
  2294. homeassistant/components/overkiz/translations/tr.json +0 -5
  2295. homeassistant/components/overkiz/translations/uk.json +0 -5
  2296. homeassistant/components/overkiz/translations/zh-Hans.json +1 -1
  2297. homeassistant/components/overseerr/__init__.py +2 -2
  2298. homeassistant/components/overseerr/sensor.py +1 -1
  2299. homeassistant/components/overseerr/services.py +36 -33
  2300. homeassistant/components/overseerr/strings.json +1 -1
  2301. homeassistant/components/ovo_energy/manifest.json +1 -1
  2302. homeassistant/components/palazzetti/translations/ga.json +36 -0
  2303. homeassistant/components/palazzetti/translations/it.json +4 -0
  2304. homeassistant/components/paperless_ngx/__init__.py +3 -3
  2305. homeassistant/components/paperless_ngx/config_flow.py +15 -8
  2306. homeassistant/components/paperless_ngx/coordinator.py +3 -6
  2307. homeassistant/components/paperless_ngx/diagnostics.py +1 -0
  2308. homeassistant/components/paperless_ngx/entity.py +4 -6
  2309. homeassistant/components/paperless_ngx/manifest.json +1 -1
  2310. homeassistant/components/paperless_ngx/sensor.py +9 -8
  2311. homeassistant/components/paperless_ngx/strings.json +13 -4
  2312. homeassistant/components/paperless_ngx/translations/bg.json +7 -1
  2313. homeassistant/components/paperless_ngx/translations/cs.json +13 -4
  2314. homeassistant/components/paperless_ngx/translations/de.json +13 -4
  2315. homeassistant/components/paperless_ngx/translations/el.json +13 -4
  2316. homeassistant/components/paperless_ngx/translations/en-GB.json +5 -0
  2317. homeassistant/components/paperless_ngx/translations/en.json +13 -4
  2318. homeassistant/components/paperless_ngx/translations/es.json +13 -4
  2319. homeassistant/components/paperless_ngx/translations/et.json +13 -4
  2320. homeassistant/components/paperless_ngx/translations/fr.json +13 -4
  2321. homeassistant/components/paperless_ngx/translations/ga.json +9 -2
  2322. homeassistant/components/paperless_ngx/translations/hu.json +13 -4
  2323. homeassistant/components/paperless_ngx/translations/id.json +4 -2
  2324. homeassistant/components/paperless_ngx/translations/it.json +50 -0
  2325. homeassistant/components/paperless_ngx/translations/ja.json +29 -1
  2326. homeassistant/components/paperless_ngx/translations/lt.json +13 -4
  2327. homeassistant/components/paperless_ngx/translations/mk.json +5 -0
  2328. homeassistant/components/paperless_ngx/translations/nl.json +9 -2
  2329. homeassistant/components/paperless_ngx/translations/pt-BR.json +5 -0
  2330. homeassistant/components/paperless_ngx/translations/pt.json +13 -4
  2331. homeassistant/components/paperless_ngx/translations/ru.json +13 -4
  2332. homeassistant/components/paperless_ngx/translations/sk.json +13 -4
  2333. homeassistant/components/paperless_ngx/translations/sv.json +13 -4
  2334. homeassistant/components/paperless_ngx/translations/tr.json +13 -4
  2335. homeassistant/components/paperless_ngx/translations/zh-Hans.json +13 -4
  2336. homeassistant/components/paperless_ngx/translations/zh-Hant.json +13 -4
  2337. homeassistant/components/paperless_ngx/update.py +90 -0
  2338. homeassistant/components/peblar/translations/el.json +12 -0
  2339. homeassistant/components/peblar/translations/ga.json +34 -5
  2340. homeassistant/components/peblar/translations/it.json +3 -1
  2341. homeassistant/components/pegel_online/translations/bg.json +1 -2
  2342. homeassistant/components/pegel_online/translations/ca.json +1 -2
  2343. homeassistant/components/pegel_online/translations/cs.json +1 -2
  2344. homeassistant/components/pegel_online/translations/de.json +1 -1
  2345. homeassistant/components/pegel_online/translations/el.json +1 -1
  2346. homeassistant/components/pegel_online/translations/en-GB.json +1 -1
  2347. homeassistant/components/pegel_online/translations/en.json +1 -1
  2348. homeassistant/components/pegel_online/translations/es.json +1 -1
  2349. homeassistant/components/pegel_online/translations/et.json +1 -1
  2350. homeassistant/components/pegel_online/translations/fi.json +1 -2
  2351. homeassistant/components/pegel_online/translations/fr.json +1 -2
  2352. homeassistant/components/pegel_online/translations/ga.json +1 -0
  2353. homeassistant/components/pegel_online/translations/hu.json +1 -1
  2354. homeassistant/components/pegel_online/translations/id.json +1 -2
  2355. homeassistant/components/pegel_online/translations/it.json +1 -2
  2356. homeassistant/components/pegel_online/translations/ja.json +1 -2
  2357. homeassistant/components/pegel_online/translations/ko.json +1 -2
  2358. homeassistant/components/pegel_online/translations/lt.json +1 -1
  2359. homeassistant/components/pegel_online/translations/lv.json +1 -2
  2360. homeassistant/components/pegel_online/translations/nl.json +1 -2
  2361. homeassistant/components/pegel_online/translations/pt.json +1 -2
  2362. homeassistant/components/pegel_online/translations/ru.json +1 -1
  2363. homeassistant/components/pegel_online/translations/sk.json +1 -1
  2364. homeassistant/components/pegel_online/translations/sv.json +1 -1
  2365. homeassistant/components/pegel_online/translations/tr.json +1 -2
  2366. homeassistant/components/pegel_online/translations/zh-Hant.json +1 -1
  2367. homeassistant/components/person/__init__.py +1 -2
  2368. homeassistant/components/pi_hole/translations/fr.json +1 -0
  2369. homeassistant/components/picnic/__init__.py +12 -4
  2370. homeassistant/components/picnic/services.py +3 -5
  2371. homeassistant/components/playstation_network/__init__.py +34 -0
  2372. homeassistant/components/playstation_network/config_flow.py +125 -0
  2373. homeassistant/components/playstation_network/const.py +18 -0
  2374. homeassistant/components/playstation_network/coordinator.py +74 -0
  2375. homeassistant/components/playstation_network/diagnostics.py +55 -0
  2376. homeassistant/components/playstation_network/helpers.py +154 -0
  2377. homeassistant/components/playstation_network/icons.json +32 -0
  2378. homeassistant/components/playstation_network/manifest.json +85 -0
  2379. homeassistant/components/playstation_network/media_player.py +131 -0
  2380. homeassistant/components/playstation_network/quality_scale.yaml +72 -0
  2381. homeassistant/components/playstation_network/sensor.py +168 -0
  2382. homeassistant/components/playstation_network/strings.json +73 -0
  2383. homeassistant/components/playstation_network/translations/bg.json +36 -0
  2384. homeassistant/components/playstation_network/translations/cs.json +70 -0
  2385. homeassistant/components/playstation_network/translations/de.json +73 -0
  2386. homeassistant/components/playstation_network/translations/el.json +73 -0
  2387. homeassistant/components/playstation_network/translations/en.json +73 -0
  2388. homeassistant/components/playstation_network/translations/es.json +73 -0
  2389. homeassistant/components/playstation_network/translations/et.json +73 -0
  2390. homeassistant/components/playstation_network/translations/fr.json +15 -0
  2391. homeassistant/components/playstation_network/translations/ga.json +62 -0
  2392. homeassistant/components/playstation_network/translations/hu.json +70 -0
  2393. homeassistant/components/playstation_network/translations/id.json +14 -0
  2394. homeassistant/components/playstation_network/translations/it.json +70 -0
  2395. homeassistant/components/playstation_network/translations/ja.json +44 -0
  2396. homeassistant/components/playstation_network/translations/lt.json +73 -0
  2397. homeassistant/components/playstation_network/translations/mk.json +15 -0
  2398. homeassistant/components/playstation_network/translations/nl.json +40 -0
  2399. homeassistant/components/playstation_network/translations/pl.json +70 -0
  2400. homeassistant/components/playstation_network/translations/pt.json +70 -0
  2401. homeassistant/components/playstation_network/translations/ru.json +1 -0
  2402. homeassistant/components/playstation_network/translations/sk.json +73 -0
  2403. homeassistant/components/playstation_network/translations/sv.json +59 -0
  2404. homeassistant/components/playstation_network/translations/zh-Hans.json +70 -0
  2405. homeassistant/components/playstation_network/translations/zh-Hant.json +73 -0
  2406. homeassistant/components/plex/__init__.py +1 -1
  2407. homeassistant/components/plex/const.py +0 -1
  2408. homeassistant/components/plex/icons.json +0 -3
  2409. homeassistant/components/plex/services.py +5 -24
  2410. homeassistant/components/plex/services.yaml +0 -2
  2411. homeassistant/components/plex/strings.json +0 -4
  2412. homeassistant/components/plex/translations/bg.json +0 -3
  2413. homeassistant/components/plex/translations/cs.json +0 -4
  2414. homeassistant/components/plex/translations/de.json +0 -4
  2415. homeassistant/components/plex/translations/en-GB.json +0 -4
  2416. homeassistant/components/plex/translations/en.json +0 -4
  2417. homeassistant/components/plex/translations/es.json +0 -4
  2418. homeassistant/components/plex/translations/et.json +0 -4
  2419. homeassistant/components/plex/translations/fi.json +0 -4
  2420. homeassistant/components/plex/translations/fr.json +0 -4
  2421. homeassistant/components/plex/translations/hu.json +0 -4
  2422. homeassistant/components/plex/translations/id.json +0 -4
  2423. homeassistant/components/plex/translations/it.json +0 -4
  2424. homeassistant/components/plex/translations/ja.json +0 -4
  2425. homeassistant/components/plex/translations/ko.json +0 -4
  2426. homeassistant/components/plex/translations/lt.json +0 -4
  2427. homeassistant/components/plex/translations/pt.json +0 -4
  2428. homeassistant/components/plex/translations/ru.json +0 -4
  2429. homeassistant/components/plex/translations/sk.json +0 -4
  2430. homeassistant/components/plex/translations/sl.json +0 -4
  2431. homeassistant/components/plex/translations/sv.json +0 -4
  2432. homeassistant/components/plex/translations/tr.json +0 -4
  2433. homeassistant/components/plex/translations/zh-Hans.json +0 -4
  2434. homeassistant/components/plex/translations/zh-Hant.json +0 -4
  2435. homeassistant/components/plugwise/climate.py +0 -12
  2436. homeassistant/components/plugwise/manifest.json +1 -1
  2437. homeassistant/components/plugwise/strings.json +0 -3
  2438. homeassistant/components/plugwise/translations/cs.json +0 -3
  2439. homeassistant/components/plugwise/translations/de.json +0 -3
  2440. homeassistant/components/plugwise/translations/el.json +0 -3
  2441. homeassistant/components/plugwise/translations/en-GB.json +0 -3
  2442. homeassistant/components/plugwise/translations/en.json +0 -3
  2443. homeassistant/components/plugwise/translations/es.json +0 -3
  2444. homeassistant/components/plugwise/translations/et.json +0 -3
  2445. homeassistant/components/plugwise/translations/hu.json +0 -3
  2446. homeassistant/components/plugwise/translations/it.json +12 -3
  2447. homeassistant/components/plugwise/translations/ja.json +0 -3
  2448. homeassistant/components/plugwise/translations/lt.json +0 -3
  2449. homeassistant/components/plugwise/translations/nl.json +0 -3
  2450. homeassistant/components/plugwise/translations/pt.json +0 -3
  2451. homeassistant/components/plugwise/translations/ru.json +0 -3
  2452. homeassistant/components/plugwise/translations/sk.json +0 -3
  2453. homeassistant/components/plugwise/translations/sv.json +2 -5
  2454. homeassistant/components/plugwise/translations/tr.json +0 -3
  2455. homeassistant/components/plugwise/translations/zh-Hans.json +0 -3
  2456. homeassistant/components/plugwise/translations/zh-Hant.json +0 -3
  2457. homeassistant/components/point/strings.json +7 -1
  2458. homeassistant/components/point/translations/cs.json +6 -0
  2459. homeassistant/components/point/translations/de.json +6 -0
  2460. homeassistant/components/point/translations/el.json +6 -0
  2461. homeassistant/components/point/translations/en-GB.json +6 -0
  2462. homeassistant/components/point/translations/en.json +6 -0
  2463. homeassistant/components/point/translations/es.json +6 -0
  2464. homeassistant/components/point/translations/et.json +6 -0
  2465. homeassistant/components/point/translations/fr.json +10 -0
  2466. homeassistant/components/point/translations/ga.json +14 -1
  2467. homeassistant/components/point/translations/he.json +6 -0
  2468. homeassistant/components/point/translations/hu.json +6 -0
  2469. homeassistant/components/point/translations/id.json +6 -0
  2470. homeassistant/components/point/translations/it.json +6 -0
  2471. homeassistant/components/point/translations/ja.json +6 -0
  2472. homeassistant/components/point/translations/lt.json +6 -0
  2473. homeassistant/components/point/translations/mk.json +14 -1
  2474. homeassistant/components/point/translations/pt.json +6 -0
  2475. homeassistant/components/point/translations/ru.json +6 -0
  2476. homeassistant/components/point/translations/sk.json +6 -0
  2477. homeassistant/components/point/translations/sv.json +6 -0
  2478. homeassistant/components/point/translations/tr.json +6 -0
  2479. homeassistant/components/point/translations/zh-Hans.json +6 -0
  2480. homeassistant/components/point/translations/zh-Hant.json +6 -0
  2481. homeassistant/components/powerfox/translations/ga.json +36 -0
  2482. homeassistant/components/private_ble_device/manifest.json +1 -1
  2483. homeassistant/components/profiler/__init__.py +9 -9
  2484. homeassistant/components/proximity/translations/bg.json +0 -3
  2485. homeassistant/components/proximity/translations/ca.json +2 -27
  2486. homeassistant/components/proximity/translations/cs.json +1 -25
  2487. homeassistant/components/proximity/translations/el.json +1 -1
  2488. homeassistant/components/proximity/translations/en-GB.json +4 -4
  2489. homeassistant/components/proximity/translations/en.json +4 -4
  2490. homeassistant/components/proximity/translations/et.json +1 -1
  2491. homeassistant/components/proximity/translations/fi.json +1 -25
  2492. homeassistant/components/proximity/translations/fr.json +1 -25
  2493. homeassistant/components/proximity/translations/gl.json +1 -24
  2494. homeassistant/components/proximity/translations/hu.json +1 -25
  2495. homeassistant/components/proximity/translations/id.json +1 -25
  2496. homeassistant/components/proximity/translations/it.json +1 -13
  2497. homeassistant/components/proximity/translations/ja.json +1 -25
  2498. homeassistant/components/proximity/translations/lt.json +4 -4
  2499. homeassistant/components/proximity/translations/nl.json +11 -0
  2500. homeassistant/components/proximity/translations/pl.json +1 -25
  2501. homeassistant/components/proximity/translations/pt-BR.json +1 -25
  2502. homeassistant/components/proximity/translations/pt.json +1 -25
  2503. homeassistant/components/proximity/translations/ru.json +1 -25
  2504. homeassistant/components/proximity/translations/sk.json +2 -2
  2505. homeassistant/components/proximity/translations/sv.json +1 -25
  2506. homeassistant/components/proximity/translations/tr.json +1 -25
  2507. homeassistant/components/proximity/translations/zh-Hans.json +2 -2
  2508. homeassistant/components/prusalink/translations/it.json +3 -1
  2509. homeassistant/components/ps4/__init__.py +2 -2
  2510. homeassistant/components/ps4/services.py +3 -2
  2511. homeassistant/components/ps4/translations/mk.json +7 -0
  2512. homeassistant/components/pushbullet/sensor.py +7 -2
  2513. homeassistant/components/pushover/translations/ko.json +1 -1
  2514. homeassistant/components/qbittorrent/translations/it.json +6 -0
  2515. homeassistant/components/qbus/climate.py +4 -11
  2516. homeassistant/components/qbus/const.py +1 -0
  2517. homeassistant/components/qbus/cover.py +193 -0
  2518. homeassistant/components/qbus/entity.py +15 -3
  2519. homeassistant/components/qbus/light.py +7 -18
  2520. homeassistant/components/qbus/scene.py +1 -2
  2521. homeassistant/components/qbus/switch.py +4 -9
  2522. homeassistant/components/qbus/translations/el.json +5 -0
  2523. homeassistant/components/qbus/translations/nl.json +17 -0
  2524. homeassistant/components/qnap/translations/sv.json +1 -1
  2525. homeassistant/components/radarr/entity.py +1 -5
  2526. homeassistant/components/radarr/translations/ko.json +1 -1
  2527. homeassistant/components/random/translations/sv.json +4 -4
  2528. homeassistant/components/recorder/__init__.py +2 -2
  2529. homeassistant/components/recorder/auto_repairs/schema.py +2 -4
  2530. homeassistant/components/recorder/history/__init__.py +5 -5
  2531. homeassistant/components/recorder/manifest.json +1 -1
  2532. homeassistant/components/recorder/pool.py +2 -2
  2533. homeassistant/components/recorder/services.py +99 -117
  2534. homeassistant/components/recorder/services.yaml +1 -1
  2535. homeassistant/components/recorder/statistics.py +1 -1
  2536. homeassistant/components/recorder/util.py +3 -4
  2537. homeassistant/components/rehlko/manifest.json +1 -1
  2538. homeassistant/components/remote/translations/it.json +2 -2
  2539. homeassistant/components/remote_calendar/manifest.json +1 -1
  2540. homeassistant/components/remote_calendar/translations/fi.json +34 -0
  2541. homeassistant/components/renault/translations/it.json +1 -0
  2542. homeassistant/components/renault/translations/ko.json +1 -1
  2543. homeassistant/components/renson/translations/it.json +4 -4
  2544. homeassistant/components/renson/translations/nl.json +85 -18
  2545. homeassistant/components/reolink/__init__.py +11 -0
  2546. homeassistant/components/reolink/binary_sensor.py +1 -0
  2547. homeassistant/components/reolink/camera.py +15 -4
  2548. homeassistant/components/reolink/config_flow.py +8 -1
  2549. homeassistant/components/reolink/const.py +1 -0
  2550. homeassistant/components/reolink/diagnostics.py +2 -0
  2551. homeassistant/components/reolink/entity.py +18 -6
  2552. homeassistant/components/reolink/host.py +13 -3
  2553. homeassistant/components/reolink/icons.json +18 -0
  2554. homeassistant/components/reolink/light.py +1 -1
  2555. homeassistant/components/reolink/manifest.json +1 -1
  2556. homeassistant/components/reolink/media_source.py +4 -4
  2557. homeassistant/components/reolink/number.py +27 -0
  2558. homeassistant/components/reolink/services.py +41 -38
  2559. homeassistant/components/reolink/strings.json +21 -6
  2560. homeassistant/components/reolink/switch.py +19 -0
  2561. homeassistant/components/reolink/translations/cs.json +24 -9
  2562. homeassistant/components/reolink/translations/de.json +24 -9
  2563. homeassistant/components/reolink/translations/el.json +29 -0
  2564. homeassistant/components/reolink/translations/en-GB.json +3 -9
  2565. homeassistant/components/reolink/translations/en.json +24 -9
  2566. homeassistant/components/reolink/translations/es.json +24 -9
  2567. homeassistant/components/reolink/translations/et.json +24 -9
  2568. homeassistant/components/reolink/translations/fi.json +0 -9
  2569. homeassistant/components/reolink/translations/fr.json +3 -9
  2570. homeassistant/components/reolink/translations/ga.json +29 -0
  2571. homeassistant/components/reolink/translations/hu.json +24 -9
  2572. homeassistant/components/reolink/translations/id.json +0 -9
  2573. homeassistant/components/reolink/translations/it.json +43 -22
  2574. homeassistant/components/reolink/translations/ja.json +18 -9
  2575. homeassistant/components/reolink/translations/ko.json +3 -9
  2576. homeassistant/components/reolink/translations/lt.json +24 -9
  2577. homeassistant/components/reolink/translations/mk.json +17 -0
  2578. homeassistant/components/reolink/translations/nl.json +0 -9
  2579. homeassistant/components/reolink/translations/pl.json +2 -10
  2580. homeassistant/components/reolink/translations/pt.json +24 -9
  2581. homeassistant/components/reolink/translations/ru.json +6 -9
  2582. homeassistant/components/reolink/translations/sk.json +24 -9
  2583. homeassistant/components/reolink/translations/sv.json +27 -12
  2584. homeassistant/components/reolink/translations/tr.json +12 -9
  2585. homeassistant/components/reolink/translations/zh-Hans.json +24 -9
  2586. homeassistant/components/reolink/translations/zh-Hant.json +24 -9
  2587. homeassistant/components/rest/__init__.py +3 -3
  2588. homeassistant/components/rest/data.py +92 -35
  2589. homeassistant/components/rflink/manifest.json +1 -1
  2590. homeassistant/components/rfxtrx/translations/it.json +4 -1
  2591. homeassistant/components/ridwell/translations/ko.json +1 -1
  2592. homeassistant/components/ring/translations/ko.json +1 -1
  2593. homeassistant/components/rmvtransport/sensor.py +1 -2
  2594. homeassistant/components/roborock/translations/it.json +11 -2
  2595. homeassistant/components/roborock/translations/ko.json +1 -1
  2596. homeassistant/components/roku/translations/ga.json +7 -0
  2597. homeassistant/components/romy/translations/it.json +13 -0
  2598. homeassistant/components/russound_rio/__init__.py +36 -1
  2599. homeassistant/components/russound_rio/entity.py +20 -20
  2600. homeassistant/components/russound_rio/icons.json +12 -0
  2601. homeassistant/components/russound_rio/manifest.json +1 -1
  2602. homeassistant/components/russound_rio/media_player.py +2 -8
  2603. homeassistant/components/russound_rio/number.py +112 -0
  2604. homeassistant/components/russound_rio/strings.json +21 -0
  2605. homeassistant/components/russound_rio/switch.py +85 -0
  2606. homeassistant/components/russound_rio/translations/bg.json +10 -0
  2607. homeassistant/components/russound_rio/translations/cs.json +21 -0
  2608. homeassistant/components/russound_rio/translations/de.json +21 -0
  2609. homeassistant/components/russound_rio/translations/el.json +29 -0
  2610. homeassistant/components/russound_rio/translations/en.json +21 -0
  2611. homeassistant/components/russound_rio/translations/es.json +21 -0
  2612. homeassistant/components/russound_rio/translations/et.json +21 -0
  2613. homeassistant/components/russound_rio/translations/ga.json +37 -0
  2614. homeassistant/components/russound_rio/translations/hu.json +21 -0
  2615. homeassistant/components/russound_rio/translations/it.json +21 -0
  2616. homeassistant/components/russound_rio/translations/ja.json +21 -0
  2617. homeassistant/components/russound_rio/translations/lt.json +21 -0
  2618. homeassistant/components/russound_rio/translations/nl.json +7 -0
  2619. homeassistant/components/russound_rio/translations/pt.json +21 -0
  2620. homeassistant/components/russound_rio/translations/sk.json +21 -0
  2621. homeassistant/components/russound_rio/translations/sv.json +21 -0
  2622. homeassistant/components/russound_rio/translations/zh-Hans.json +21 -0
  2623. homeassistant/components/russound_rio/translations/zh-Hant.json +21 -0
  2624. homeassistant/components/samsungtv/manifest.json +1 -0
  2625. homeassistant/components/samsungtv/quality_scale.yaml +96 -0
  2626. homeassistant/components/samsungtv/translations/nl.json +24 -1
  2627. homeassistant/components/schedule/translations/it.json +2 -2
  2628. homeassistant/components/schlage/translations/ga.json +5 -0
  2629. homeassistant/components/schlage/translations/it.json +1 -0
  2630. homeassistant/components/schlage/translations/ko.json +1 -1
  2631. homeassistant/components/scrape/translations/it.json +1 -0
  2632. homeassistant/components/screenlogic/__init__.py +2 -2
  2633. homeassistant/components/screenlogic/services.py +89 -84
  2634. homeassistant/components/screenlogic/translations/el.json +7 -0
  2635. homeassistant/components/screenlogic/translations/ga.json +12 -1
  2636. homeassistant/components/script/helpers.py +1 -1
  2637. homeassistant/components/script/translations/it.json +2 -2
  2638. homeassistant/components/select/translations/sv.json +10 -10
  2639. homeassistant/components/sense/translations/ko.json +1 -1
  2640. homeassistant/components/sensibo/translations/el.json +1 -0
  2641. homeassistant/components/sensibo/translations/it.json +43 -28
  2642. homeassistant/components/sensibo/translations/pt-BR.json +4 -1
  2643. homeassistant/components/sensibo/translations/sv.json +11 -11
  2644. homeassistant/components/sensor/icons.json +12 -1
  2645. homeassistant/components/sensor/translations/de.json +2 -2
  2646. homeassistant/components/sensor/translations/it.json +3 -2
  2647. homeassistant/components/sensor/translations/pl.json +1 -0
  2648. homeassistant/components/sensorpush_cloud/manifest.json +1 -1
  2649. homeassistant/components/senz/strings.json +7 -1
  2650. homeassistant/components/senz/translations/cs.json +6 -0
  2651. homeassistant/components/senz/translations/de.json +6 -0
  2652. homeassistant/components/senz/translations/el.json +6 -0
  2653. homeassistant/components/senz/translations/en-GB.json +6 -0
  2654. homeassistant/components/senz/translations/en.json +6 -0
  2655. homeassistant/components/senz/translations/es.json +6 -0
  2656. homeassistant/components/senz/translations/et.json +6 -0
  2657. homeassistant/components/senz/translations/fr.json +6 -0
  2658. homeassistant/components/senz/translations/ga.json +14 -1
  2659. homeassistant/components/senz/translations/he.json +6 -0
  2660. homeassistant/components/senz/translations/hu.json +6 -0
  2661. homeassistant/components/senz/translations/id.json +6 -0
  2662. homeassistant/components/senz/translations/it.json +6 -0
  2663. homeassistant/components/senz/translations/ja.json +6 -0
  2664. homeassistant/components/senz/translations/lt.json +6 -0
  2665. homeassistant/components/senz/translations/mk.json +14 -1
  2666. homeassistant/components/senz/translations/pt.json +6 -0
  2667. homeassistant/components/senz/translations/ru.json +6 -0
  2668. homeassistant/components/senz/translations/sk.json +6 -0
  2669. homeassistant/components/senz/translations/sv.json +6 -0
  2670. homeassistant/components/senz/translations/tr.json +6 -0
  2671. homeassistant/components/senz/translations/zh-Hans.json +6 -0
  2672. homeassistant/components/senz/translations/zh-Hant.json +6 -0
  2673. homeassistant/components/seventeentrack/__init__.py +2 -2
  2674. homeassistant/components/seventeentrack/manifest.json +1 -1
  2675. homeassistant/components/seventeentrack/services.py +86 -79
  2676. homeassistant/components/shelly/__init__.py +8 -1
  2677. homeassistant/components/shelly/const.py +3 -0
  2678. homeassistant/components/shelly/entity.py +10 -3
  2679. homeassistant/components/shelly/manifest.json +1 -1
  2680. homeassistant/components/shelly/repairs.py +87 -4
  2681. homeassistant/components/shelly/strings.json +14 -0
  2682. homeassistant/components/shelly/translations/bg.json +7 -0
  2683. homeassistant/components/shelly/translations/de.json +14 -0
  2684. homeassistant/components/shelly/translations/el.json +27 -1
  2685. homeassistant/components/shelly/translations/en.json +14 -0
  2686. homeassistant/components/shelly/translations/es.json +14 -0
  2687. homeassistant/components/shelly/translations/et.json +11 -0
  2688. homeassistant/components/shelly/translations/ga.json +11 -0
  2689. homeassistant/components/shelly/translations/it.json +5 -2
  2690. homeassistant/components/shelly/translations/ko.json +1 -1
  2691. homeassistant/components/shelly/translations/sk.json +14 -0
  2692. homeassistant/components/shopping_list/__init__.py +27 -6
  2693. homeassistant/components/shopping_list/intent.py +31 -2
  2694. homeassistant/components/siren/translations/it.json +2 -2
  2695. homeassistant/components/skybell/translations/ko.json +1 -1
  2696. homeassistant/components/sleepiq/translations/it.json +12 -0
  2697. homeassistant/components/sleepiq/translations/ko.json +1 -1
  2698. homeassistant/components/slide_local/translations/ga.json +26 -0
  2699. homeassistant/components/sma/config_flow.py +30 -1
  2700. homeassistant/components/sma/translations/ja.json +8 -0
  2701. homeassistant/components/smappee/strings.json +7 -1
  2702. homeassistant/components/smappee/translations/cs.json +6 -0
  2703. homeassistant/components/smappee/translations/de.json +6 -0
  2704. homeassistant/components/smappee/translations/el.json +7 -0
  2705. homeassistant/components/smappee/translations/en-GB.json +6 -0
  2706. homeassistant/components/smappee/translations/en.json +6 -0
  2707. homeassistant/components/smappee/translations/es.json +6 -0
  2708. homeassistant/components/smappee/translations/et.json +6 -0
  2709. homeassistant/components/smappee/translations/fr.json +6 -0
  2710. homeassistant/components/smappee/translations/ga.json +14 -1
  2711. homeassistant/components/smappee/translations/he.json +6 -0
  2712. homeassistant/components/smappee/translations/hu.json +6 -0
  2713. homeassistant/components/smappee/translations/id.json +6 -0
  2714. homeassistant/components/smappee/translations/it.json +6 -0
  2715. homeassistant/components/smappee/translations/ja.json +6 -0
  2716. homeassistant/components/smappee/translations/lt.json +6 -0
  2717. homeassistant/components/smappee/translations/mk.json +14 -1
  2718. homeassistant/components/smappee/translations/pt.json +6 -0
  2719. homeassistant/components/smappee/translations/ru.json +6 -0
  2720. homeassistant/components/smappee/translations/sk.json +6 -0
  2721. homeassistant/components/smappee/translations/sv.json +6 -0
  2722. homeassistant/components/smappee/translations/tr.json +6 -0
  2723. homeassistant/components/smappee/translations/zh-Hans.json +6 -0
  2724. homeassistant/components/smappee/translations/zh-Hant.json +6 -0
  2725. homeassistant/components/smarla/__init__.py +4 -3
  2726. homeassistant/components/smarla/const.py +1 -1
  2727. homeassistant/components/smarla/entity.py +16 -4
  2728. homeassistant/components/smarla/icons.json +5 -0
  2729. homeassistant/components/smarla/manifest.json +1 -1
  2730. homeassistant/components/smarla/number.py +63 -0
  2731. homeassistant/components/smarla/strings.json +5 -0
  2732. homeassistant/components/smarla/switch.py +3 -18
  2733. homeassistant/components/smarla/translations/cs.json +5 -0
  2734. homeassistant/components/smarla/translations/de.json +5 -0
  2735. homeassistant/components/smarla/translations/el.json +5 -0
  2736. homeassistant/components/smarla/translations/en-GB.json +5 -0
  2737. homeassistant/components/smarla/translations/en.json +5 -0
  2738. homeassistant/components/smarla/translations/es.json +5 -0
  2739. homeassistant/components/smarla/translations/et.json +5 -0
  2740. homeassistant/components/smarla/translations/ga.json +5 -0
  2741. homeassistant/components/smarla/translations/hu.json +5 -0
  2742. homeassistant/components/smarla/translations/it.json +18 -1
  2743. homeassistant/components/smarla/translations/ja.json +9 -0
  2744. homeassistant/components/smarla/translations/lt.json +5 -0
  2745. homeassistant/components/smarla/translations/pt.json +5 -0
  2746. homeassistant/components/smarla/translations/sk.json +5 -0
  2747. homeassistant/components/smarla/translations/sv.json +5 -0
  2748. homeassistant/components/smarla/translations/tr.json +5 -0
  2749. homeassistant/components/smarla/translations/zh-Hans.json +5 -0
  2750. homeassistant/components/smarla/translations/zh-Hant.json +5 -0
  2751. homeassistant/components/smartthings/binary_sensor.py +8 -0
  2752. homeassistant/components/smartthings/sensor.py +10 -0
  2753. homeassistant/components/smartthings/strings.json +14 -2
  2754. homeassistant/components/smartthings/switch.py +1 -0
  2755. homeassistant/components/smartthings/translations/cs.json +12 -0
  2756. homeassistant/components/smartthings/translations/de.json +12 -0
  2757. homeassistant/components/smartthings/translations/el.json +15 -0
  2758. homeassistant/components/smartthings/translations/en-GB.json +9 -0
  2759. homeassistant/components/smartthings/translations/en.json +12 -0
  2760. homeassistant/components/smartthings/translations/es.json +12 -0
  2761. homeassistant/components/smartthings/translations/et.json +12 -0
  2762. homeassistant/components/smartthings/translations/fi.json +5 -0
  2763. homeassistant/components/smartthings/translations/fr.json +12 -0
  2764. homeassistant/components/smartthings/translations/ga.json +14 -0
  2765. homeassistant/components/smartthings/translations/he.json +6 -0
  2766. homeassistant/components/smartthings/translations/hu.json +15 -0
  2767. homeassistant/components/smartthings/translations/id.json +6 -0
  2768. homeassistant/components/smartthings/translations/it.json +40 -11
  2769. homeassistant/components/smartthings/translations/ja.json +6 -0
  2770. homeassistant/components/smartthings/translations/lt.json +12 -0
  2771. homeassistant/components/smartthings/translations/mk.json +10 -0
  2772. homeassistant/components/smartthings/translations/pt.json +12 -0
  2773. homeassistant/components/smartthings/translations/ru.json +9 -0
  2774. homeassistant/components/smartthings/translations/sk.json +12 -0
  2775. homeassistant/components/smartthings/translations/sv.json +12 -0
  2776. homeassistant/components/smartthings/translations/tr.json +6 -0
  2777. homeassistant/components/smartthings/translations/zh-Hans.json +12 -0
  2778. homeassistant/components/smartthings/translations/zh-Hant.json +12 -0
  2779. homeassistant/components/smarttub/translations/ko.json +1 -1
  2780. homeassistant/components/smarttub/translations/mk.json +2 -1
  2781. homeassistant/components/smarty/translations/el.json +5 -0
  2782. homeassistant/components/smlight/manifest.json +1 -1
  2783. homeassistant/components/snoo/translations/it.json +16 -0
  2784. homeassistant/components/solaredge/translations/nl.json +42 -0
  2785. homeassistant/components/sonarr/translations/ko.json +1 -1
  2786. homeassistant/components/sonos/__init__.py +23 -45
  2787. homeassistant/components/sonos/alarms.py +2 -2
  2788. homeassistant/components/sonos/binary_sensor.py +8 -9
  2789. homeassistant/components/sonos/const.py +0 -1
  2790. homeassistant/components/sonos/diagnostics.py +29 -14
  2791. homeassistant/components/sonos/entity.py +10 -4
  2792. homeassistant/components/sonos/helpers.py +35 -0
  2793. homeassistant/components/sonos/household_coordinator.py +9 -4
  2794. homeassistant/components/sonos/media_player.py +49 -22
  2795. homeassistant/components/sonos/number.py +11 -6
  2796. homeassistant/components/sonos/sensor.py +10 -9
  2797. homeassistant/components/sonos/speaker.py +47 -21
  2798. homeassistant/components/sonos/strings.json +9 -0
  2799. homeassistant/components/sonos/switch.py +25 -18
  2800. homeassistant/components/sonos/translations/bg.json +5 -0
  2801. homeassistant/components/sonos/translations/cs.json +9 -0
  2802. homeassistant/components/sonos/translations/de.json +9 -0
  2803. homeassistant/components/sonos/translations/el.json +9 -0
  2804. homeassistant/components/sonos/translations/en.json +9 -0
  2805. homeassistant/components/sonos/translations/es.json +9 -0
  2806. homeassistant/components/sonos/translations/et.json +9 -0
  2807. homeassistant/components/sonos/translations/fr.json +6 -0
  2808. homeassistant/components/sonos/translations/ga.json +11 -0
  2809. homeassistant/components/sonos/translations/hu.json +9 -0
  2810. homeassistant/components/sonos/translations/it.json +11 -0
  2811. homeassistant/components/sonos/translations/ja.json +9 -0
  2812. homeassistant/components/sonos/translations/lt.json +9 -0
  2813. homeassistant/components/sonos/translations/mk.json +10 -0
  2814. homeassistant/components/sonos/translations/pt.json +9 -0
  2815. homeassistant/components/sonos/translations/ru.json +6 -0
  2816. homeassistant/components/sonos/translations/sk.json +9 -0
  2817. homeassistant/components/sonos/translations/sv.json +6 -0
  2818. homeassistant/components/sonos/translations/zh-Hans.json +9 -0
  2819. homeassistant/components/sonos/translations/zh-Hant.json +9 -0
  2820. homeassistant/components/spotify/strings.json +7 -1
  2821. homeassistant/components/spotify/translations/cs.json +6 -0
  2822. homeassistant/components/spotify/translations/de.json +6 -0
  2823. homeassistant/components/spotify/translations/el.json +6 -0
  2824. homeassistant/components/spotify/translations/en-GB.json +6 -0
  2825. homeassistant/components/spotify/translations/en.json +6 -0
  2826. homeassistant/components/spotify/translations/es.json +6 -0
  2827. homeassistant/components/spotify/translations/et.json +6 -0
  2828. homeassistant/components/spotify/translations/fr.json +6 -0
  2829. homeassistant/components/spotify/translations/ga.json +14 -1
  2830. homeassistant/components/spotify/translations/he.json +6 -0
  2831. homeassistant/components/spotify/translations/hu.json +6 -0
  2832. homeassistant/components/spotify/translations/id.json +6 -0
  2833. homeassistant/components/spotify/translations/it.json +6 -0
  2834. homeassistant/components/spotify/translations/ko.json +1 -1
  2835. homeassistant/components/spotify/translations/lt.json +6 -0
  2836. homeassistant/components/spotify/translations/mk.json +14 -1
  2837. homeassistant/components/spotify/translations/pt.json +6 -0
  2838. homeassistant/components/spotify/translations/ru.json +6 -0
  2839. homeassistant/components/spotify/translations/sk.json +6 -0
  2840. homeassistant/components/spotify/translations/sv.json +6 -0
  2841. homeassistant/components/spotify/translations/tr.json +6 -0
  2842. homeassistant/components/spotify/translations/zh-Hans.json +6 -0
  2843. homeassistant/components/spotify/translations/zh-Hant.json +6 -0
  2844. homeassistant/components/sql/manifest.json +1 -1
  2845. homeassistant/components/sql/translations/it.json +1 -0
  2846. homeassistant/components/squeezebox/button.py +0 -5
  2847. homeassistant/components/squeezebox/entity.py +7 -0
  2848. homeassistant/components/squeezebox/media_player.py +0 -5
  2849. homeassistant/components/squeezebox/translations/it.json +5 -0
  2850. homeassistant/components/ssdp/server.py +1 -1
  2851. homeassistant/components/starline/sensor.py +1 -1
  2852. homeassistant/components/starlink/translations/ga.json +12 -0
  2853. homeassistant/components/steam_online/translations/ko.json +1 -1
  2854. homeassistant/components/stream/__init__.py +13 -12
  2855. homeassistant/components/stream/const.py +2 -1
  2856. homeassistant/components/stream/core.py +7 -5
  2857. homeassistant/components/stream/fmp4utils.py +2 -2
  2858. homeassistant/components/stream/manifest.json +1 -1
  2859. homeassistant/components/subaru/strings.json +2 -2
  2860. homeassistant/components/subaru/translations/ca.json +0 -1
  2861. homeassistant/components/subaru/translations/cs.json +0 -2
  2862. homeassistant/components/subaru/translations/de.json +2 -2
  2863. homeassistant/components/subaru/translations/el.json +2 -2
  2864. homeassistant/components/subaru/translations/en-GB.json +2 -2
  2865. homeassistant/components/subaru/translations/en.json +2 -2
  2866. homeassistant/components/subaru/translations/es.json +2 -2
  2867. homeassistant/components/subaru/translations/et.json +2 -2
  2868. homeassistant/components/subaru/translations/fi.json +0 -1
  2869. homeassistant/components/subaru/translations/hu.json +2 -2
  2870. homeassistant/components/subaru/translations/it.json +0 -1
  2871. homeassistant/components/subaru/translations/ja.json +0 -1
  2872. homeassistant/components/subaru/translations/ko.json +0 -1
  2873. homeassistant/components/subaru/translations/lt.json +2 -2
  2874. homeassistant/components/subaru/translations/mk.json +12 -0
  2875. homeassistant/components/subaru/translations/pt-BR.json +0 -1
  2876. homeassistant/components/subaru/translations/pt.json +2 -2
  2877. homeassistant/components/subaru/translations/ru.json +2 -2
  2878. homeassistant/components/subaru/translations/sk.json +2 -2
  2879. homeassistant/components/subaru/translations/sv.json +0 -2
  2880. homeassistant/components/subaru/translations/tr.json +0 -2
  2881. homeassistant/components/subaru/translations/zh-Hans.json +2 -2
  2882. homeassistant/components/subaru/translations/zh-Hant.json +2 -2
  2883. homeassistant/components/suez_water/translations/ga.json +14 -0
  2884. homeassistant/components/sun/__init__.py +8 -5
  2885. homeassistant/components/sun/binary_sensor.py +100 -0
  2886. homeassistant/components/sun/condition.py +37 -18
  2887. homeassistant/components/sun/icons.json +9 -0
  2888. homeassistant/components/sun/sensor.py +26 -0
  2889. homeassistant/components/sun/strings.json +15 -0
  2890. homeassistant/components/sun/translations/bg.json +7 -0
  2891. homeassistant/components/sun/translations/cs.json +15 -0
  2892. homeassistant/components/sun/translations/de.json +15 -0
  2893. homeassistant/components/sun/translations/el.json +15 -0
  2894. homeassistant/components/sun/translations/en-GB.json +9 -0
  2895. homeassistant/components/sun/translations/en.json +15 -0
  2896. homeassistant/components/sun/translations/es.json +15 -0
  2897. homeassistant/components/sun/translations/et.json +15 -0
  2898. homeassistant/components/sun/translations/fr.json +9 -0
  2899. homeassistant/components/sun/translations/ga.json +19 -1
  2900. homeassistant/components/sun/translations/he.json +15 -0
  2901. homeassistant/components/sun/translations/hu.json +15 -0
  2902. homeassistant/components/sun/translations/id.json +15 -0
  2903. homeassistant/components/sun/translations/it.json +9 -0
  2904. homeassistant/components/sun/translations/ja.json +9 -0
  2905. homeassistant/components/sun/translations/lt.json +15 -0
  2906. homeassistant/components/sun/translations/nl.json +15 -0
  2907. homeassistant/components/sun/translations/pt.json +15 -0
  2908. homeassistant/components/sun/translations/ru.json +15 -0
  2909. homeassistant/components/sun/translations/sk.json +15 -0
  2910. homeassistant/components/sun/translations/sv.json +15 -0
  2911. homeassistant/components/sun/translations/tr.json +15 -0
  2912. homeassistant/components/sun/translations/zh-Hans.json +15 -0
  2913. homeassistant/components/sun/translations/zh-Hant.json +15 -0
  2914. homeassistant/components/surepetcare/translations/ko.json +1 -1
  2915. homeassistant/components/swiss_public_transport/__init__.py +2 -2
  2916. homeassistant/components/swiss_public_transport/services.py +26 -23
  2917. homeassistant/components/swiss_public_transport/translations/el.json +60 -6
  2918. homeassistant/components/switch/light.py +4 -4
  2919. homeassistant/components/switch/translations/it.json +6 -6
  2920. homeassistant/components/switch/translations/sv.json +1 -1
  2921. homeassistant/components/switch_as_x/entity.py +3 -3
  2922. homeassistant/components/switchbot/__init__.py +6 -0
  2923. homeassistant/components/switchbot/config_flow.py +6 -2
  2924. homeassistant/components/switchbot/const.py +12 -0
  2925. homeassistant/components/switchbot/humidifier.py +84 -1
  2926. homeassistant/components/switchbot/icons.json +58 -0
  2927. homeassistant/components/switchbot/light.py +69 -25
  2928. homeassistant/components/switchbot/manifest.json +1 -1
  2929. homeassistant/components/switchbot/sensor.py +15 -1
  2930. homeassistant/components/switchbot/strings.json +54 -0
  2931. homeassistant/components/switchbot/translations/bg.json +26 -0
  2932. homeassistant/components/switchbot/translations/cs.json +53 -0
  2933. homeassistant/components/switchbot/translations/de.json +54 -0
  2934. homeassistant/components/switchbot/translations/el.json +54 -0
  2935. homeassistant/components/switchbot/translations/en-GB.json +5 -0
  2936. homeassistant/components/switchbot/translations/en.json +54 -0
  2937. homeassistant/components/switchbot/translations/es.json +55 -1
  2938. homeassistant/components/switchbot/translations/et.json +54 -0
  2939. homeassistant/components/switchbot/translations/ga.json +70 -1
  2940. homeassistant/components/switchbot/translations/hu.json +53 -0
  2941. homeassistant/components/switchbot/translations/id.json +19 -0
  2942. homeassistant/components/switchbot/translations/it.json +62 -0
  2943. homeassistant/components/switchbot/translations/ja.json +43 -0
  2944. homeassistant/components/switchbot/translations/lt.json +54 -0
  2945. homeassistant/components/switchbot/translations/mk.json +46 -0
  2946. homeassistant/components/switchbot/translations/nl.json +46 -1
  2947. homeassistant/components/switchbot/translations/pt.json +53 -0
  2948. homeassistant/components/switchbot/translations/ru.json +22 -0
  2949. homeassistant/components/switchbot/translations/sk.json +54 -0
  2950. homeassistant/components/switchbot/translations/sv.json +53 -0
  2951. homeassistant/components/switchbot/translations/zh-Hans.json +54 -0
  2952. homeassistant/components/switchbot/translations/zh-Hant.json +54 -0
  2953. homeassistant/components/switchbot_cloud/__init__.py +6 -1
  2954. homeassistant/components/switchbot_cloud/binary_sensor.py +8 -1
  2955. homeassistant/components/switchbot_cloud/manifest.json +1 -1
  2956. homeassistant/components/switchbot_cloud/sensor.py +3 -2
  2957. homeassistant/components/synology_dsm/__init__.py +13 -5
  2958. homeassistant/components/synology_dsm/services.py +77 -0
  2959. homeassistant/components/system_health/__init__.py +1 -1
  2960. homeassistant/components/tado/__init__.py +2 -2
  2961. homeassistant/components/tado/services.py +17 -16
  2962. homeassistant/components/tado/translations/it.json +11 -0
  2963. homeassistant/components/tailscale/translations/nl.json +5 -0
  2964. homeassistant/components/tedee/binary_sensor.py +17 -1
  2965. homeassistant/components/tedee/manifest.json +1 -1
  2966. homeassistant/components/telegram_bot/__init__.py +220 -917
  2967. homeassistant/components/telegram_bot/bot.py +1017 -0
  2968. homeassistant/components/telegram_bot/broadcast.py +10 -2
  2969. homeassistant/components/telegram_bot/config_flow.py +671 -0
  2970. homeassistant/components/telegram_bot/const.py +110 -0
  2971. homeassistant/components/telegram_bot/icons.json +6 -0
  2972. homeassistant/components/telegram_bot/manifest.json +3 -2
  2973. homeassistant/components/telegram_bot/polling.py +24 -15
  2974. homeassistant/components/telegram_bot/quality_scale.yaml +72 -0
  2975. homeassistant/components/telegram_bot/services.yaml +95 -0
  2976. homeassistant/components/telegram_bot/strings.json +270 -4
  2977. homeassistant/components/telegram_bot/translations/bg.json +153 -0
  2978. homeassistant/components/telegram_bot/translations/ca.json +0 -3
  2979. homeassistant/components/telegram_bot/translations/cs.json +269 -3
  2980. homeassistant/components/telegram_bot/translations/de.json +269 -3
  2981. homeassistant/components/telegram_bot/translations/el.json +270 -3
  2982. homeassistant/components/telegram_bot/translations/en-GB.json +182 -4
  2983. homeassistant/components/telegram_bot/translations/en.json +269 -3
  2984. homeassistant/components/telegram_bot/translations/es.json +269 -3
  2985. homeassistant/components/telegram_bot/translations/et.json +269 -3
  2986. homeassistant/components/telegram_bot/translations/fi.json +0 -4
  2987. homeassistant/components/telegram_bot/translations/fr.json +187 -0
  2988. homeassistant/components/telegram_bot/translations/ga.json +317 -1
  2989. homeassistant/components/telegram_bot/translations/he.json +152 -3
  2990. homeassistant/components/telegram_bot/translations/hu.json +269 -3
  2991. homeassistant/components/telegram_bot/translations/id.json +22 -4
  2992. homeassistant/components/telegram_bot/translations/it.json +214 -3
  2993. homeassistant/components/telegram_bot/translations/ja.json +99 -4
  2994. homeassistant/components/telegram_bot/translations/lt.json +269 -3
  2995. homeassistant/components/telegram_bot/translations/mk.json +63 -1
  2996. homeassistant/components/telegram_bot/translations/nl.json +241 -3
  2997. homeassistant/components/telegram_bot/translations/pt.json +269 -3
  2998. homeassistant/components/telegram_bot/translations/ru.json +261 -4
  2999. homeassistant/components/telegram_bot/translations/sk.json +269 -3
  3000. homeassistant/components/telegram_bot/translations/sv.json +252 -3
  3001. homeassistant/components/telegram_bot/translations/tr.json +239 -3
  3002. homeassistant/components/telegram_bot/translations/zh-Hans.json +269 -3
  3003. homeassistant/components/telegram_bot/translations/zh-Hant.json +269 -3
  3004. homeassistant/components/telegram_bot/webhooks.py +63 -46
  3005. homeassistant/components/template/alarm_control_panel.py +71 -15
  3006. homeassistant/components/template/button.py +7 -17
  3007. homeassistant/components/template/config.py +0 -4
  3008. homeassistant/components/template/cover.py +4 -12
  3009. homeassistant/components/template/fan.py +84 -17
  3010. homeassistant/components/template/helpers.py +1 -2
  3011. homeassistant/components/template/image.py +5 -2
  3012. homeassistant/components/template/light.py +28 -39
  3013. homeassistant/components/template/lock.py +73 -13
  3014. homeassistant/components/template/number.py +12 -22
  3015. homeassistant/components/template/select.py +9 -19
  3016. homeassistant/components/template/switch.py +10 -18
  3017. homeassistant/components/template/template_entity.py +17 -9
  3018. homeassistant/components/template/translations/it.json +1 -0
  3019. homeassistant/components/template/translations/pl.json +25 -3
  3020. homeassistant/components/template/translations/sv.json +5 -5
  3021. homeassistant/components/template/vacuum.py +80 -23
  3022. homeassistant/components/template/weather.py +21 -18
  3023. homeassistant/components/tensorflow/image_processing.py +4 -5
  3024. homeassistant/components/tensorflow/manifest.json +1 -1
  3025. homeassistant/components/tesla_fleet/climate.py +0 -6
  3026. homeassistant/components/tesla_fleet/config_flow.py +174 -14
  3027. homeassistant/components/tesla_fleet/const.py +1 -0
  3028. homeassistant/components/tesla_fleet/manifest.json +1 -1
  3029. homeassistant/components/tesla_fleet/strings.json +29 -5
  3030. homeassistant/components/tesla_fleet/translations/bg.json +2 -1
  3031. homeassistant/components/tesla_fleet/translations/ca.json +0 -6
  3032. homeassistant/components/tesla_fleet/translations/cs.json +28 -7
  3033. homeassistant/components/tesla_fleet/translations/de.json +29 -5
  3034. homeassistant/components/tesla_fleet/translations/el.json +29 -5
  3035. homeassistant/components/tesla_fleet/translations/en-GB.json +7 -7
  3036. homeassistant/components/tesla_fleet/translations/en.json +29 -5
  3037. homeassistant/components/tesla_fleet/translations/es.json +29 -5
  3038. homeassistant/components/tesla_fleet/translations/et.json +29 -5
  3039. homeassistant/components/tesla_fleet/translations/fr.json +12 -0
  3040. homeassistant/components/tesla_fleet/translations/fy.json +0 -3
  3041. homeassistant/components/tesla_fleet/translations/ga.json +35 -0
  3042. homeassistant/components/tesla_fleet/translations/he.json +6 -3
  3043. homeassistant/components/tesla_fleet/translations/hu.json +28 -7
  3044. homeassistant/components/tesla_fleet/translations/id.json +7 -3
  3045. homeassistant/components/tesla_fleet/translations/it.json +76 -13
  3046. homeassistant/components/tesla_fleet/translations/ja.json +20 -7
  3047. homeassistant/components/tesla_fleet/translations/lt.json +29 -5
  3048. homeassistant/components/tesla_fleet/translations/mk.json +20 -0
  3049. homeassistant/components/tesla_fleet/translations/ne.json +9 -1
  3050. homeassistant/components/tesla_fleet/translations/nl.json +4 -3
  3051. homeassistant/components/tesla_fleet/translations/pl.json +0 -3
  3052. homeassistant/components/tesla_fleet/translations/pt.json +28 -7
  3053. homeassistant/components/tesla_fleet/translations/ru.json +6 -9
  3054. homeassistant/components/tesla_fleet/translations/sk.json +29 -5
  3055. homeassistant/components/tesla_fleet/translations/sl.json +0 -3
  3056. homeassistant/components/tesla_fleet/translations/sv.json +16 -7
  3057. homeassistant/components/tesla_fleet/translations/tr.json +28 -7
  3058. homeassistant/components/tesla_fleet/translations/zh-Hans.json +28 -4
  3059. homeassistant/components/tesla_fleet/translations/zh-Hant.json +28 -4
  3060. homeassistant/components/tesla_wall_connector/translations/it.json +2 -1
  3061. homeassistant/components/teslemetry/__init__.py +2 -2
  3062. homeassistant/components/teslemetry/coordinator.py +6 -6
  3063. homeassistant/components/teslemetry/manifest.json +1 -1
  3064. homeassistant/components/teslemetry/sensor.py +1 -2
  3065. homeassistant/components/teslemetry/services.py +3 -2
  3066. homeassistant/components/teslemetry/translations/de.json +2 -2
  3067. homeassistant/components/teslemetry/translations/it.json +149 -11
  3068. homeassistant/components/teslemetry/translations/nl.json +6 -3
  3069. homeassistant/components/tessie/manifest.json +1 -1
  3070. homeassistant/components/tessie/translations/it.json +49 -11
  3071. homeassistant/components/tessie/translations/ko.json +1 -1
  3072. homeassistant/components/text/translations/sv.json +1 -1
  3073. homeassistant/components/thermopro/manifest.json +1 -1
  3074. homeassistant/components/thermopro/strings.json +1 -1
  3075. homeassistant/components/thermopro/translations/cs.json +0 -7
  3076. homeassistant/components/thermopro/translations/de.json +1 -1
  3077. homeassistant/components/thermopro/translations/el.json +1 -1
  3078. homeassistant/components/thermopro/translations/en-GB.json +1 -1
  3079. homeassistant/components/thermopro/translations/en.json +1 -1
  3080. homeassistant/components/thermopro/translations/et.json +1 -1
  3081. homeassistant/components/thermopro/translations/ja.json +0 -7
  3082. homeassistant/components/thermopro/translations/lt.json +1 -1
  3083. homeassistant/components/thermopro/translations/nl.json +0 -7
  3084. homeassistant/components/thermopro/translations/pt-BR.json +0 -7
  3085. homeassistant/components/thermopro/translations/pt.json +0 -7
  3086. homeassistant/components/thermopro/translations/sk.json +1 -1
  3087. homeassistant/components/thermopro/translations/sv.json +0 -7
  3088. homeassistant/components/thermopro/translations/tr.json +0 -7
  3089. homeassistant/components/thread/diagnostics.py +1 -3
  3090. homeassistant/components/threshold/translations/sv.json +2 -2
  3091. homeassistant/components/tibber/manifest.json +1 -1
  3092. homeassistant/components/tibber/sensor.py +1 -1
  3093. homeassistant/components/tilt_pi/__init__.py +28 -0
  3094. homeassistant/components/tilt_pi/config_flow.py +63 -0
  3095. homeassistant/components/tilt_pi/const.py +8 -0
  3096. homeassistant/components/tilt_pi/coordinator.py +53 -0
  3097. homeassistant/components/tilt_pi/entity.py +39 -0
  3098. homeassistant/components/tilt_pi/icons.json +9 -0
  3099. homeassistant/components/tilt_pi/manifest.json +10 -0
  3100. homeassistant/components/tilt_pi/quality_scale.yaml +80 -0
  3101. homeassistant/components/tilt_pi/sensor.py +93 -0
  3102. homeassistant/components/tilt_pi/strings.json +31 -0
  3103. homeassistant/components/tilt_pi/translations/bg.json +21 -0
  3104. homeassistant/components/tilt_pi/translations/cs.json +31 -0
  3105. homeassistant/components/tilt_pi/translations/de.json +31 -0
  3106. homeassistant/components/tilt_pi/translations/el.json +31 -0
  3107. homeassistant/components/tilt_pi/translations/en.json +31 -0
  3108. homeassistant/components/tilt_pi/translations/es.json +31 -0
  3109. homeassistant/components/tilt_pi/translations/et.json +31 -0
  3110. homeassistant/components/tilt_pi/translations/ga.json +18 -0
  3111. homeassistant/components/tilt_pi/translations/hu.json +31 -0
  3112. homeassistant/components/tilt_pi/translations/id.json +21 -0
  3113. homeassistant/components/tilt_pi/translations/it.json +31 -0
  3114. homeassistant/components/tilt_pi/translations/ja.json +31 -0
  3115. homeassistant/components/tilt_pi/translations/lt.json +31 -0
  3116. homeassistant/components/tilt_pi/translations/nl.json +28 -0
  3117. homeassistant/components/tilt_pi/translations/pt.json +31 -0
  3118. homeassistant/components/tilt_pi/translations/sk.json +31 -0
  3119. homeassistant/components/tilt_pi/translations/sv.json +28 -0
  3120. homeassistant/components/tilt_pi/translations/zh-Hans.json +31 -0
  3121. homeassistant/components/tilt_pi/translations/zh-Hant.json +31 -0
  3122. homeassistant/components/timer/translations/ko.json +2 -1
  3123. homeassistant/components/tolo/translations/it.json +2 -1
  3124. homeassistant/components/tomorrowio/translations/it.json +22 -4
  3125. homeassistant/components/tomorrowio/translations/nl.json +1 -0
  3126. homeassistant/components/toon/strings.json +7 -1
  3127. homeassistant/components/toon/translations/cs.json +6 -0
  3128. homeassistant/components/toon/translations/de.json +6 -0
  3129. homeassistant/components/toon/translations/el.json +6 -0
  3130. homeassistant/components/toon/translations/en-GB.json +6 -0
  3131. homeassistant/components/toon/translations/en.json +6 -0
  3132. homeassistant/components/toon/translations/es.json +6 -0
  3133. homeassistant/components/toon/translations/et.json +6 -0
  3134. homeassistant/components/toon/translations/fr.json +6 -0
  3135. homeassistant/components/toon/translations/ga.json +14 -1
  3136. homeassistant/components/toon/translations/he.json +10 -0
  3137. homeassistant/components/toon/translations/hu.json +6 -0
  3138. homeassistant/components/toon/translations/id.json +6 -0
  3139. homeassistant/components/toon/translations/it.json +6 -0
  3140. homeassistant/components/toon/translations/lt.json +6 -0
  3141. homeassistant/components/toon/translations/mk.json +12 -0
  3142. homeassistant/components/toon/translations/pt.json +6 -0
  3143. homeassistant/components/toon/translations/ru.json +6 -0
  3144. homeassistant/components/toon/translations/sk.json +6 -0
  3145. homeassistant/components/toon/translations/sv.json +6 -0
  3146. homeassistant/components/toon/translations/tr.json +6 -0
  3147. homeassistant/components/toon/translations/zh-Hans.json +6 -0
  3148. homeassistant/components/toon/translations/zh-Hant.json +6 -0
  3149. homeassistant/components/totalconnect/translations/ko.json +1 -1
  3150. homeassistant/components/tplink/climate.py +1 -10
  3151. homeassistant/components/tplink/sensor.py +1 -2
  3152. homeassistant/components/tplink/strings.json +0 -3
  3153. homeassistant/components/tplink/translations/bg.json +0 -3
  3154. homeassistant/components/tplink/translations/cs.json +0 -3
  3155. homeassistant/components/tplink/translations/de.json +0 -3
  3156. homeassistant/components/tplink/translations/el.json +0 -3
  3157. homeassistant/components/tplink/translations/en-GB.json +0 -3
  3158. homeassistant/components/tplink/translations/en.json +0 -3
  3159. homeassistant/components/tplink/translations/es.json +0 -3
  3160. homeassistant/components/tplink/translations/et.json +0 -3
  3161. homeassistant/components/tplink/translations/ga.json +0 -3
  3162. homeassistant/components/tplink/translations/hu.json +0 -3
  3163. homeassistant/components/tplink/translations/ja.json +0 -3
  3164. homeassistant/components/tplink/translations/lt.json +0 -3
  3165. homeassistant/components/tplink/translations/pt-BR.json +0 -3
  3166. homeassistant/components/tplink/translations/pt.json +0 -3
  3167. homeassistant/components/tplink/translations/ru.json +0 -3
  3168. homeassistant/components/tplink/translations/sk.json +0 -3
  3169. homeassistant/components/tplink/translations/sv.json +0 -3
  3170. homeassistant/components/tplink/translations/tr.json +0 -3
  3171. homeassistant/components/tplink/translations/zh-Hans.json +0 -3
  3172. homeassistant/components/tplink/translations/zh-Hant.json +0 -3
  3173. homeassistant/components/tplink_omada/translations/it.json +1 -0
  3174. homeassistant/components/traccar_server/translations/it.json +1 -0
  3175. homeassistant/components/tradfri/translations/el.json +3 -1
  3176. homeassistant/components/transmission/translations/ga.json +12 -0
  3177. homeassistant/components/transmission/translations/ko.json +1 -1
  3178. homeassistant/components/trend/binary_sensor.py +3 -0
  3179. homeassistant/components/trend/config_flow.py +3 -0
  3180. homeassistant/components/trend/manifest.json +1 -1
  3181. homeassistant/components/trend/strings.json +2 -0
  3182. homeassistant/components/trend/translations/bg.json +2 -0
  3183. homeassistant/components/trend/translations/cs.json +2 -0
  3184. homeassistant/components/trend/translations/de.json +2 -0
  3185. homeassistant/components/trend/translations/el.json +2 -0
  3186. homeassistant/components/trend/translations/en-GB.json +2 -0
  3187. homeassistant/components/trend/translations/en.json +2 -0
  3188. homeassistant/components/trend/translations/es.json +2 -0
  3189. homeassistant/components/trend/translations/et.json +2 -0
  3190. homeassistant/components/trend/translations/fr.json +2 -0
  3191. homeassistant/components/trend/translations/he.json +2 -0
  3192. homeassistant/components/trend/translations/hu.json +2 -0
  3193. homeassistant/components/trend/translations/id.json +2 -0
  3194. homeassistant/components/trend/translations/ja.json +2 -0
  3195. homeassistant/components/trend/translations/lt.json +2 -0
  3196. homeassistant/components/trend/translations/pt-BR.json +2 -0
  3197. homeassistant/components/trend/translations/pt.json +2 -0
  3198. homeassistant/components/trend/translations/ru.json +2 -0
  3199. homeassistant/components/trend/translations/sk.json +2 -0
  3200. homeassistant/components/trend/translations/sv.json +2 -0
  3201. homeassistant/components/trend/translations/tr.json +2 -0
  3202. homeassistant/components/trend/translations/zh-Hans.json +2 -0
  3203. homeassistant/components/trend/translations/zh-Hant.json +2 -0
  3204. homeassistant/components/tts/__init__.py +15 -0
  3205. homeassistant/components/tts/entity.py +3 -3
  3206. homeassistant/components/tts/media_source.py +2 -2
  3207. homeassistant/components/tuya/__init__.py +1 -1
  3208. homeassistant/components/tuya/translations/it.json +30 -9
  3209. homeassistant/components/tuya/translations/mk.json +5 -0
  3210. homeassistant/components/tuya/translations/nl.json +13 -1
  3211. homeassistant/components/tuya/translations/select.it.json +5 -5
  3212. homeassistant/components/twentemilieu/translations/ga.json +13 -0
  3213. homeassistant/components/twinkly/translations/it.json +1 -1
  3214. homeassistant/components/twitch/translations/ga.json +44 -0
  3215. homeassistant/components/twitch/translations/ko.json +1 -1
  3216. homeassistant/components/unifi/button.py +6 -5
  3217. homeassistant/components/unifi/device_tracker.py +7 -10
  3218. homeassistant/components/unifi/entity.py +7 -6
  3219. homeassistant/components/unifi/hub/hub.py +2 -2
  3220. homeassistant/components/unifi/image.py +6 -5
  3221. homeassistant/components/unifi/sensor.py +6 -5
  3222. homeassistant/components/unifi/switch.py +11 -12
  3223. homeassistant/components/unifi/translations/ga.json +4 -0
  3224. homeassistant/components/unifi/translations/nl.json +3 -1
  3225. homeassistant/components/unifi/update.py +5 -6
  3226. homeassistant/components/unifiprotect/config_flow.py +1 -1
  3227. homeassistant/components/unifiprotect/services.py +1 -0
  3228. homeassistant/components/unifiprotect/translations/nl.json +284 -1
  3229. homeassistant/components/unifiprotect/translations/zh-Hans.json +3 -3
  3230. homeassistant/components/uptimerobot/translations/it.json +5 -0
  3231. homeassistant/components/uptimerobot/translations/ko.json +1 -1
  3232. homeassistant/components/utility_meter/strings.json +1 -1
  3233. homeassistant/components/utility_meter/translations/sv.json +9 -9
  3234. homeassistant/components/vacuum/__init__.py +2 -15
  3235. homeassistant/components/vacuum/translations/it.json +3 -2
  3236. homeassistant/components/vacuum/translations/sv.json +1 -1
  3237. homeassistant/components/vallox/translations/it.json +3 -1
  3238. homeassistant/components/valve/translations/it.json +2 -1
  3239. homeassistant/components/vegehub/__init__.py +103 -0
  3240. homeassistant/components/vegehub/config_flow.py +168 -0
  3241. homeassistant/components/vegehub/const.py +9 -0
  3242. homeassistant/components/vegehub/coordinator.py +52 -0
  3243. homeassistant/components/vegehub/entity.py +28 -0
  3244. homeassistant/components/vegehub/manifest.json +12 -0
  3245. homeassistant/components/vegehub/quality_scale.yaml +84 -0
  3246. homeassistant/components/vegehub/sensor.py +94 -0
  3247. homeassistant/components/vegehub/strings.json +44 -0
  3248. homeassistant/components/vegehub/translations/bg.json +35 -0
  3249. homeassistant/components/vegehub/translations/cs.json +44 -0
  3250. homeassistant/components/vegehub/translations/de.json +44 -0
  3251. homeassistant/components/vegehub/translations/el.json +44 -0
  3252. homeassistant/components/vegehub/translations/en.json +44 -0
  3253. homeassistant/components/vegehub/translations/es.json +44 -0
  3254. homeassistant/components/vegehub/translations/et.json +44 -0
  3255. homeassistant/components/vegehub/translations/ga.json +41 -0
  3256. homeassistant/components/vegehub/translations/hu.json +44 -0
  3257. homeassistant/components/vegehub/translations/id.json +11 -0
  3258. homeassistant/components/vegehub/translations/it.json +44 -0
  3259. homeassistant/components/vegehub/translations/ja.json +44 -0
  3260. homeassistant/components/vegehub/translations/lt.json +44 -0
  3261. homeassistant/components/vegehub/translations/nl.json +26 -0
  3262. homeassistant/components/vegehub/translations/pt.json +44 -0
  3263. homeassistant/components/vegehub/translations/ru.json +30 -0
  3264. homeassistant/components/vegehub/translations/sk.json +44 -0
  3265. homeassistant/components/vegehub/translations/sv.json +41 -0
  3266. homeassistant/components/vegehub/translations/zh-Hans.json +44 -0
  3267. homeassistant/components/vegehub/translations/zh-Hant.json +44 -0
  3268. homeassistant/components/velbus/translations/el.json +8 -0
  3269. homeassistant/components/venstar/translations/it.json +5 -0
  3270. homeassistant/components/vera/manifest.json +1 -1
  3271. homeassistant/components/vesync/fan.py +25 -17
  3272. homeassistant/components/vesync/translations/it.json +19 -0
  3273. homeassistant/components/vicare/translations/it.json +21 -2
  3274. homeassistant/components/vicare/translations/sv.json +2 -2
  3275. homeassistant/components/voip/manifest.json +1 -1
  3276. homeassistant/components/vulcan/manifest.json +1 -1
  3277. homeassistant/components/vulcan/translations/mk.json +11 -0
  3278. homeassistant/components/wallbox/const.py +4 -0
  3279. homeassistant/components/wallbox/coordinator.py +47 -20
  3280. homeassistant/components/wallbox/lock.py +1 -12
  3281. homeassistant/components/wallbox/number.py +1 -12
  3282. homeassistant/components/wallbox/translations/el.json +5 -0
  3283. homeassistant/components/wallbox/translations/ga.json +3 -0
  3284. homeassistant/components/wallbox/translations/hu.json +3 -0
  3285. homeassistant/components/wallbox/translations/it.json +12 -0
  3286. homeassistant/components/wallbox/translations/ja.json +5 -0
  3287. homeassistant/components/wallbox/translations/lt.json +3 -0
  3288. homeassistant/components/water_heater/__init__.py +9 -2
  3289. homeassistant/components/water_heater/translations/it.json +3 -3
  3290. homeassistant/components/watergate/translations/el.json +34 -0
  3291. homeassistant/components/watttime/translations/ko.json +1 -1
  3292. homeassistant/components/waze_travel_time/translations/ga.json +14 -0
  3293. homeassistant/components/weatherflow_cloud/translations/ga.json +1 -0
  3294. homeassistant/components/webdav/config_flow.py +7 -1
  3295. homeassistant/components/webdav/manifest.json +1 -1
  3296. homeassistant/components/webdav/strings.json +1 -3
  3297. homeassistant/components/webdav/translations/cs.json +0 -3
  3298. homeassistant/components/webdav/translations/de.json +1 -3
  3299. homeassistant/components/webdav/translations/el.json +1 -0
  3300. homeassistant/components/webdav/translations/en-GB.json +0 -3
  3301. homeassistant/components/webdav/translations/en.json +1 -3
  3302. homeassistant/components/webdav/translations/es.json +1 -3
  3303. homeassistant/components/webdav/translations/et.json +1 -3
  3304. homeassistant/components/webdav/translations/fr.json +0 -3
  3305. homeassistant/components/webdav/translations/ga.json +1 -3
  3306. homeassistant/components/webdav/translations/hu.json +0 -3
  3307. homeassistant/components/webdav/translations/it.json +1 -0
  3308. homeassistant/components/webdav/translations/ja.json +0 -3
  3309. homeassistant/components/webdav/translations/lt.json +1 -3
  3310. homeassistant/components/webdav/translations/mk.json +7 -0
  3311. homeassistant/components/webdav/translations/nl.json +0 -3
  3312. homeassistant/components/webdav/translations/pt-BR.json +0 -3
  3313. homeassistant/components/webdav/translations/pt.json +0 -3
  3314. homeassistant/components/webdav/translations/ru.json +0 -3
  3315. homeassistant/components/webdav/translations/sk.json +1 -3
  3316. homeassistant/components/webdav/translations/sl.json +0 -5
  3317. homeassistant/components/webdav/translations/sv.json +0 -3
  3318. homeassistant/components/webdav/translations/tr.json +0 -3
  3319. homeassistant/components/webdav/translations/zh-Hans.json +1 -3
  3320. homeassistant/components/webdav/translations/zh-Hant.json +1 -3
  3321. homeassistant/components/websocket_api/commands.py +67 -13
  3322. homeassistant/components/websocket_api/messages.py +13 -0
  3323. homeassistant/components/weheat/manifest.json +1 -1
  3324. homeassistant/components/weheat/strings.json +7 -1
  3325. homeassistant/components/weheat/translations/cs.json +6 -0
  3326. homeassistant/components/weheat/translations/de.json +6 -0
  3327. homeassistant/components/weheat/translations/el.json +6 -0
  3328. homeassistant/components/weheat/translations/en-GB.json +6 -0
  3329. homeassistant/components/weheat/translations/en.json +6 -0
  3330. homeassistant/components/weheat/translations/es.json +6 -0
  3331. homeassistant/components/weheat/translations/et.json +6 -0
  3332. homeassistant/components/weheat/translations/fr.json +12 -0
  3333. homeassistant/components/weheat/translations/ga.json +12 -0
  3334. homeassistant/components/weheat/translations/he.json +6 -0
  3335. homeassistant/components/weheat/translations/hu.json +6 -0
  3336. homeassistant/components/weheat/translations/id.json +6 -0
  3337. homeassistant/components/weheat/translations/it.json +6 -0
  3338. homeassistant/components/weheat/translations/lt.json +6 -0
  3339. homeassistant/components/weheat/translations/mk.json +12 -0
  3340. homeassistant/components/weheat/translations/pt.json +6 -0
  3341. homeassistant/components/weheat/translations/ru.json +6 -0
  3342. homeassistant/components/weheat/translations/sk.json +6 -0
  3343. homeassistant/components/weheat/translations/sv.json +6 -0
  3344. homeassistant/components/weheat/translations/tr.json +6 -0
  3345. homeassistant/components/weheat/translations/zh-Hans.json +6 -0
  3346. homeassistant/components/weheat/translations/zh-Hant.json +6 -0
  3347. homeassistant/components/whirlpool/climate.py +1 -3
  3348. homeassistant/components/whirlpool/translations/ca.json +0 -1
  3349. homeassistant/components/whirlpool/translations/cs.json +0 -1
  3350. homeassistant/components/whirlpool/translations/el.json +1 -1
  3351. homeassistant/components/whirlpool/translations/fi.json +0 -1
  3352. homeassistant/components/whirlpool/translations/fr.json +0 -1
  3353. homeassistant/components/whirlpool/translations/hu.json +0 -1
  3354. homeassistant/components/whirlpool/translations/id.json +0 -1
  3355. homeassistant/components/whirlpool/translations/it.json +1 -1
  3356. homeassistant/components/whirlpool/translations/ja.json +0 -1
  3357. homeassistant/components/whirlpool/translations/ko.json +0 -1
  3358. homeassistant/components/whirlpool/translations/lt.json +1 -1
  3359. homeassistant/components/whirlpool/translations/lv.json +0 -1
  3360. homeassistant/components/whirlpool/translations/nb.json +0 -1
  3361. homeassistant/components/whirlpool/translations/nl.json +0 -1
  3362. homeassistant/components/whirlpool/translations/pl.json +0 -1
  3363. homeassistant/components/whirlpool/translations/pt-BR.json +0 -1
  3364. homeassistant/components/whirlpool/translations/pt.json +0 -1
  3365. homeassistant/components/whirlpool/translations/ro.json +0 -1
  3366. homeassistant/components/whirlpool/translations/ru.json +0 -1
  3367. homeassistant/components/whirlpool/translations/sv.json +12 -13
  3368. homeassistant/components/whirlpool/translations/tr.json +0 -1
  3369. homeassistant/components/whirlpool/translations/uk.json +0 -1
  3370. homeassistant/components/whirlpool/translations/zh-Hant.json +1 -1
  3371. homeassistant/components/withings/strings.json +7 -1
  3372. homeassistant/components/withings/translations/cs.json +6 -0
  3373. homeassistant/components/withings/translations/de.json +10 -4
  3374. homeassistant/components/withings/translations/el.json +6 -0
  3375. homeassistant/components/withings/translations/en-GB.json +6 -0
  3376. homeassistant/components/withings/translations/en.json +6 -0
  3377. homeassistant/components/withings/translations/es.json +6 -0
  3378. homeassistant/components/withings/translations/et.json +6 -0
  3379. homeassistant/components/withings/translations/fr.json +6 -0
  3380. homeassistant/components/withings/translations/ga.json +12 -0
  3381. homeassistant/components/withings/translations/he.json +6 -0
  3382. homeassistant/components/withings/translations/hu.json +6 -0
  3383. homeassistant/components/withings/translations/id.json +6 -0
  3384. homeassistant/components/withings/translations/it.json +18 -1
  3385. homeassistant/components/withings/translations/ja.json +3 -0
  3386. homeassistant/components/withings/translations/ko.json +1 -1
  3387. homeassistant/components/withings/translations/lt.json +6 -0
  3388. homeassistant/components/withings/translations/mk.json +14 -1
  3389. homeassistant/components/withings/translations/pt.json +6 -0
  3390. homeassistant/components/withings/translations/ru.json +6 -0
  3391. homeassistant/components/withings/translations/sk.json +6 -0
  3392. homeassistant/components/withings/translations/sv.json +6 -0
  3393. homeassistant/components/withings/translations/tr.json +6 -0
  3394. homeassistant/components/withings/translations/zh-Hans.json +6 -0
  3395. homeassistant/components/withings/translations/zh-Hant.json +6 -0
  3396. homeassistant/components/wiz/__init__.py +3 -3
  3397. homeassistant/components/wiz/manifest.json +1 -1
  3398. homeassistant/components/wled/translations/fr.json +1 -0
  3399. homeassistant/components/wled/translations/it.json +2 -2
  3400. homeassistant/components/wmspro/cover.py +4 -7
  3401. homeassistant/components/wmspro/light.py +12 -9
  3402. homeassistant/components/wmspro/manifest.json +1 -1
  3403. homeassistant/components/wolflink/translations/it.json +5 -0
  3404. homeassistant/components/wyoming/assist_satellite.py +130 -22
  3405. homeassistant/components/wyoming/conversation.py +3 -3
  3406. homeassistant/components/wyoming/manifest.json +1 -1
  3407. homeassistant/components/wyoming/translations/it.json +1 -1
  3408. homeassistant/components/wyoming/translations/sv.json +2 -2
  3409. homeassistant/components/wyoming/tts.py +106 -2
  3410. homeassistant/components/wyoming/wake_word.py +4 -2
  3411. homeassistant/components/xbox/strings.json +7 -1
  3412. homeassistant/components/xbox/translations/cs.json +6 -0
  3413. homeassistant/components/xbox/translations/de.json +6 -0
  3414. homeassistant/components/xbox/translations/el.json +6 -0
  3415. homeassistant/components/xbox/translations/en-GB.json +6 -0
  3416. homeassistant/components/xbox/translations/en.json +6 -0
  3417. homeassistant/components/xbox/translations/es.json +6 -0
  3418. homeassistant/components/xbox/translations/et.json +6 -0
  3419. homeassistant/components/xbox/translations/fr.json +6 -0
  3420. homeassistant/components/xbox/translations/ga.json +14 -1
  3421. homeassistant/components/xbox/translations/he.json +6 -0
  3422. homeassistant/components/xbox/translations/hu.json +6 -0
  3423. homeassistant/components/xbox/translations/id.json +6 -0
  3424. homeassistant/components/xbox/translations/it.json +6 -0
  3425. homeassistant/components/xbox/translations/lt.json +6 -0
  3426. homeassistant/components/xbox/translations/mk.json +14 -1
  3427. homeassistant/components/xbox/translations/pt.json +6 -0
  3428. homeassistant/components/xbox/translations/ru.json +6 -0
  3429. homeassistant/components/xbox/translations/sk.json +6 -0
  3430. homeassistant/components/xbox/translations/sv.json +6 -0
  3431. homeassistant/components/xbox/translations/tr.json +6 -0
  3432. homeassistant/components/xbox/translations/zh-Hans.json +6 -0
  3433. homeassistant/components/xbox/translations/zh-Hant.json +6 -0
  3434. homeassistant/components/xiaomi_miio/fan.py +9 -3
  3435. homeassistant/components/xiaomi_miio/manifest.json +1 -1
  3436. homeassistant/components/xiaomi_miio/strings.json +13 -13
  3437. homeassistant/components/xiaomi_miio/translations/fr.json +24 -2
  3438. homeassistant/components/xiaomi_miio/translations/hu.json +30 -7
  3439. homeassistant/components/xiaomi_miio/translations/it.json +11 -2
  3440. homeassistant/components/xiaomi_miio/translations/ko.json +1 -1
  3441. homeassistant/components/xiaomi_miio/translations/sv.json +30 -7
  3442. homeassistant/components/yale/strings.json +7 -1
  3443. homeassistant/components/yale/translations/cs.json +6 -0
  3444. homeassistant/components/yale/translations/de.json +6 -0
  3445. homeassistant/components/yale/translations/el.json +6 -0
  3446. homeassistant/components/yale/translations/en-GB.json +6 -0
  3447. homeassistant/components/yale/translations/en.json +6 -0
  3448. homeassistant/components/yale/translations/es.json +6 -0
  3449. homeassistant/components/yale/translations/et.json +6 -0
  3450. homeassistant/components/yale/translations/fr.json +14 -1
  3451. homeassistant/components/yale/translations/ga.json +14 -1
  3452. homeassistant/components/yale/translations/he.json +6 -0
  3453. homeassistant/components/yale/translations/hu.json +6 -0
  3454. homeassistant/components/yale/translations/id.json +6 -0
  3455. homeassistant/components/yale/translations/it.json +6 -0
  3456. homeassistant/components/yale/translations/lt.json +6 -0
  3457. homeassistant/components/yale/translations/mk.json +14 -1
  3458. homeassistant/components/yale/translations/pt.json +6 -0
  3459. homeassistant/components/yale/translations/ru.json +6 -0
  3460. homeassistant/components/yale/translations/sk.json +6 -0
  3461. homeassistant/components/yale/translations/sv.json +6 -0
  3462. homeassistant/components/yale/translations/tr.json +6 -0
  3463. homeassistant/components/yale/translations/zh-Hans.json +6 -0
  3464. homeassistant/components/yale/translations/zh-Hant.json +6 -0
  3465. homeassistant/components/yale_smart_alarm/translations/el.json +2 -1
  3466. homeassistant/components/yale_smart_alarm/translations/it.json +3 -1
  3467. homeassistant/components/yamaha/translations/it.json +1 -1
  3468. homeassistant/components/yamaha_musiccast/__init__.py +3 -2
  3469. homeassistant/components/yamaha_musiccast/config_flow.py +5 -4
  3470. homeassistant/components/yamaha_musiccast/translations/it.json +13 -3
  3471. homeassistant/components/yeelight/translations/it.json +2 -1
  3472. homeassistant/components/yolink/__init__.py +2 -2
  3473. homeassistant/components/yolink/manifest.json +1 -1
  3474. homeassistant/components/yolink/services.py +3 -2
  3475. homeassistant/components/yolink/strings.json +7 -1
  3476. homeassistant/components/yolink/translations/cs.json +6 -0
  3477. homeassistant/components/yolink/translations/de.json +6 -0
  3478. homeassistant/components/yolink/translations/el.json +6 -0
  3479. homeassistant/components/yolink/translations/en-GB.json +6 -0
  3480. homeassistant/components/yolink/translations/en.json +6 -0
  3481. homeassistant/components/yolink/translations/es.json +6 -0
  3482. homeassistant/components/yolink/translations/et.json +6 -0
  3483. homeassistant/components/yolink/translations/fr.json +6 -0
  3484. homeassistant/components/yolink/translations/ga.json +12 -0
  3485. homeassistant/components/yolink/translations/he.json +6 -0
  3486. homeassistant/components/yolink/translations/hu.json +6 -0
  3487. homeassistant/components/yolink/translations/id.json +6 -0
  3488. homeassistant/components/yolink/translations/it.json +16 -4
  3489. homeassistant/components/yolink/translations/ko.json +1 -1
  3490. homeassistant/components/yolink/translations/lt.json +6 -0
  3491. homeassistant/components/yolink/translations/mk.json +12 -0
  3492. homeassistant/components/yolink/translations/pt.json +6 -0
  3493. homeassistant/components/yolink/translations/ru.json +6 -0
  3494. homeassistant/components/yolink/translations/sk.json +6 -0
  3495. homeassistant/components/yolink/translations/sv.json +6 -0
  3496. homeassistant/components/yolink/translations/tr.json +6 -0
  3497. homeassistant/components/yolink/translations/zh-Hans.json +6 -0
  3498. homeassistant/components/yolink/translations/zh-Hant.json +6 -0
  3499. homeassistant/components/yolink/valve.py +4 -1
  3500. homeassistant/components/youtube/translations/ko.json +1 -1
  3501. homeassistant/components/zha/manifest.json +7 -1
  3502. homeassistant/components/zha/strings.json +53 -3
  3503. homeassistant/components/zha/translations/bg.json +23 -0
  3504. homeassistant/components/zha/translations/cs.json +50 -0
  3505. homeassistant/components/zha/translations/de.json +50 -0
  3506. homeassistant/components/zha/translations/el.json +64 -0
  3507. homeassistant/components/zha/translations/en.json +50 -0
  3508. homeassistant/components/zha/translations/es.json +50 -0
  3509. homeassistant/components/zha/translations/et.json +50 -0
  3510. homeassistant/components/zha/translations/fr.json +50 -0
  3511. homeassistant/components/zha/translations/ga.json +46 -0
  3512. homeassistant/components/zha/translations/hu.json +53 -0
  3513. homeassistant/components/zha/translations/id.json +6 -0
  3514. homeassistant/components/zha/translations/it.json +77 -2
  3515. homeassistant/components/zha/translations/ja.json +41 -0
  3516. homeassistant/components/zha/translations/lt.json +50 -0
  3517. homeassistant/components/zha/translations/nl.json +41 -0
  3518. homeassistant/components/zha/translations/pt.json +50 -0
  3519. homeassistant/components/zha/translations/sk.json +50 -0
  3520. homeassistant/components/zha/translations/sv.json +38 -0
  3521. homeassistant/components/zha/translations/zh-Hans.json +50 -0
  3522. homeassistant/components/zha/translations/zh-Hant.json +50 -0
  3523. homeassistant/components/zha/websocket_api.py +2 -2
  3524. homeassistant/components/zimi/__init__.py +1 -1
  3525. homeassistant/components/zimi/light.py +1 -3
  3526. homeassistant/components/zoneminder/__init__.py +5 -25
  3527. homeassistant/components/zoneminder/const.py +3 -0
  3528. homeassistant/components/zoneminder/services.py +40 -0
  3529. homeassistant/components/zwave_js/__init__.py +2 -5
  3530. homeassistant/components/zwave_js/api.py +22 -25
  3531. homeassistant/components/zwave_js/climate.py +1 -3
  3532. homeassistant/components/zwave_js/config_flow.py +96 -96
  3533. homeassistant/components/zwave_js/device_trigger.py +4 -3
  3534. homeassistant/components/zwave_js/discovery.py +36 -8
  3535. homeassistant/components/zwave_js/manifest.json +1 -1
  3536. homeassistant/components/zwave_js/services.py +7 -0
  3537. homeassistant/components/zwave_js/strings.json +48 -32
  3538. homeassistant/components/zwave_js/translations/bg.json +6 -23
  3539. homeassistant/components/zwave_js/translations/cs.json +7 -46
  3540. homeassistant/components/zwave_js/translations/de.json +43 -27
  3541. homeassistant/components/zwave_js/translations/el.json +41 -25
  3542. homeassistant/components/zwave_js/translations/en-GB.json +30 -37
  3543. homeassistant/components/zwave_js/translations/en.json +41 -25
  3544. homeassistant/components/zwave_js/translations/es.json +39 -23
  3545. homeassistant/components/zwave_js/translations/et.json +30 -37
  3546. homeassistant/components/zwave_js/translations/fi.json +0 -26
  3547. homeassistant/components/zwave_js/translations/fr.json +6 -0
  3548. homeassistant/components/zwave_js/translations/ga.json +17 -39
  3549. homeassistant/components/zwave_js/translations/hu.json +29 -36
  3550. homeassistant/components/zwave_js/translations/it.json +26 -12
  3551. homeassistant/components/zwave_js/translations/ja.json +26 -0
  3552. homeassistant/components/zwave_js/translations/ko.json +0 -3
  3553. homeassistant/components/zwave_js/translations/lt.json +32 -39
  3554. homeassistant/components/zwave_js/translations/mk.json +16 -22
  3555. homeassistant/components/zwave_js/translations/nl.json +28 -1
  3556. homeassistant/components/zwave_js/translations/pt.json +7 -46
  3557. homeassistant/components/zwave_js/translations/ru.json +27 -36
  3558. homeassistant/components/zwave_js/translations/sk.json +40 -24
  3559. homeassistant/components/zwave_js/translations/sv.json +35 -42
  3560. homeassistant/components/zwave_js/translations/tr.json +0 -27
  3561. homeassistant/components/zwave_js/translations/zh-Hans.json +31 -38
  3562. homeassistant/components/zwave_js/translations/zh-Hant.json +30 -37
  3563. homeassistant/components/zwave_js/trigger.py +7 -35
  3564. homeassistant/components/zwave_js/triggers/event.py +29 -3
  3565. homeassistant/components/zwave_js/triggers/value_updated.py +27 -1
  3566. homeassistant/config.py +1 -2
  3567. homeassistant/config_entries.py +6 -0
  3568. homeassistant/const.py +4 -3
  3569. homeassistant/core.py +11 -14
  3570. homeassistant/core_config.py +5 -6
  3571. homeassistant/exceptions.py +1 -2
  3572. homeassistant/generated/config_flows.py +5 -1
  3573. homeassistant/generated/dhcp.py +101 -1
  3574. homeassistant/generated/integrations.json +37 -21
  3575. homeassistant/generated/usb.py +6 -0
  3576. homeassistant/generated/zeroconf.py +10 -0
  3577. homeassistant/helpers/area_registry.py +3 -6
  3578. homeassistant/helpers/backup.py +1 -2
  3579. homeassistant/helpers/condition.py +45 -24
  3580. homeassistant/helpers/config_entry_flow.py +3 -6
  3581. homeassistant/helpers/config_validation.py +5 -8
  3582. homeassistant/helpers/deprecation.py +3 -4
  3583. homeassistant/helpers/device_registry.py +48 -5
  3584. homeassistant/helpers/entity.py +1 -29
  3585. homeassistant/helpers/entity_registry.py +127 -13
  3586. homeassistant/helpers/json.py +1 -4
  3587. homeassistant/helpers/llm.py +17 -4
  3588. homeassistant/helpers/network.py +2 -4
  3589. homeassistant/helpers/recorder.py +5 -6
  3590. homeassistant/helpers/selector.py +72 -5
  3591. homeassistant/helpers/service.py +8 -7
  3592. homeassistant/helpers/storage.py +1 -1
  3593. homeassistant/helpers/sun.py +2 -2
  3594. homeassistant/helpers/system_info.py +19 -2
  3595. homeassistant/helpers/template.py +28 -17
  3596. homeassistant/helpers/trigger.py +257 -14
  3597. homeassistant/helpers/typing.py +1 -2
  3598. homeassistant/loader.py +11 -6
  3599. homeassistant/package_constraints.txt +26 -20
  3600. homeassistant/scripts/__init__.py +1 -3
  3601. homeassistant/scripts/check_config.py +1 -2
  3602. homeassistant/setup.py +1 -2
  3603. homeassistant/strings.json +3 -1
  3604. homeassistant/util/async_.py +1 -2
  3605. homeassistant/util/signal_type.pyi +2 -3
  3606. homeassistant/util/timeout.py +19 -5
  3607. homeassistant/util/yaml/loader.py +11 -7
  3608. {homeassistant-2025.6.3.dist-info → homeassistant-2025.7.0.dist-info}/METADATA +10 -19
  3609. {homeassistant-2025.6.3.dist-info → homeassistant-2025.7.0.dist-info}/RECORD +3614 -3371
  3610. homeassistant/backports/enum.py +0 -29
  3611. homeassistant/backports/functools.py +0 -31
  3612. homeassistant/components/devolo_home_control/devolo_multi_level_switch.py +0 -27
  3613. homeassistant/components/dweet/__init__.py +0 -79
  3614. homeassistant/components/dweet/manifest.json +0 -10
  3615. homeassistant/components/dweet/sensor.py +0 -124
  3616. homeassistant/components/juicenet/device.py +0 -19
  3617. homeassistant/components/juicenet/entity.py +0 -34
  3618. homeassistant/components/juicenet/number.py +0 -92
  3619. homeassistant/components/juicenet/sensor.py +0 -117
  3620. homeassistant/components/juicenet/switch.py +0 -49
  3621. homeassistant/components/synology_dsm/service.py +0 -77
  3622. homeassistant/components/thermopro/translations/ga.json +0 -9
  3623. homeassistant/components/thermopro/translations/mk.json +0 -9
  3624. homeassistant/components/zwave_js/translations/sq.json +0 -7
  3625. {homeassistant-2025.6.3.dist-info → homeassistant-2025.7.0.dist-info}/WHEEL +0 -0
  3626. {homeassistant-2025.6.3.dist-info → homeassistant-2025.7.0.dist-info}/entry_points.txt +0 -0
  3627. {homeassistant-2025.6.3.dist-info → homeassistant-2025.7.0.dist-info}/licenses/LICENSE.md +0 -0
  3628. {homeassistant-2025.6.3.dist-info → homeassistant-2025.7.0.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
  3629. {homeassistant-2025.6.3.dist-info → homeassistant-2025.7.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1017 @@
1
+ """Telegram bot classes and utilities."""
2
+
3
+ from abc import abstractmethod
4
+ import asyncio
5
+ from collections.abc import Callable, Sequence
6
+ import io
7
+ import logging
8
+ from ssl import SSLContext
9
+ from types import MappingProxyType
10
+ from typing import Any
11
+
12
+ import httpx
13
+ from telegram import (
14
+ Bot,
15
+ CallbackQuery,
16
+ InlineKeyboardButton,
17
+ InlineKeyboardMarkup,
18
+ InputPollOption,
19
+ Message,
20
+ ReplyKeyboardMarkup,
21
+ ReplyKeyboardRemove,
22
+ Update,
23
+ User,
24
+ )
25
+ from telegram.constants import ParseMode
26
+ from telegram.error import TelegramError
27
+ from telegram.ext import CallbackContext, filters
28
+ from telegram.request import HTTPXRequest
29
+
30
+ from homeassistant.config_entries import ConfigEntry
31
+ from homeassistant.const import (
32
+ ATTR_COMMAND,
33
+ CONF_API_KEY,
34
+ HTTP_BASIC_AUTHENTICATION,
35
+ HTTP_BEARER_AUTHENTICATION,
36
+ HTTP_DIGEST_AUTHENTICATION,
37
+ )
38
+ from homeassistant.core import Context, HomeAssistant
39
+ from homeassistant.exceptions import HomeAssistantError, ServiceValidationError
40
+ from homeassistant.util.ssl import get_default_context, get_default_no_verify_context
41
+
42
+ from .const import (
43
+ ATTR_ARGS,
44
+ ATTR_AUTHENTICATION,
45
+ ATTR_CAPTION,
46
+ ATTR_CHAT_ID,
47
+ ATTR_CHAT_INSTANCE,
48
+ ATTR_DATA,
49
+ ATTR_DATE,
50
+ ATTR_DISABLE_NOTIF,
51
+ ATTR_DISABLE_WEB_PREV,
52
+ ATTR_FILE,
53
+ ATTR_FROM_FIRST,
54
+ ATTR_FROM_LAST,
55
+ ATTR_KEYBOARD,
56
+ ATTR_KEYBOARD_INLINE,
57
+ ATTR_MESSAGE,
58
+ ATTR_MESSAGE_TAG,
59
+ ATTR_MESSAGE_THREAD_ID,
60
+ ATTR_MESSAGEID,
61
+ ATTR_MSG,
62
+ ATTR_MSGID,
63
+ ATTR_ONE_TIME_KEYBOARD,
64
+ ATTR_OPEN_PERIOD,
65
+ ATTR_PARSER,
66
+ ATTR_PASSWORD,
67
+ ATTR_REPLY_TO_MSGID,
68
+ ATTR_REPLYMARKUP,
69
+ ATTR_RESIZE_KEYBOARD,
70
+ ATTR_STICKER_ID,
71
+ ATTR_TEXT,
72
+ ATTR_TIMEOUT,
73
+ ATTR_TITLE,
74
+ ATTR_URL,
75
+ ATTR_USER_ID,
76
+ ATTR_USERNAME,
77
+ ATTR_VERIFY_SSL,
78
+ CONF_CHAT_ID,
79
+ CONF_PROXY_URL,
80
+ DOMAIN,
81
+ EVENT_TELEGRAM_CALLBACK,
82
+ EVENT_TELEGRAM_COMMAND,
83
+ EVENT_TELEGRAM_SENT,
84
+ EVENT_TELEGRAM_TEXT,
85
+ PARSER_HTML,
86
+ PARSER_MD,
87
+ PARSER_MD2,
88
+ PARSER_PLAIN_TEXT,
89
+ SERVICE_EDIT_CAPTION,
90
+ SERVICE_EDIT_MESSAGE,
91
+ SERVICE_SEND_ANIMATION,
92
+ SERVICE_SEND_DOCUMENT,
93
+ SERVICE_SEND_PHOTO,
94
+ SERVICE_SEND_STICKER,
95
+ SERVICE_SEND_VIDEO,
96
+ SERVICE_SEND_VOICE,
97
+ )
98
+
99
+ _LOGGER = logging.getLogger(__name__)
100
+
101
+ type TelegramBotConfigEntry = ConfigEntry[TelegramNotificationService]
102
+
103
+
104
+ class BaseTelegramBot:
105
+ """The base class for the telegram bot."""
106
+
107
+ def __init__(self, hass: HomeAssistant, config: TelegramBotConfigEntry) -> None:
108
+ """Initialize the bot base class."""
109
+ self.hass = hass
110
+ self.config = config
111
+
112
+ @abstractmethod
113
+ async def shutdown(self) -> None:
114
+ """Shutdown the bot application."""
115
+
116
+ async def handle_update(self, update: Update, context: CallbackContext) -> bool:
117
+ """Handle updates from bot application set up by the respective platform."""
118
+ _LOGGER.debug("Handling update %s", update)
119
+ if not self.authorize_update(update):
120
+ return False
121
+
122
+ # establish event type: text, command or callback_query
123
+ if update.callback_query:
124
+ # NOTE: Check for callback query first since effective message will be populated with the message
125
+ # in .callback_query (python-telegram-bot docs are wrong)
126
+ event_type, event_data = self._get_callback_query_event_data(
127
+ update.callback_query
128
+ )
129
+ elif update.effective_message:
130
+ event_type, event_data = self._get_message_event_data(
131
+ update.effective_message
132
+ )
133
+ else:
134
+ _LOGGER.warning("Unhandled update: %s", update)
135
+ return True
136
+
137
+ event_context = Context()
138
+
139
+ _LOGGER.debug("Firing event %s: %s", event_type, event_data)
140
+ self.hass.bus.async_fire(event_type, event_data, context=event_context)
141
+ return True
142
+
143
+ @staticmethod
144
+ def _get_command_event_data(command_text: str | None) -> dict[str, str | list]:
145
+ if not command_text or not command_text.startswith("/"):
146
+ return {}
147
+ command_parts = command_text.split()
148
+ command = command_parts[0]
149
+ args = command_parts[1:]
150
+ return {ATTR_COMMAND: command, ATTR_ARGS: args}
151
+
152
+ def _get_message_event_data(self, message: Message) -> tuple[str, dict[str, Any]]:
153
+ event_data: dict[str, Any] = {
154
+ ATTR_MSGID: message.message_id,
155
+ ATTR_CHAT_ID: message.chat.id,
156
+ ATTR_DATE: message.date,
157
+ ATTR_MESSAGE_THREAD_ID: message.message_thread_id,
158
+ }
159
+ if filters.COMMAND.filter(message):
160
+ # This is a command message - set event type to command and split data into command and args
161
+ event_type = EVENT_TELEGRAM_COMMAND
162
+ event_data.update(self._get_command_event_data(message.text))
163
+ else:
164
+ event_type = EVENT_TELEGRAM_TEXT
165
+ event_data[ATTR_TEXT] = message.text
166
+
167
+ if message.from_user:
168
+ event_data.update(self._get_user_event_data(message.from_user))
169
+
170
+ return event_type, event_data
171
+
172
+ def _get_user_event_data(self, user: User) -> dict[str, Any]:
173
+ return {
174
+ ATTR_USER_ID: user.id,
175
+ ATTR_FROM_FIRST: user.first_name,
176
+ ATTR_FROM_LAST: user.last_name,
177
+ }
178
+
179
+ def _get_callback_query_event_data(
180
+ self, callback_query: CallbackQuery
181
+ ) -> tuple[str, dict[str, Any]]:
182
+ event_type = EVENT_TELEGRAM_CALLBACK
183
+ event_data: dict[str, Any] = {
184
+ ATTR_MSGID: callback_query.id,
185
+ ATTR_CHAT_INSTANCE: callback_query.chat_instance,
186
+ ATTR_DATA: callback_query.data,
187
+ ATTR_MSG: None,
188
+ ATTR_CHAT_ID: None,
189
+ }
190
+ if callback_query.message:
191
+ event_data[ATTR_MSG] = callback_query.message.to_dict()
192
+ event_data[ATTR_CHAT_ID] = callback_query.message.chat.id
193
+
194
+ if callback_query.from_user:
195
+ event_data.update(self._get_user_event_data(callback_query.from_user))
196
+
197
+ # Split data into command and args if possible
198
+ event_data.update(self._get_command_event_data(callback_query.data))
199
+
200
+ return event_type, event_data
201
+
202
+ def authorize_update(self, update: Update) -> bool:
203
+ """Make sure either user or chat is in allowed_chat_ids."""
204
+ from_user = update.effective_user.id if update.effective_user else None
205
+ from_chat = update.effective_chat.id if update.effective_chat else None
206
+ allowed_chat_ids: list[int] = [
207
+ subentry.data[CONF_CHAT_ID] for subentry in self.config.subentries.values()
208
+ ]
209
+ if from_user in allowed_chat_ids or from_chat in allowed_chat_ids:
210
+ return True
211
+ _LOGGER.error(
212
+ (
213
+ "Unauthorized update - neither user id %s nor chat id %s is in allowed"
214
+ " chats: %s"
215
+ ),
216
+ from_user,
217
+ from_chat,
218
+ allowed_chat_ids,
219
+ )
220
+ return False
221
+
222
+
223
+ class TelegramNotificationService:
224
+ """Implement the notification services for the Telegram Bot domain."""
225
+
226
+ def __init__(
227
+ self,
228
+ hass: HomeAssistant,
229
+ app: BaseTelegramBot,
230
+ bot: Bot,
231
+ config: TelegramBotConfigEntry,
232
+ parser: str,
233
+ ) -> None:
234
+ """Initialize the service."""
235
+ self.app = app
236
+ self.config = config
237
+ self._parsers: dict[str, str | None] = {
238
+ PARSER_HTML: ParseMode.HTML,
239
+ PARSER_MD: ParseMode.MARKDOWN,
240
+ PARSER_MD2: ParseMode.MARKDOWN_V2,
241
+ PARSER_PLAIN_TEXT: None,
242
+ }
243
+ self.parse_mode = self._parsers[parser]
244
+ self.bot = bot
245
+ self.hass = hass
246
+ self._last_message_id: dict[int, int] = {}
247
+
248
+ def _get_allowed_chat_ids(self) -> list[int]:
249
+ allowed_chat_ids: list[int] = [
250
+ subentry.data[CONF_CHAT_ID] for subentry in self.config.subentries.values()
251
+ ]
252
+
253
+ if not allowed_chat_ids:
254
+ bot_name: str = self.config.title
255
+ raise ServiceValidationError(
256
+ "No allowed chat IDs found for bot",
257
+ translation_domain=DOMAIN,
258
+ translation_key="missing_allowed_chat_ids",
259
+ translation_placeholders={
260
+ "bot_name": bot_name,
261
+ },
262
+ )
263
+
264
+ return allowed_chat_ids
265
+
266
+ def _get_msg_ids(
267
+ self, msg_data: dict[str, Any], chat_id: int
268
+ ) -> tuple[Any | None, int | None]:
269
+ """Get the message id to edit.
270
+
271
+ This can be one of (message_id, inline_message_id) from a msg dict,
272
+ returning a tuple.
273
+ **You can use 'last' as message_id** to edit
274
+ the message last sent in the chat_id.
275
+ """
276
+ message_id: Any | None = None
277
+ inline_message_id: int | None = None
278
+ if ATTR_MESSAGEID in msg_data:
279
+ message_id = msg_data[ATTR_MESSAGEID]
280
+ if (
281
+ isinstance(message_id, str)
282
+ and (message_id == "last")
283
+ and (chat_id in self._last_message_id)
284
+ ):
285
+ message_id = self._last_message_id[chat_id]
286
+ else:
287
+ inline_message_id = msg_data["inline_message_id"]
288
+ return message_id, inline_message_id
289
+
290
+ def get_target_chat_ids(self, target: int | list[int] | None) -> list[int]:
291
+ """Validate chat_id targets or return default target (first).
292
+
293
+ :param target: optional list of integers ([12234, -12345])
294
+ :return list of chat_id targets (integers)
295
+ """
296
+ allowed_chat_ids: list[int] = self._get_allowed_chat_ids()
297
+
298
+ if target is None:
299
+ return [allowed_chat_ids[0]]
300
+
301
+ chat_ids = [target] if isinstance(target, int) else target
302
+ valid_chat_ids = [
303
+ chat_id for chat_id in chat_ids if chat_id in allowed_chat_ids
304
+ ]
305
+ if not valid_chat_ids:
306
+ raise ServiceValidationError(
307
+ "Invalid chat IDs",
308
+ translation_domain=DOMAIN,
309
+ translation_key="invalid_chat_ids",
310
+ translation_placeholders={
311
+ "chat_ids": ", ".join(str(chat_id) for chat_id in chat_ids),
312
+ "bot_name": self.config.title,
313
+ },
314
+ )
315
+ return valid_chat_ids
316
+
317
+ def _get_msg_kwargs(self, data: dict[str, Any]) -> dict[str, Any]:
318
+ """Get parameters in message data kwargs."""
319
+
320
+ def _make_row_inline_keyboard(row_keyboard: Any) -> list[InlineKeyboardButton]:
321
+ """Make a list of InlineKeyboardButtons.
322
+
323
+ It can accept:
324
+ - a list of tuples like:
325
+ `[(text_b1, data_callback_b1),
326
+ (text_b2, data_callback_b2), ...]
327
+ - a string like: `/cmd1, /cmd2, /cmd3`
328
+ - or a string like: `text_b1:/cmd1, text_b2:/cmd2`
329
+ - also supports urls instead of callback commands
330
+ """
331
+ buttons = []
332
+ if isinstance(row_keyboard, str):
333
+ for key in row_keyboard.split(","):
334
+ if ":/" in key:
335
+ # check if command or URL
336
+ if "https://" in key:
337
+ label = key.split(":")[0]
338
+ url = key[len(label) + 1 :]
339
+ buttons.append(InlineKeyboardButton(label, url=url))
340
+ else:
341
+ # commands like: 'Label:/cmd' become ('Label', '/cmd')
342
+ label = key.split(":/")[0]
343
+ command = key[len(label) + 1 :]
344
+ buttons.append(
345
+ InlineKeyboardButton(label, callback_data=command)
346
+ )
347
+ else:
348
+ # commands like: '/cmd' become ('CMD', '/cmd')
349
+ label = key.strip()[1:].upper()
350
+ buttons.append(InlineKeyboardButton(label, callback_data=key))
351
+ elif isinstance(row_keyboard, list):
352
+ for entry in row_keyboard:
353
+ text_btn, data_btn = entry
354
+ if data_btn.startswith("https://"):
355
+ buttons.append(InlineKeyboardButton(text_btn, url=data_btn))
356
+ else:
357
+ buttons.append(
358
+ InlineKeyboardButton(text_btn, callback_data=data_btn)
359
+ )
360
+ else:
361
+ raise TypeError(str(row_keyboard))
362
+ return buttons
363
+
364
+ # Defaults
365
+ params: dict[str, Any] = {
366
+ ATTR_PARSER: self.parse_mode,
367
+ ATTR_DISABLE_NOTIF: False,
368
+ ATTR_DISABLE_WEB_PREV: None,
369
+ ATTR_REPLY_TO_MSGID: None,
370
+ ATTR_REPLYMARKUP: None,
371
+ ATTR_TIMEOUT: None,
372
+ ATTR_MESSAGE_TAG: None,
373
+ ATTR_MESSAGE_THREAD_ID: None,
374
+ }
375
+ if data is not None:
376
+ if ATTR_PARSER in data:
377
+ params[ATTR_PARSER] = self._parsers.get(
378
+ data[ATTR_PARSER], self.parse_mode
379
+ )
380
+ if ATTR_TIMEOUT in data:
381
+ params[ATTR_TIMEOUT] = data[ATTR_TIMEOUT]
382
+ if ATTR_DISABLE_NOTIF in data:
383
+ params[ATTR_DISABLE_NOTIF] = data[ATTR_DISABLE_NOTIF]
384
+ if ATTR_DISABLE_WEB_PREV in data:
385
+ params[ATTR_DISABLE_WEB_PREV] = data[ATTR_DISABLE_WEB_PREV]
386
+ if ATTR_REPLY_TO_MSGID in data:
387
+ params[ATTR_REPLY_TO_MSGID] = data[ATTR_REPLY_TO_MSGID]
388
+ if ATTR_MESSAGE_TAG in data:
389
+ params[ATTR_MESSAGE_TAG] = data[ATTR_MESSAGE_TAG]
390
+ if ATTR_MESSAGE_THREAD_ID in data:
391
+ params[ATTR_MESSAGE_THREAD_ID] = data[ATTR_MESSAGE_THREAD_ID]
392
+ # Keyboards:
393
+ if ATTR_KEYBOARD in data:
394
+ keys = data.get(ATTR_KEYBOARD)
395
+ keys = keys if isinstance(keys, list) else [keys]
396
+ if keys:
397
+ params[ATTR_REPLYMARKUP] = ReplyKeyboardMarkup(
398
+ [[key.strip() for key in row.split(",")] for row in keys],
399
+ resize_keyboard=data.get(ATTR_RESIZE_KEYBOARD, False),
400
+ one_time_keyboard=data.get(ATTR_ONE_TIME_KEYBOARD, False),
401
+ )
402
+ else:
403
+ params[ATTR_REPLYMARKUP] = ReplyKeyboardRemove(True)
404
+
405
+ elif ATTR_KEYBOARD_INLINE in data:
406
+ keys = data.get(ATTR_KEYBOARD_INLINE)
407
+ keys = keys if isinstance(keys, list) else [keys]
408
+ params[ATTR_REPLYMARKUP] = InlineKeyboardMarkup(
409
+ [_make_row_inline_keyboard(row) for row in keys]
410
+ )
411
+ return params
412
+
413
+ async def _send_msg(
414
+ self,
415
+ func_send: Callable,
416
+ msg_error: str,
417
+ message_tag: str | None,
418
+ *args_msg: Any,
419
+ context: Context | None = None,
420
+ **kwargs_msg: Any,
421
+ ) -> Any:
422
+ """Send one message."""
423
+ try:
424
+ out = await func_send(*args_msg, **kwargs_msg)
425
+ if isinstance(out, Message):
426
+ chat_id = out.chat_id
427
+ message_id = out.message_id
428
+ self._last_message_id[chat_id] = message_id
429
+ _LOGGER.debug(
430
+ "Last message ID: %s (from chat_id %s)",
431
+ self._last_message_id,
432
+ chat_id,
433
+ )
434
+
435
+ event_data: dict[str, Any] = {
436
+ ATTR_CHAT_ID: chat_id,
437
+ ATTR_MESSAGEID: message_id,
438
+ }
439
+ if message_tag is not None:
440
+ event_data[ATTR_MESSAGE_TAG] = message_tag
441
+ if kwargs_msg.get(ATTR_MESSAGE_THREAD_ID) is not None:
442
+ event_data[ATTR_MESSAGE_THREAD_ID] = kwargs_msg[
443
+ ATTR_MESSAGE_THREAD_ID
444
+ ]
445
+ self.hass.bus.async_fire(
446
+ EVENT_TELEGRAM_SENT, event_data, context=context
447
+ )
448
+ except TelegramError as exc:
449
+ _LOGGER.error(
450
+ "%s: %s. Args: %s, kwargs: %s", msg_error, exc, args_msg, kwargs_msg
451
+ )
452
+ return None
453
+ return out
454
+
455
+ async def send_message(
456
+ self,
457
+ message: str = "",
458
+ target: Any = None,
459
+ context: Context | None = None,
460
+ **kwargs: dict[str, Any],
461
+ ) -> dict[int, int]:
462
+ """Send a message to one or multiple pre-allowed chat IDs."""
463
+ title = kwargs.get(ATTR_TITLE)
464
+ text = f"{title}\n{message}" if title else message
465
+ params = self._get_msg_kwargs(kwargs)
466
+ msg_ids = {}
467
+ for chat_id in self.get_target_chat_ids(target):
468
+ _LOGGER.debug("Send message in chat ID %s with params: %s", chat_id, params)
469
+ msg = await self._send_msg(
470
+ self.bot.send_message,
471
+ "Error sending message",
472
+ params[ATTR_MESSAGE_TAG],
473
+ chat_id,
474
+ text,
475
+ parse_mode=params[ATTR_PARSER],
476
+ disable_web_page_preview=params[ATTR_DISABLE_WEB_PREV],
477
+ disable_notification=params[ATTR_DISABLE_NOTIF],
478
+ reply_to_message_id=params[ATTR_REPLY_TO_MSGID],
479
+ reply_markup=params[ATTR_REPLYMARKUP],
480
+ read_timeout=params[ATTR_TIMEOUT],
481
+ message_thread_id=params[ATTR_MESSAGE_THREAD_ID],
482
+ context=context,
483
+ )
484
+ if msg is not None:
485
+ msg_ids[chat_id] = msg.id
486
+ return msg_ids
487
+
488
+ async def delete_message(
489
+ self,
490
+ chat_id: int | None = None,
491
+ context: Context | None = None,
492
+ **kwargs: dict[str, Any],
493
+ ) -> bool:
494
+ """Delete a previously sent message."""
495
+ chat_id = self.get_target_chat_ids(chat_id)[0]
496
+ message_id, _ = self._get_msg_ids(kwargs, chat_id)
497
+ _LOGGER.debug("Delete message %s in chat ID %s", message_id, chat_id)
498
+ deleted: bool = await self._send_msg(
499
+ self.bot.delete_message,
500
+ "Error deleting message",
501
+ None,
502
+ chat_id,
503
+ message_id,
504
+ context=context,
505
+ )
506
+ # reduce message_id anyway:
507
+ if chat_id in self._last_message_id:
508
+ # change last msg_id for deque(n_msgs)?
509
+ self._last_message_id[chat_id] -= 1
510
+ return deleted
511
+
512
+ async def edit_message(
513
+ self,
514
+ type_edit: str,
515
+ chat_id: int | None = None,
516
+ context: Context | None = None,
517
+ **kwargs: dict[str, Any],
518
+ ) -> Any:
519
+ """Edit a previously sent message."""
520
+ chat_id = self.get_target_chat_ids(chat_id)[0]
521
+ message_id, inline_message_id = self._get_msg_ids(kwargs, chat_id)
522
+ params = self._get_msg_kwargs(kwargs)
523
+ _LOGGER.debug(
524
+ "Edit message %s in chat ID %s with params: %s",
525
+ message_id or inline_message_id,
526
+ chat_id,
527
+ params,
528
+ )
529
+ if type_edit == SERVICE_EDIT_MESSAGE:
530
+ message = kwargs.get(ATTR_MESSAGE)
531
+ title = kwargs.get(ATTR_TITLE)
532
+ text = f"{title}\n{message}" if title else message
533
+ _LOGGER.debug("Editing message with ID %s", message_id or inline_message_id)
534
+ return await self._send_msg(
535
+ self.bot.edit_message_text,
536
+ "Error editing text message",
537
+ params[ATTR_MESSAGE_TAG],
538
+ text,
539
+ chat_id=chat_id,
540
+ message_id=message_id,
541
+ inline_message_id=inline_message_id,
542
+ parse_mode=params[ATTR_PARSER],
543
+ disable_web_page_preview=params[ATTR_DISABLE_WEB_PREV],
544
+ reply_markup=params[ATTR_REPLYMARKUP],
545
+ read_timeout=params[ATTR_TIMEOUT],
546
+ context=context,
547
+ )
548
+ if type_edit == SERVICE_EDIT_CAPTION:
549
+ return await self._send_msg(
550
+ self.bot.edit_message_caption,
551
+ "Error editing message attributes",
552
+ params[ATTR_MESSAGE_TAG],
553
+ chat_id=chat_id,
554
+ message_id=message_id,
555
+ inline_message_id=inline_message_id,
556
+ caption=kwargs.get(ATTR_CAPTION),
557
+ reply_markup=params[ATTR_REPLYMARKUP],
558
+ read_timeout=params[ATTR_TIMEOUT],
559
+ parse_mode=params[ATTR_PARSER],
560
+ context=context,
561
+ )
562
+
563
+ return await self._send_msg(
564
+ self.bot.edit_message_reply_markup,
565
+ "Error editing message attributes",
566
+ params[ATTR_MESSAGE_TAG],
567
+ chat_id=chat_id,
568
+ message_id=message_id,
569
+ inline_message_id=inline_message_id,
570
+ reply_markup=params[ATTR_REPLYMARKUP],
571
+ read_timeout=params[ATTR_TIMEOUT],
572
+ context=context,
573
+ )
574
+
575
+ async def answer_callback_query(
576
+ self,
577
+ message: str | None,
578
+ callback_query_id: str,
579
+ show_alert: bool = False,
580
+ context: Context | None = None,
581
+ **kwargs: dict[str, Any],
582
+ ) -> None:
583
+ """Answer a callback originated with a press in an inline keyboard."""
584
+ params = self._get_msg_kwargs(kwargs)
585
+ _LOGGER.debug(
586
+ "Answer callback query with callback ID %s: %s, alert: %s",
587
+ callback_query_id,
588
+ message,
589
+ show_alert,
590
+ )
591
+ await self._send_msg(
592
+ self.bot.answer_callback_query,
593
+ "Error sending answer callback query",
594
+ params[ATTR_MESSAGE_TAG],
595
+ callback_query_id,
596
+ text=message,
597
+ show_alert=show_alert,
598
+ read_timeout=params[ATTR_TIMEOUT],
599
+ context=context,
600
+ )
601
+
602
+ async def send_file(
603
+ self,
604
+ file_type: str,
605
+ target: Any = None,
606
+ context: Context | None = None,
607
+ **kwargs: Any,
608
+ ) -> dict[int, int]:
609
+ """Send a photo, sticker, video, or document."""
610
+ params = self._get_msg_kwargs(kwargs)
611
+ file_content = await load_data(
612
+ self.hass,
613
+ url=kwargs.get(ATTR_URL),
614
+ filepath=kwargs.get(ATTR_FILE),
615
+ username=kwargs.get(ATTR_USERNAME, ""),
616
+ password=kwargs.get(ATTR_PASSWORD, ""),
617
+ authentication=kwargs.get(ATTR_AUTHENTICATION),
618
+ verify_ssl=(
619
+ get_default_context()
620
+ if kwargs.get(ATTR_VERIFY_SSL, False)
621
+ else get_default_no_verify_context()
622
+ ),
623
+ )
624
+
625
+ msg_ids = {}
626
+ if file_content:
627
+ for chat_id in self.get_target_chat_ids(target):
628
+ _LOGGER.debug("Sending file to chat ID %s", chat_id)
629
+
630
+ if file_type == SERVICE_SEND_PHOTO:
631
+ msg = await self._send_msg(
632
+ self.bot.send_photo,
633
+ "Error sending photo",
634
+ params[ATTR_MESSAGE_TAG],
635
+ chat_id=chat_id,
636
+ photo=file_content,
637
+ caption=kwargs.get(ATTR_CAPTION),
638
+ disable_notification=params[ATTR_DISABLE_NOTIF],
639
+ reply_to_message_id=params[ATTR_REPLY_TO_MSGID],
640
+ reply_markup=params[ATTR_REPLYMARKUP],
641
+ read_timeout=params[ATTR_TIMEOUT],
642
+ parse_mode=params[ATTR_PARSER],
643
+ message_thread_id=params[ATTR_MESSAGE_THREAD_ID],
644
+ context=context,
645
+ )
646
+
647
+ elif file_type == SERVICE_SEND_STICKER:
648
+ msg = await self._send_msg(
649
+ self.bot.send_sticker,
650
+ "Error sending sticker",
651
+ params[ATTR_MESSAGE_TAG],
652
+ chat_id=chat_id,
653
+ sticker=file_content,
654
+ disable_notification=params[ATTR_DISABLE_NOTIF],
655
+ reply_to_message_id=params[ATTR_REPLY_TO_MSGID],
656
+ reply_markup=params[ATTR_REPLYMARKUP],
657
+ read_timeout=params[ATTR_TIMEOUT],
658
+ message_thread_id=params[ATTR_MESSAGE_THREAD_ID],
659
+ context=context,
660
+ )
661
+
662
+ elif file_type == SERVICE_SEND_VIDEO:
663
+ msg = await self._send_msg(
664
+ self.bot.send_video,
665
+ "Error sending video",
666
+ params[ATTR_MESSAGE_TAG],
667
+ chat_id=chat_id,
668
+ video=file_content,
669
+ caption=kwargs.get(ATTR_CAPTION),
670
+ disable_notification=params[ATTR_DISABLE_NOTIF],
671
+ reply_to_message_id=params[ATTR_REPLY_TO_MSGID],
672
+ reply_markup=params[ATTR_REPLYMARKUP],
673
+ read_timeout=params[ATTR_TIMEOUT],
674
+ parse_mode=params[ATTR_PARSER],
675
+ message_thread_id=params[ATTR_MESSAGE_THREAD_ID],
676
+ context=context,
677
+ )
678
+ elif file_type == SERVICE_SEND_DOCUMENT:
679
+ msg = await self._send_msg(
680
+ self.bot.send_document,
681
+ "Error sending document",
682
+ params[ATTR_MESSAGE_TAG],
683
+ chat_id=chat_id,
684
+ document=file_content,
685
+ caption=kwargs.get(ATTR_CAPTION),
686
+ disable_notification=params[ATTR_DISABLE_NOTIF],
687
+ reply_to_message_id=params[ATTR_REPLY_TO_MSGID],
688
+ reply_markup=params[ATTR_REPLYMARKUP],
689
+ read_timeout=params[ATTR_TIMEOUT],
690
+ parse_mode=params[ATTR_PARSER],
691
+ message_thread_id=params[ATTR_MESSAGE_THREAD_ID],
692
+ context=context,
693
+ )
694
+ elif file_type == SERVICE_SEND_VOICE:
695
+ msg = await self._send_msg(
696
+ self.bot.send_voice,
697
+ "Error sending voice",
698
+ params[ATTR_MESSAGE_TAG],
699
+ chat_id=chat_id,
700
+ voice=file_content,
701
+ caption=kwargs.get(ATTR_CAPTION),
702
+ disable_notification=params[ATTR_DISABLE_NOTIF],
703
+ reply_to_message_id=params[ATTR_REPLY_TO_MSGID],
704
+ reply_markup=params[ATTR_REPLYMARKUP],
705
+ read_timeout=params[ATTR_TIMEOUT],
706
+ message_thread_id=params[ATTR_MESSAGE_THREAD_ID],
707
+ context=context,
708
+ )
709
+ elif file_type == SERVICE_SEND_ANIMATION:
710
+ msg = await self._send_msg(
711
+ self.bot.send_animation,
712
+ "Error sending animation",
713
+ params[ATTR_MESSAGE_TAG],
714
+ chat_id=chat_id,
715
+ animation=file_content,
716
+ caption=kwargs.get(ATTR_CAPTION),
717
+ disable_notification=params[ATTR_DISABLE_NOTIF],
718
+ reply_to_message_id=params[ATTR_REPLY_TO_MSGID],
719
+ reply_markup=params[ATTR_REPLYMARKUP],
720
+ read_timeout=params[ATTR_TIMEOUT],
721
+ parse_mode=params[ATTR_PARSER],
722
+ message_thread_id=params[ATTR_MESSAGE_THREAD_ID],
723
+ context=context,
724
+ )
725
+
726
+ msg_ids[chat_id] = msg.id
727
+ file_content.seek(0)
728
+ else:
729
+ _LOGGER.error("Can't send file with kwargs: %s", kwargs)
730
+
731
+ return msg_ids
732
+
733
+ async def send_sticker(
734
+ self,
735
+ target: Any = None,
736
+ context: Context | None = None,
737
+ **kwargs: Any,
738
+ ) -> dict[int, int]:
739
+ """Send a sticker from a telegram sticker pack."""
740
+ params = self._get_msg_kwargs(kwargs)
741
+ stickerid = kwargs.get(ATTR_STICKER_ID)
742
+
743
+ msg_ids = {}
744
+ if stickerid:
745
+ for chat_id in self.get_target_chat_ids(target):
746
+ msg = await self._send_msg(
747
+ self.bot.send_sticker,
748
+ "Error sending sticker",
749
+ params[ATTR_MESSAGE_TAG],
750
+ chat_id=chat_id,
751
+ sticker=stickerid,
752
+ disable_notification=params[ATTR_DISABLE_NOTIF],
753
+ reply_to_message_id=params[ATTR_REPLY_TO_MSGID],
754
+ reply_markup=params[ATTR_REPLYMARKUP],
755
+ read_timeout=params[ATTR_TIMEOUT],
756
+ message_thread_id=params[ATTR_MESSAGE_THREAD_ID],
757
+ context=context,
758
+ )
759
+ msg_ids[chat_id] = msg.id
760
+ return msg_ids
761
+ return await self.send_file(SERVICE_SEND_STICKER, target, context, **kwargs)
762
+
763
+ async def send_location(
764
+ self,
765
+ latitude: Any,
766
+ longitude: Any,
767
+ target: Any = None,
768
+ context: Context | None = None,
769
+ **kwargs: dict[str, Any],
770
+ ) -> dict[int, int]:
771
+ """Send a location."""
772
+ latitude = float(latitude)
773
+ longitude = float(longitude)
774
+ params = self._get_msg_kwargs(kwargs)
775
+ msg_ids = {}
776
+ for chat_id in self.get_target_chat_ids(target):
777
+ _LOGGER.debug(
778
+ "Send location %s/%s to chat ID %s", latitude, longitude, chat_id
779
+ )
780
+ msg = await self._send_msg(
781
+ self.bot.send_location,
782
+ "Error sending location",
783
+ params[ATTR_MESSAGE_TAG],
784
+ chat_id=chat_id,
785
+ latitude=latitude,
786
+ longitude=longitude,
787
+ disable_notification=params[ATTR_DISABLE_NOTIF],
788
+ reply_to_message_id=params[ATTR_REPLY_TO_MSGID],
789
+ read_timeout=params[ATTR_TIMEOUT],
790
+ message_thread_id=params[ATTR_MESSAGE_THREAD_ID],
791
+ context=context,
792
+ )
793
+ msg_ids[chat_id] = msg.id
794
+ return msg_ids
795
+
796
+ async def send_poll(
797
+ self,
798
+ question: str,
799
+ options: Sequence[str | InputPollOption],
800
+ is_anonymous: bool | None,
801
+ allows_multiple_answers: bool | None,
802
+ target: Any = None,
803
+ context: Context | None = None,
804
+ **kwargs: dict[str, Any],
805
+ ) -> dict[int, int]:
806
+ """Send a poll."""
807
+ params = self._get_msg_kwargs(kwargs)
808
+ openperiod = kwargs.get(ATTR_OPEN_PERIOD)
809
+ msg_ids = {}
810
+ for chat_id in self.get_target_chat_ids(target):
811
+ _LOGGER.debug("Send poll '%s' to chat ID %s", question, chat_id)
812
+ msg = await self._send_msg(
813
+ self.bot.send_poll,
814
+ "Error sending poll",
815
+ params[ATTR_MESSAGE_TAG],
816
+ chat_id=chat_id,
817
+ question=question,
818
+ options=options,
819
+ is_anonymous=is_anonymous,
820
+ allows_multiple_answers=allows_multiple_answers,
821
+ open_period=openperiod,
822
+ disable_notification=params[ATTR_DISABLE_NOTIF],
823
+ reply_to_message_id=params[ATTR_REPLY_TO_MSGID],
824
+ read_timeout=params[ATTR_TIMEOUT],
825
+ message_thread_id=params[ATTR_MESSAGE_THREAD_ID],
826
+ context=context,
827
+ )
828
+ msg_ids[chat_id] = msg.id
829
+ return msg_ids
830
+
831
+ async def leave_chat(
832
+ self,
833
+ chat_id: int | None = None,
834
+ context: Context | None = None,
835
+ **kwargs: dict[str, Any],
836
+ ) -> Any:
837
+ """Remove bot from chat."""
838
+ chat_id = self.get_target_chat_ids(chat_id)[0]
839
+ _LOGGER.debug("Leave from chat ID %s", chat_id)
840
+ return await self._send_msg(
841
+ self.bot.leave_chat, "Error leaving chat", None, chat_id, context=context
842
+ )
843
+
844
+ async def set_message_reaction(
845
+ self,
846
+ reaction: str,
847
+ chat_id: int | None = None,
848
+ is_big: bool = False,
849
+ context: Context | None = None,
850
+ **kwargs: dict[str, Any],
851
+ ) -> None:
852
+ """Set the bot's reaction for a given message."""
853
+ chat_id = self.get_target_chat_ids(chat_id)[0]
854
+ message_id, _ = self._get_msg_ids(kwargs, chat_id)
855
+ params = self._get_msg_kwargs(kwargs)
856
+
857
+ _LOGGER.debug(
858
+ "Set reaction to message %s in chat ID %s to %s with params: %s",
859
+ message_id,
860
+ chat_id,
861
+ reaction,
862
+ params,
863
+ )
864
+
865
+ await self._send_msg(
866
+ self.bot.set_message_reaction,
867
+ "Error setting message reaction",
868
+ params[ATTR_MESSAGE_TAG],
869
+ chat_id,
870
+ message_id,
871
+ reaction=reaction,
872
+ is_big=is_big,
873
+ read_timeout=params[ATTR_TIMEOUT],
874
+ context=context,
875
+ )
876
+
877
+
878
+ def initialize_bot(hass: HomeAssistant, p_config: MappingProxyType[str, Any]) -> Bot:
879
+ """Initialize telegram bot with proxy support."""
880
+ api_key: str = p_config[CONF_API_KEY]
881
+ proxy_url: str | None = p_config.get(CONF_PROXY_URL)
882
+
883
+ if proxy_url is not None:
884
+ proxy = httpx.Proxy(proxy_url)
885
+ request = HTTPXRequest(connection_pool_size=8, proxy=proxy)
886
+ else:
887
+ request = HTTPXRequest(connection_pool_size=8)
888
+ return Bot(token=api_key, request=request)
889
+
890
+
891
+ async def load_data(
892
+ hass: HomeAssistant,
893
+ url: str | None,
894
+ filepath: str | None,
895
+ username: str,
896
+ password: str,
897
+ authentication: str | None,
898
+ verify_ssl: SSLContext,
899
+ num_retries: int = 5,
900
+ ) -> io.BytesIO:
901
+ """Load data into ByteIO/File container from a source."""
902
+ if url is not None:
903
+ # Load data from URL
904
+ params: dict[str, Any] = {}
905
+ headers: dict[str, str] = {}
906
+ _validate_credentials_input(authentication, username, password)
907
+ if authentication == HTTP_BEARER_AUTHENTICATION:
908
+ headers = {"Authorization": f"Bearer {password}"}
909
+ elif authentication == HTTP_DIGEST_AUTHENTICATION:
910
+ params["auth"] = httpx.DigestAuth(username, password)
911
+ elif authentication == HTTP_BASIC_AUTHENTICATION:
912
+ params["auth"] = httpx.BasicAuth(username, password)
913
+
914
+ if verify_ssl is not None:
915
+ params["verify"] = verify_ssl
916
+
917
+ retry_num = 0
918
+ async with httpx.AsyncClient(timeout=15, headers=headers, **params) as client:
919
+ while retry_num < num_retries:
920
+ try:
921
+ req = await client.get(url)
922
+ except (httpx.HTTPError, httpx.InvalidURL) as err:
923
+ raise HomeAssistantError(
924
+ f"Failed to load URL: {err!s}",
925
+ translation_domain=DOMAIN,
926
+ translation_key="failed_to_load_url",
927
+ translation_placeholders={"error": str(err)},
928
+ ) from err
929
+
930
+ if req.status_code != 200:
931
+ _LOGGER.warning(
932
+ "Status code %s (retry #%s) loading %s",
933
+ req.status_code,
934
+ retry_num + 1,
935
+ url,
936
+ )
937
+ else:
938
+ data = io.BytesIO(req.content)
939
+ if data.read():
940
+ data.seek(0)
941
+ data.name = url
942
+ return data
943
+ _LOGGER.warning("Empty data (retry #%s) in %s)", retry_num + 1, url)
944
+ retry_num += 1
945
+ if retry_num < num_retries:
946
+ await asyncio.sleep(
947
+ 1
948
+ ) # Add a sleep to allow other async operations to proceed
949
+ raise HomeAssistantError(
950
+ f"Failed to load URL: {req.status_code}",
951
+ translation_domain=DOMAIN,
952
+ translation_key="failed_to_load_url",
953
+ translation_placeholders={"error": str(req.status_code)},
954
+ )
955
+ elif filepath is not None:
956
+ if hass.config.is_allowed_path(filepath):
957
+ return await hass.async_add_executor_job(_read_file_as_bytesio, filepath)
958
+
959
+ raise ServiceValidationError(
960
+ "File path has not been configured in allowlist_external_dirs.",
961
+ translation_domain=DOMAIN,
962
+ translation_key="allowlist_external_dirs_error",
963
+ )
964
+ else:
965
+ raise ServiceValidationError(
966
+ "URL or File is required.",
967
+ translation_domain=DOMAIN,
968
+ translation_key="missing_input",
969
+ translation_placeholders={"field": "URL or File"},
970
+ )
971
+
972
+
973
+ def _validate_credentials_input(
974
+ authentication: str | None, username: str | None, password: str | None
975
+ ) -> None:
976
+ if (
977
+ authentication in (HTTP_BASIC_AUTHENTICATION, HTTP_DIGEST_AUTHENTICATION)
978
+ and not username
979
+ ):
980
+ raise ServiceValidationError(
981
+ "Username is required.",
982
+ translation_domain=DOMAIN,
983
+ translation_key="missing_input",
984
+ translation_placeholders={"field": "Username"},
985
+ )
986
+
987
+ if (
988
+ authentication
989
+ in (
990
+ HTTP_BASIC_AUTHENTICATION,
991
+ HTTP_BEARER_AUTHENTICATION,
992
+ HTTP_BEARER_AUTHENTICATION,
993
+ )
994
+ and not password
995
+ ):
996
+ raise ServiceValidationError(
997
+ "Password is required.",
998
+ translation_domain=DOMAIN,
999
+ translation_key="missing_input",
1000
+ translation_placeholders={"field": "Password"},
1001
+ )
1002
+
1003
+
1004
+ def _read_file_as_bytesio(file_path: str) -> io.BytesIO:
1005
+ """Read a file and return it as a BytesIO object."""
1006
+ try:
1007
+ with open(file_path, "rb") as file:
1008
+ data = io.BytesIO(file.read())
1009
+ data.name = file_path
1010
+ return data
1011
+ except OSError as err:
1012
+ raise HomeAssistantError(
1013
+ f"Failed to load file: {err!s}",
1014
+ translation_domain=DOMAIN,
1015
+ translation_key="failed_to_load_file",
1016
+ translation_placeholders={"error": str(err)},
1017
+ ) from err