homeassistant-stubs 2025.1.1__py3-none-any.whl → 2025.1.3__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 (1591) hide show
  1. homeassistant-stubs/auth/__init__.pyi +15 -0
  2. homeassistant-stubs/auth/auth_store.pyi +10 -0
  3. homeassistant-stubs/auth/mfa_modules/notify.pyi +1 -0
  4. homeassistant-stubs/auth/providers/__init__.pyi +2 -0
  5. homeassistant-stubs/auth/providers/homeassistant.pyi +6 -0
  6. homeassistant-stubs/auth/providers/insecure_example.pyi +1 -0
  7. homeassistant-stubs/auth/providers/trusted_networks.pyi +2 -0
  8. homeassistant-stubs/backup_restore.pyi +0 -1
  9. homeassistant-stubs/block_async_io.pyi +0 -2
  10. homeassistant-stubs/bootstrap.pyi +1 -0
  11. homeassistant-stubs/components/abode/__init__.pyi +2 -3
  12. homeassistant-stubs/components/abode/sensor.pyi +0 -1
  13. homeassistant-stubs/components/acaia/binary_sensor.pyi +0 -1
  14. homeassistant-stubs/components/acaia/button.pyi +0 -1
  15. homeassistant-stubs/components/acaia/sensor.pyi +1 -2
  16. homeassistant-stubs/components/accuweather/coordinator.pyi +0 -1
  17. homeassistant-stubs/components/accuweather/sensor.pyi +2 -1
  18. homeassistant-stubs/components/accuweather/system_health.pyi +1 -0
  19. homeassistant-stubs/components/accuweather/weather.pyi +1 -0
  20. homeassistant-stubs/components/acmeda/entity.pyi +1 -0
  21. homeassistant-stubs/components/acmeda/helpers.pyi +1 -0
  22. homeassistant-stubs/components/actiontec/model.pyi +0 -1
  23. homeassistant-stubs/components/adguard/__init__.pyi +0 -1
  24. homeassistant-stubs/components/adguard/sensor.pyi +0 -1
  25. homeassistant-stubs/components/adguard/switch.pyi +0 -1
  26. homeassistant-stubs/components/air_quality/__init__.pyi +2 -1
  27. homeassistant-stubs/components/airgradient/button.pyi +0 -1
  28. homeassistant-stubs/components/airgradient/coordinator.pyi +0 -1
  29. homeassistant-stubs/components/airgradient/number.pyi +0 -1
  30. homeassistant-stubs/components/airgradient/select.pyi +0 -1
  31. homeassistant-stubs/components/airgradient/sensor.pyi +0 -2
  32. homeassistant-stubs/components/airgradient/switch.pyi +0 -1
  33. homeassistant-stubs/components/airly/sensor.pyi +1 -1
  34. homeassistant-stubs/components/airly/system_health.pyi +1 -0
  35. homeassistant-stubs/components/airnow/config_flow.pyi +1 -0
  36. homeassistant-stubs/components/airnow/sensor.pyi +0 -1
  37. homeassistant-stubs/components/airq/config_flow.pyi +1 -0
  38. homeassistant-stubs/components/airq/sensor.pyi +1 -1
  39. homeassistant-stubs/components/airthings_ble/config_flow.pyi +0 -1
  40. homeassistant-stubs/components/airthings_ble/sensor.pyi +1 -0
  41. homeassistant-stubs/components/airtouch5/climate.pyi +2 -0
  42. homeassistant-stubs/components/airtouch5/cover.pyi +1 -0
  43. homeassistant-stubs/components/airtouch5/entity.pyi +1 -0
  44. homeassistant-stubs/components/airvisual/__init__.pyi +5 -0
  45. homeassistant-stubs/components/airvisual/config_flow.pyi +1 -0
  46. homeassistant-stubs/components/airvisual/entity.pyi +1 -0
  47. homeassistant-stubs/components/airvisual/sensor.pyi +1 -0
  48. homeassistant-stubs/components/airvisual_pro/__init__.pyi +0 -1
  49. homeassistant-stubs/components/airvisual_pro/config_flow.pyi +2 -3
  50. homeassistant-stubs/components/airvisual_pro/sensor.pyi +1 -1
  51. homeassistant-stubs/components/airzone/binary_sensor.pyi +2 -1
  52. homeassistant-stubs/components/airzone/climate.pyi +2 -0
  53. homeassistant-stubs/components/airzone/select.pyi +2 -1
  54. homeassistant-stubs/components/airzone/sensor.pyi +2 -0
  55. homeassistant-stubs/components/airzone/switch.pyi +2 -1
  56. homeassistant-stubs/components/airzone/water_heater.pyi +2 -0
  57. homeassistant-stubs/components/airzone_cloud/binary_sensor.pyi +2 -1
  58. homeassistant-stubs/components/airzone_cloud/climate.pyi +3 -0
  59. homeassistant-stubs/components/airzone_cloud/select.pyi +2 -1
  60. homeassistant-stubs/components/airzone_cloud/sensor.pyi +2 -0
  61. homeassistant-stubs/components/airzone_cloud/switch.pyi +2 -1
  62. homeassistant-stubs/components/airzone_cloud/water_heater.pyi +2 -0
  63. homeassistant-stubs/components/alarm_control_panel/__init__.pyi +18 -3
  64. homeassistant-stubs/components/alarm_control_panel/device_condition.pyi +1 -0
  65. homeassistant-stubs/components/alarm_control_panel/significant_change.pyi +1 -0
  66. homeassistant-stubs/components/alexa/auth.pyi +2 -0
  67. homeassistant-stubs/components/alexa/config.pyi +5 -0
  68. homeassistant-stubs/components/alexa/diagnostics.pyi +2 -0
  69. homeassistant-stubs/components/alexa/entities.pyi +1 -0
  70. homeassistant-stubs/components/alexa/flash_briefings.pyi +2 -0
  71. homeassistant-stubs/components/alexa/intent.pyi +1 -0
  72. homeassistant-stubs/components/alexa/logbook.pyi +1 -0
  73. homeassistant-stubs/components/alexa/smart_home.pyi +3 -0
  74. homeassistant-stubs/components/ambient_network/entity.pyi +1 -0
  75. homeassistant-stubs/components/ambient_station/__init__.pyi +2 -0
  76. homeassistant-stubs/components/ambient_station/binary_sensor.pyi +1 -1
  77. homeassistant-stubs/components/ambient_station/entity.pyi +2 -0
  78. homeassistant-stubs/components/ambient_station/sensor.pyi +1 -0
  79. homeassistant-stubs/components/amcrest/__init__.pyi +8 -1
  80. homeassistant-stubs/components/amcrest/binary_sensor.pyi +2 -1
  81. homeassistant-stubs/components/amcrest/camera.pyi +1 -0
  82. homeassistant-stubs/components/analytics/__init__.pyi +4 -0
  83. homeassistant-stubs/components/analytics/analytics.pyi +1 -1
  84. homeassistant-stubs/components/analytics_insights/__init__.pyi +0 -1
  85. homeassistant-stubs/components/analytics_insights/config_flow.pyi +1 -0
  86. homeassistant-stubs/components/analytics_insights/coordinator.pyi +0 -1
  87. homeassistant-stubs/components/analytics_insights/sensor.pyi +0 -1
  88. homeassistant-stubs/components/android_ip_webcam/sensor.pyi +0 -1
  89. homeassistant-stubs/components/android_ip_webcam/switch.pyi +0 -1
  90. homeassistant-stubs/components/androidtv/__init__.pyi +0 -1
  91. homeassistant-stubs/components/androidtv/config_flow.pyi +6 -0
  92. homeassistant-stubs/components/androidtv_remote/config_flow.pyi +3 -0
  93. homeassistant-stubs/components/androidtv_remote/entity.pyi +2 -0
  94. homeassistant-stubs/components/androidtv_remote/media_player.pyi +2 -0
  95. homeassistant-stubs/components/androidtv_remote/remote.pyi +1 -0
  96. homeassistant-stubs/components/anova/models.pyi +0 -1
  97. homeassistant-stubs/components/anova/sensor.pyi +0 -1
  98. homeassistant-stubs/components/anthemav/media_player.pyi +1 -0
  99. homeassistant-stubs/components/apcupsd/sensor.pyi +1 -0
  100. homeassistant-stubs/components/api/__init__.pyi +16 -0
  101. homeassistant-stubs/components/apple_tv/__init__.pyi +1 -0
  102. homeassistant-stubs/components/apple_tv/config_flow.pyi +3 -0
  103. homeassistant-stubs/components/apple_tv/media_player.pyi +7 -0
  104. homeassistant-stubs/components/apsystems/__init__.pyi +0 -1
  105. homeassistant-stubs/components/apsystems/binary_sensor.pyi +0 -1
  106. homeassistant-stubs/components/apsystems/coordinator.pyi +0 -1
  107. homeassistant-stubs/components/apsystems/sensor.pyi +0 -1
  108. homeassistant-stubs/components/aqualogic/sensor.pyi +1 -1
  109. homeassistant-stubs/components/aquostv/media_player.pyi +12 -0
  110. homeassistant-stubs/components/aranet/sensor.pyi +0 -1
  111. homeassistant-stubs/components/arcam_fmj/media_player.pyi +9 -0
  112. homeassistant-stubs/components/aseko_pool_live/binary_sensor.pyi +0 -1
  113. homeassistant-stubs/components/aseko_pool_live/sensor.pyi +0 -1
  114. homeassistant-stubs/components/assist_pipeline/audio_enhancer.pyi +0 -1
  115. homeassistant-stubs/components/assist_pipeline/logbook.pyi +1 -0
  116. homeassistant-stubs/components/assist_pipeline/pipeline.pyi +29 -24
  117. homeassistant-stubs/components/assist_pipeline/select.pyi +3 -0
  118. homeassistant-stubs/components/assist_pipeline/vad.pyi +0 -2
  119. homeassistant-stubs/components/assist_pipeline/websocket_api.pyi +11 -0
  120. homeassistant-stubs/components/assist_satellite/entity.pyi +9 -6
  121. homeassistant-stubs/components/assist_satellite/websocket_api.pyi +7 -0
  122. homeassistant-stubs/components/asuswrt/config_flow.pyi +2 -0
  123. homeassistant-stubs/components/asuswrt/device_tracker.pyi +2 -0
  124. homeassistant-stubs/components/asuswrt/router.pyi +1 -0
  125. homeassistant-stubs/components/asuswrt/sensor.pyi +0 -1
  126. homeassistant-stubs/components/autarco/sensor.pyi +0 -3
  127. homeassistant-stubs/components/auth/__init__.pyi +10 -0
  128. homeassistant-stubs/components/auth/login_flow.pyi +3 -0
  129. homeassistant-stubs/components/auth/mfa_setup_flow.pyi +3 -0
  130. homeassistant-stubs/components/automation/__init__.pyi +15 -1
  131. homeassistant-stubs/components/automation/helpers.pyi +1 -0
  132. homeassistant-stubs/components/automation/logbook.pyi +1 -0
  133. homeassistant-stubs/components/automation/trace.pyi +2 -0
  134. homeassistant-stubs/components/awair/config_flow.pyi +1 -0
  135. homeassistant-stubs/components/awair/coordinator.pyi +0 -1
  136. homeassistant-stubs/components/awair/sensor.pyi +0 -1
  137. homeassistant-stubs/components/axis/binary_sensor.pyi +11 -2
  138. homeassistant-stubs/components/axis/config_flow.pyi +1 -0
  139. homeassistant-stubs/components/axis/entity.pyi +2 -1
  140. homeassistant-stubs/components/axis/hub/config.pyi +0 -1
  141. homeassistant-stubs/components/axis/hub/entity_loader.pyi +3 -0
  142. homeassistant-stubs/components/axis/hub/event_source.pyi +5 -0
  143. homeassistant-stubs/components/axis/hub/hub.pyi +2 -0
  144. homeassistant-stubs/components/axis/light.pyi +3 -2
  145. homeassistant-stubs/components/axis/switch.pyi +2 -2
  146. homeassistant-stubs/components/backup/agent.pyi +1 -0
  147. homeassistant-stubs/components/backup/config.pyi +9 -7
  148. homeassistant-stubs/components/backup/http.pyi +2 -0
  149. homeassistant-stubs/components/backup/manager.pyi +4 -9
  150. homeassistant-stubs/components/backup/models.pyi +0 -2
  151. homeassistant-stubs/components/backup/store.pyi +2 -0
  152. homeassistant-stubs/components/backup/websocket.pyi +23 -0
  153. homeassistant-stubs/components/baf/binary_sensor.pyi +1 -1
  154. homeassistant-stubs/components/baf/climate.pyi +1 -0
  155. homeassistant-stubs/components/baf/entity.pyi +2 -0
  156. homeassistant-stubs/components/baf/fan.pyi +1 -0
  157. homeassistant-stubs/components/baf/light.pyi +2 -0
  158. homeassistant-stubs/components/baf/models.pyi +0 -1
  159. homeassistant-stubs/components/baf/number.pyi +1 -1
  160. homeassistant-stubs/components/baf/sensor.pyi +1 -1
  161. homeassistant-stubs/components/baf/switch.pyi +1 -1
  162. homeassistant-stubs/components/bang_olufsen/__init__.pyi +0 -1
  163. homeassistant-stubs/components/bang_olufsen/entity.pyi +1 -0
  164. homeassistant-stubs/components/bang_olufsen/media_player.pyi +5 -0
  165. homeassistant-stubs/components/bayesian/binary_sensor.pyi +1 -0
  166. homeassistant-stubs/components/bayesian/helpers.pyi +2 -3
  167. homeassistant-stubs/components/binary_sensor/__init__.pyi +2 -2
  168. homeassistant-stubs/components/binary_sensor/device_condition.pyi +1 -0
  169. homeassistant-stubs/components/binary_sensor/significant_change.pyi +1 -0
  170. homeassistant-stubs/components/blue_current/entity.pyi +1 -0
  171. homeassistant-stubs/components/blue_current/sensor.pyi +3 -0
  172. homeassistant-stubs/components/blueprint/importer.pyi +0 -1
  173. homeassistant-stubs/components/blueprint/models.pyi +2 -0
  174. homeassistant-stubs/components/blueprint/schemas.pyi +2 -0
  175. homeassistant-stubs/components/blueprint/websocket_api.pyi +9 -0
  176. homeassistant-stubs/components/bluesound/__init__.pyi +0 -1
  177. homeassistant-stubs/components/bluetooth/__init__.pyi +1 -0
  178. homeassistant-stubs/components/bluetooth/active_update_coordinator.pyi +3 -0
  179. homeassistant-stubs/components/bluetooth/active_update_processor.pyi +2 -0
  180. homeassistant-stubs/components/bluetooth/api.pyi +17 -1
  181. homeassistant-stubs/components/bluetooth/config_flow.pyi +3 -0
  182. homeassistant-stubs/components/bluetooth/manager.pyi +5 -1
  183. homeassistant-stubs/components/bluetooth/match.pyi +1 -1
  184. homeassistant-stubs/components/bluetooth/passive_update_coordinator.pyi +4 -0
  185. homeassistant-stubs/components/bluetooth/passive_update_processor.pyi +17 -7
  186. homeassistant-stubs/components/bluetooth/storage.pyi +4 -0
  187. homeassistant-stubs/components/bluetooth/update_coordinator.pyi +5 -0
  188. homeassistant-stubs/components/bluetooth/util.pyi +2 -0
  189. homeassistant-stubs/components/bmw_connected_drive/__init__.pyi +1 -0
  190. homeassistant-stubs/components/bmw_connected_drive/binary_sensor.pyi +1 -1
  191. homeassistant-stubs/components/bmw_connected_drive/button.pyi +0 -1
  192. homeassistant-stubs/components/bmw_connected_drive/config_flow.pyi +1 -0
  193. homeassistant-stubs/components/bmw_connected_drive/lock.pyi +1 -0
  194. homeassistant-stubs/components/bmw_connected_drive/number.pyi +0 -1
  195. homeassistant-stubs/components/bmw_connected_drive/select.pyi +1 -1
  196. homeassistant-stubs/components/bmw_connected_drive/sensor.pyi +1 -1
  197. homeassistant-stubs/components/bmw_connected_drive/switch.pyi +0 -1
  198. homeassistant-stubs/components/bond/__init__.pyi +1 -0
  199. homeassistant-stubs/components/bond/button.pyi +0 -1
  200. homeassistant-stubs/components/bond/entity.pyi +4 -0
  201. homeassistant-stubs/components/bond/light.pyi +1 -0
  202. homeassistant-stubs/components/bond/models.pyi +0 -1
  203. homeassistant-stubs/components/braviatv/button.pyi +0 -1
  204. homeassistant-stubs/components/braviatv/coordinator.pyi +16 -0
  205. homeassistant-stubs/components/brother/sensor.pyi +1 -1
  206. homeassistant-stubs/components/bthome/config_flow.pyi +0 -1
  207. homeassistant-stubs/components/bthome/event.pyi +1 -0
  208. homeassistant-stubs/components/bthome/logbook.pyi +1 -0
  209. homeassistant-stubs/components/button/__init__.pyi +3 -1
  210. homeassistant-stubs/components/calendar/__init__.pyi +8 -4
  211. homeassistant-stubs/components/calendar/trigger.pyi +2 -2
  212. homeassistant-stubs/components/cambridge_audio/media_player.pyi +17 -0
  213. homeassistant-stubs/components/cambridge_audio/select.pyi +4 -4
  214. homeassistant-stubs/components/cambridge_audio/switch.pyi +2 -1
  215. homeassistant-stubs/components/camera/__init__.pyi +20 -4
  216. homeassistant-stubs/components/camera/prefs.pyi +0 -1
  217. homeassistant-stubs/components/camera/significant_change.pyi +1 -0
  218. homeassistant-stubs/components/camera/webrtc.pyi +13 -7
  219. homeassistant-stubs/components/canary/config_flow.pyi +1 -0
  220. homeassistant-stubs/components/climate/__init__.pyi +11 -3
  221. homeassistant-stubs/components/climate/device_condition.pyi +1 -0
  222. homeassistant-stubs/components/climate/significant_change.pyi +1 -0
  223. homeassistant-stubs/components/cloud/__init__.pyi +13 -0
  224. homeassistant-stubs/components/cloud/account_link.pyi +1 -0
  225. homeassistant-stubs/components/cloud/alexa_config.pyi +4 -0
  226. homeassistant-stubs/components/cloud/backup.pyi +6 -0
  227. homeassistant-stubs/components/cloud/client.pyi +2 -0
  228. homeassistant-stubs/components/cloud/google_config.pyi +4 -0
  229. homeassistant-stubs/components/cloud/http_api.pyi +58 -0
  230. homeassistant-stubs/components/cloud/prefs.pyi +2 -0
  231. homeassistant-stubs/components/cloud/repairs.pyi +1 -0
  232. homeassistant-stubs/components/cloud/system_health.pyi +1 -0
  233. homeassistant-stubs/components/cloud/tts.pyi +4 -0
  234. homeassistant-stubs/components/co2signal/sensor.pyi +0 -1
  235. homeassistant-stubs/components/config/area_registry.pyi +8 -0
  236. homeassistant-stubs/components/config/auth.pyi +9 -0
  237. homeassistant-stubs/components/config/auth_provider_homeassistant.pyi +10 -0
  238. homeassistant-stubs/components/config/automation.pyi +1 -0
  239. homeassistant-stubs/components/config/category_registry.pyi +9 -0
  240. homeassistant-stubs/components/config/config_entries.pyi +12 -0
  241. homeassistant-stubs/components/config/core.pyi +6 -0
  242. homeassistant-stubs/components/config/device_registry.pyi +6 -0
  243. homeassistant-stubs/components/config/entity_registry.pyi +9 -0
  244. homeassistant-stubs/components/config/floor_registry.pyi +9 -0
  245. homeassistant-stubs/components/config/label_registry.pyi +9 -0
  246. homeassistant-stubs/components/config/scene.pyi +1 -0
  247. homeassistant-stubs/components/config/script.pyi +1 -0
  248. homeassistant-stubs/components/config/view.pyi +3 -0
  249. homeassistant-stubs/components/configurator/__init__.pyi +13 -1
  250. homeassistant-stubs/components/cookidoo/coordinator.pyi +0 -1
  251. homeassistant-stubs/components/counter/__init__.pyi +5 -0
  252. homeassistant-stubs/components/cover/__init__.pyi +4 -2
  253. homeassistant-stubs/components/cover/device_condition.pyi +1 -0
  254. homeassistant-stubs/components/cover/significant_change.pyi +1 -0
  255. homeassistant-stubs/components/crownstone/config_flow.pyi +1 -0
  256. homeassistant-stubs/components/crownstone/entry_manager.pyi +1 -0
  257. homeassistant-stubs/components/crownstone/listeners.pyi +2 -0
  258. homeassistant-stubs/components/date/__init__.pyi +5 -2
  259. homeassistant-stubs/components/datetime/__init__.pyi +5 -2
  260. homeassistant-stubs/components/deconz/alarm_control_panel.pyi +1 -0
  261. homeassistant-stubs/components/deconz/binary_sensor.pyi +0 -1
  262. homeassistant-stubs/components/deconz/button.pyi +0 -1
  263. homeassistant-stubs/components/deconz/config_flow.pyi +2 -0
  264. homeassistant-stubs/components/deconz/deconz_event.pyi +7 -0
  265. homeassistant-stubs/components/deconz/entity.pyi +2 -0
  266. homeassistant-stubs/components/deconz/fan.pyi +1 -0
  267. homeassistant-stubs/components/deconz/hub/config.pyi +0 -1
  268. homeassistant-stubs/components/deconz/hub/hub.pyi +5 -0
  269. homeassistant-stubs/components/deconz/light.pyi +1 -0
  270. homeassistant-stubs/components/deconz/logbook.pyi +1 -0
  271. homeassistant-stubs/components/deconz/number.pyi +0 -1
  272. homeassistant-stubs/components/deconz/sensor.pyi +1 -1
  273. homeassistant-stubs/components/deconz/services.pyi +1 -0
  274. homeassistant-stubs/components/demo/config_flow.pyi +1 -0
  275. homeassistant-stubs/components/demo/cover.pyi +2 -0
  276. homeassistant-stubs/components/demo/event.pyi +1 -0
  277. homeassistant-stubs/components/demo/sensor.pyi +1 -0
  278. homeassistant-stubs/components/derivative/config_flow.pyi +1 -0
  279. homeassistant-stubs/components/device_automation/__init__.pyi +15 -1
  280. homeassistant-stubs/components/device_automation/toggle_entity.pyi +1 -0
  281. homeassistant-stubs/components/device_tracker/__init__.pyi +1 -0
  282. homeassistant-stubs/components/device_tracker/config_entry.pyi +10 -4
  283. homeassistant-stubs/components/device_tracker/device_condition.pyi +1 -0
  284. homeassistant-stubs/components/device_tracker/legacy.pyi +5 -1
  285. homeassistant-stubs/components/devolo_home_control/config_flow.pyi +1 -0
  286. homeassistant-stubs/components/devolo_home_network/__init__.pyi +2 -1
  287. homeassistant-stubs/components/devolo_home_network/binary_sensor.pyi +0 -1
  288. homeassistant-stubs/components/devolo_home_network/button.pyi +0 -1
  289. homeassistant-stubs/components/devolo_home_network/image.pyi +1 -1
  290. homeassistant-stubs/components/devolo_home_network/sensor.pyi +0 -1
  291. homeassistant-stubs/components/devolo_home_network/switch.pyi +0 -1
  292. homeassistant-stubs/components/devolo_home_network/update.pyi +0 -1
  293. homeassistant-stubs/components/dhcp/__init__.pyi +13 -2
  294. homeassistant-stubs/components/diagnostics/__init__.pyi +4 -6
  295. homeassistant-stubs/components/discovergy/sensor.pyi +4 -5
  296. homeassistant-stubs/components/discovergy/system_health.pyi +1 -0
  297. homeassistant-stubs/components/dlna_dmr/config_flow.pyi +1 -0
  298. homeassistant-stubs/components/dlna_dmr/media_player.pyi +12 -0
  299. homeassistant-stubs/components/dlna_dms/dms.pyi +6 -1
  300. homeassistant-stubs/components/dnsip/config_flow.pyi +1 -0
  301. homeassistant-stubs/components/doorbird/button.pyi +0 -1
  302. homeassistant-stubs/components/doorbird/config_flow.pyi +1 -0
  303. homeassistant-stubs/components/doorbird/device.pyi +0 -2
  304. homeassistant-stubs/components/doorbird/event.pyi +1 -0
  305. homeassistant-stubs/components/doorbird/logbook.pyi +1 -0
  306. homeassistant-stubs/components/doorbird/models.pyi +0 -1
  307. homeassistant-stubs/components/doorbird/util.pyi +1 -0
  308. homeassistant-stubs/components/dormakaba_dkey/binary_sensor.pyi +1 -1
  309. homeassistant-stubs/components/dormakaba_dkey/entity.pyi +3 -0
  310. homeassistant-stubs/components/dormakaba_dkey/lock.pyi +1 -0
  311. homeassistant-stubs/components/dormakaba_dkey/models.pyi +0 -1
  312. homeassistant-stubs/components/dormakaba_dkey/sensor.pyi +1 -0
  313. homeassistant-stubs/components/dsmr/__init__.pyi +1 -1
  314. homeassistant-stubs/components/dsmr/config_flow.pyi +1 -0
  315. homeassistant-stubs/components/dsmr/sensor.pyi +1 -1
  316. homeassistant-stubs/components/duckdns/__init__.pyi +2 -0
  317. homeassistant-stubs/components/duotecno/climate.pyi +3 -0
  318. homeassistant-stubs/components/duotecno/cover.pyi +3 -0
  319. homeassistant-stubs/components/duotecno/light.pyi +2 -0
  320. homeassistant-stubs/components/duotecno/switch.pyi +2 -0
  321. homeassistant-stubs/components/easyenergy/sensor.pyi +0 -1
  322. homeassistant-stubs/components/easyenergy/services.pyi +1 -0
  323. homeassistant-stubs/components/ecovacs/binary_sensor.pyi +0 -1
  324. homeassistant-stubs/components/ecovacs/button.pyi +1 -4
  325. homeassistant-stubs/components/ecovacs/entity.pyi +0 -1
  326. homeassistant-stubs/components/ecovacs/number.pyi +0 -1
  327. homeassistant-stubs/components/ecovacs/select.pyi +0 -1
  328. homeassistant-stubs/components/ecovacs/sensor.pyi +0 -3
  329. homeassistant-stubs/components/ecovacs/switch.pyi +1 -2
  330. homeassistant-stubs/components/ecovacs/util.pyi +2 -0
  331. homeassistant-stubs/components/eheimdigital/entity.pyi +1 -0
  332. homeassistant-stubs/components/electric_kiwi/sensor.pyi +0 -2
  333. homeassistant-stubs/components/elevenlabs/__init__.pyi +0 -1
  334. homeassistant-stubs/components/elgato/button.pyi +0 -1
  335. homeassistant-stubs/components/elgato/config_flow.pyi +2 -0
  336. homeassistant-stubs/components/elgato/coordinator.pyi +0 -1
  337. homeassistant-stubs/components/elgato/sensor.pyi +0 -1
  338. homeassistant-stubs/components/elgato/switch.pyi +0 -1
  339. homeassistant-stubs/components/elkm1/__init__.pyi +2 -0
  340. homeassistant-stubs/components/elkm1/discovery.pyi +2 -0
  341. homeassistant-stubs/components/elkm1/entity.pyi +1 -0
  342. homeassistant-stubs/components/elkm1/logbook.pyi +1 -0
  343. homeassistant-stubs/components/elkm1/models.pyi +0 -1
  344. homeassistant-stubs/components/emulated_hue/config.pyi +4 -0
  345. homeassistant-stubs/components/emulated_hue/hue_api.pyi +6 -0
  346. homeassistant-stubs/components/emulated_hue/upnp.pyi +1 -0
  347. homeassistant-stubs/components/energy/data.pyi +1 -0
  348. homeassistant-stubs/components/energy/sensor.pyi +5 -1
  349. homeassistant-stubs/components/energy/validate.pyi +8 -6
  350. homeassistant-stubs/components/energy/websocket_api.pyi +12 -0
  351. homeassistant-stubs/components/energyzero/sensor.pyi +0 -1
  352. homeassistant-stubs/components/energyzero/services.pyi +1 -0
  353. homeassistant-stubs/components/enigma2/config_flow.pyi +1 -0
  354. homeassistant-stubs/components/enigma2/media_player.pyi +1 -0
  355. homeassistant-stubs/components/enphase_envoy/binary_sensor.pyi +0 -2
  356. homeassistant-stubs/components/enphase_envoy/config_flow.pyi +3 -0
  357. homeassistant-stubs/components/enphase_envoy/coordinator.pyi +3 -0
  358. homeassistant-stubs/components/enphase_envoy/number.pyi +0 -2
  359. homeassistant-stubs/components/enphase_envoy/select.pyi +0 -2
  360. homeassistant-stubs/components/enphase_envoy/sensor.pyi +0 -10
  361. homeassistant-stubs/components/enphase_envoy/switch.pyi +0 -3
  362. homeassistant-stubs/components/eq3btsmart/binary_sensor.pyi +0 -1
  363. homeassistant-stubs/components/eq3btsmart/climate.pyi +3 -0
  364. homeassistant-stubs/components/eq3btsmart/entity.pyi +2 -0
  365. homeassistant-stubs/components/eq3btsmart/models.pyi +0 -2
  366. homeassistant-stubs/components/eq3btsmart/number.pyi +0 -1
  367. homeassistant-stubs/components/eq3btsmart/sensor.pyi +0 -1
  368. homeassistant-stubs/components/eq3btsmart/switch.pyi +0 -1
  369. homeassistant-stubs/components/esphome/alarm_control_panel.pyi +9 -0
  370. homeassistant-stubs/components/esphome/assist_satellite.pyi +2 -0
  371. homeassistant-stubs/components/esphome/binary_sensor.pyi +1 -0
  372. homeassistant-stubs/components/esphome/bluetooth.pyi +3 -1
  373. homeassistant-stubs/components/esphome/button.pyi +3 -0
  374. homeassistant-stubs/components/esphome/camera.pyi +3 -0
  375. homeassistant-stubs/components/esphome/climate.pyi +18 -0
  376. homeassistant-stubs/components/esphome/config_flow.pyi +2 -0
  377. homeassistant-stubs/components/esphome/cover.pyi +13 -0
  378. homeassistant-stubs/components/esphome/dashboard.pyi +2 -0
  379. homeassistant-stubs/components/esphome/date.pyi +1 -0
  380. homeassistant-stubs/components/esphome/datetime.pyi +1 -0
  381. homeassistant-stubs/components/esphome/domain_data.pyi +4 -3
  382. homeassistant-stubs/components/esphome/entity.pyi +6 -0
  383. homeassistant-stubs/components/esphome/entry_data.pyi +43 -21
  384. homeassistant-stubs/components/esphome/event.pyi +2 -0
  385. homeassistant-stubs/components/esphome/fan.pyi +11 -0
  386. homeassistant-stubs/components/esphome/ffmpeg_proxy.pyi +2 -4
  387. homeassistant-stubs/components/esphome/light.pyi +15 -0
  388. homeassistant-stubs/components/esphome/lock.pyi +8 -0
  389. homeassistant-stubs/components/esphome/manager.pyi +12 -0
  390. homeassistant-stubs/components/esphome/media_player.pyi +10 -0
  391. homeassistant-stubs/components/esphome/number.pyi +3 -0
  392. homeassistant-stubs/components/esphome/select.pyi +3 -0
  393. homeassistant-stubs/components/esphome/sensor.pyi +2 -0
  394. homeassistant-stubs/components/esphome/switch.pyi +4 -0
  395. homeassistant-stubs/components/esphome/text.pyi +3 -0
  396. homeassistant-stubs/components/esphome/time.pyi +1 -0
  397. homeassistant-stubs/components/esphome/update.pyi +13 -0
  398. homeassistant-stubs/components/esphome/valve.pyi +9 -0
  399. homeassistant-stubs/components/event/__init__.pyi +6 -3
  400. homeassistant-stubs/components/evil_genius_labs/light.pyi +2 -0
  401. homeassistant-stubs/components/evohome/__init__.pyi +1 -0
  402. homeassistant-stubs/components/faa_delays/binary_sensor.pyi +0 -1
  403. homeassistant-stubs/components/fan/__init__.pyi +8 -3
  404. homeassistant-stubs/components/fan/device_condition.pyi +1 -0
  405. homeassistant-stubs/components/fan/significant_change.pyi +1 -0
  406. homeassistant-stubs/components/feedreader/config_flow.pyi +1 -0
  407. homeassistant-stubs/components/feedreader/coordinator.pyi +6 -0
  408. homeassistant-stubs/components/feedreader/event.pyi +1 -0
  409. homeassistant-stubs/components/file_upload/__init__.pyi +3 -1
  410. homeassistant-stubs/components/filter/sensor.pyi +2 -1
  411. homeassistant-stubs/components/fitbit/coordinator.pyi +0 -1
  412. homeassistant-stubs/components/fitbit/model.pyi +0 -3
  413. homeassistant-stubs/components/fitbit/sensor.pyi +2 -1
  414. homeassistant-stubs/components/flexit_bacnet/binary_sensor.pyi +0 -1
  415. homeassistant-stubs/components/flexit_bacnet/number.pyi +0 -1
  416. homeassistant-stubs/components/flexit_bacnet/sensor.pyi +0 -1
  417. homeassistant-stubs/components/flexit_bacnet/switch.pyi +0 -1
  418. homeassistant-stubs/components/flux_led/__init__.pyi +1 -0
  419. homeassistant-stubs/components/flux_led/config_flow.pyi +2 -0
  420. homeassistant-stubs/components/flux_led/discovery.pyi +7 -0
  421. homeassistant-stubs/components/flux_led/entity.pyi +1 -0
  422. homeassistant-stubs/components/flux_led/light.pyi +1 -0
  423. homeassistant-stubs/components/flux_led/select.pyi +1 -0
  424. homeassistant-stubs/components/forecast_solar/config_flow.pyi +1 -0
  425. homeassistant-stubs/components/forecast_solar/sensor.pyi +0 -1
  426. homeassistant-stubs/components/fritz/binary_sensor.pyi +0 -1
  427. homeassistant-stubs/components/fritz/button.pyi +1 -1
  428. homeassistant-stubs/components/fritz/config_flow.pyi +2 -0
  429. homeassistant-stubs/components/fritz/coordinator.pyi +4 -7
  430. homeassistant-stubs/components/fritz/device_tracker.pyi +1 -0
  431. homeassistant-stubs/components/fritz/entity.pyi +0 -1
  432. homeassistant-stubs/components/fritz/sensor.pyi +0 -1
  433. homeassistant-stubs/components/fritz/update.pyi +1 -2
  434. homeassistant-stubs/components/fritzbox/binary_sensor.pyi +1 -3
  435. homeassistant-stubs/components/fritzbox/climate.pyi +1 -0
  436. homeassistant-stubs/components/fritzbox/coordinator.pyi +0 -1
  437. homeassistant-stubs/components/fritzbox/model.pyi +0 -1
  438. homeassistant-stubs/components/fritzbox/sensor.pyi +0 -2
  439. homeassistant-stubs/components/fritzbox_callmonitor/config_flow.pyi +1 -0
  440. homeassistant-stubs/components/fronius/coordinator.pyi +1 -0
  441. homeassistant-stubs/components/fronius/sensor.pyi +1 -1
  442. homeassistant-stubs/components/frontend/__init__.pyi +13 -0
  443. homeassistant-stubs/components/frontend/storage.pyi +5 -0
  444. homeassistant-stubs/components/fully_kiosk/button.pyi +0 -1
  445. homeassistant-stubs/components/fully_kiosk/camera.pyi +1 -0
  446. homeassistant-stubs/components/fully_kiosk/image.pyi +0 -1
  447. homeassistant-stubs/components/fully_kiosk/media_player.pyi +1 -0
  448. homeassistant-stubs/components/fully_kiosk/notify.pyi +0 -1
  449. homeassistant-stubs/components/fully_kiosk/sensor.pyi +1 -1
  450. homeassistant-stubs/components/fully_kiosk/switch.pyi +1 -1
  451. homeassistant-stubs/components/fyta/sensor.pyi +0 -1
  452. homeassistant-stubs/components/generic_hygrostat/humidifier.pyi +2 -0
  453. homeassistant-stubs/components/generic_thermostat/climate.pyi +2 -0
  454. homeassistant-stubs/components/geo_location/__init__.pyi +3 -1
  455. homeassistant-stubs/components/geocaching/sensor.pyi +0 -1
  456. homeassistant-stubs/components/gios/__init__.pyi +0 -1
  457. homeassistant-stubs/components/gios/sensor.pyi +0 -1
  458. homeassistant-stubs/components/gios/system_health.pyi +1 -0
  459. homeassistant-stubs/components/glances/sensor.pyi +1 -1
  460. homeassistant-stubs/components/go2rtc/__init__.pyi +2 -0
  461. homeassistant-stubs/components/google/api.pyi +3 -0
  462. homeassistant-stubs/components/google/calendar.pyi +0 -1
  463. homeassistant-stubs/components/google/config_flow.pyi +1 -0
  464. homeassistant-stubs/components/google_assistant_sdk/config_flow.pyi +1 -0
  465. homeassistant-stubs/components/google_assistant_sdk/helpers.pyi +0 -1
  466. homeassistant-stubs/components/google_cloud/config_flow.pyi +1 -0
  467. homeassistant-stubs/components/google_cloud/tts.pyi +1 -0
  468. homeassistant-stubs/components/google_photos/media_source.pyi +0 -1
  469. homeassistant-stubs/components/govee_ble/event.pyi +1 -0
  470. homeassistant-stubs/components/gpsd/sensor.pyi +0 -1
  471. homeassistant-stubs/components/group/__init__.pyi +2 -0
  472. homeassistant-stubs/components/group/binary_sensor.pyi +2 -0
  473. homeassistant-stubs/components/group/button.pyi +2 -0
  474. homeassistant-stubs/components/group/config_flow.pyi +4 -0
  475. homeassistant-stubs/components/group/cover.pyi +3 -0
  476. homeassistant-stubs/components/group/entity.pyi +13 -0
  477. homeassistant-stubs/components/group/event.pyi +2 -0
  478. homeassistant-stubs/components/group/fan.pyi +3 -0
  479. homeassistant-stubs/components/group/light.pyi +2 -0
  480. homeassistant-stubs/components/group/lock.pyi +2 -0
  481. homeassistant-stubs/components/group/media_player.pyi +5 -0
  482. homeassistant-stubs/components/group/notify.pyi +2 -0
  483. homeassistant-stubs/components/group/registry.pyi +3 -1
  484. homeassistant-stubs/components/group/sensor.pyi +2 -0
  485. homeassistant-stubs/components/group/switch.pyi +2 -0
  486. homeassistant-stubs/components/guardian/__init__.pyi +1 -1
  487. homeassistant-stubs/components/guardian/binary_sensor.pyi +0 -2
  488. homeassistant-stubs/components/guardian/button.pyi +1 -1
  489. homeassistant-stubs/components/guardian/config_flow.pyi +2 -0
  490. homeassistant-stubs/components/guardian/entity.pyi +0 -1
  491. homeassistant-stubs/components/guardian/sensor.pyi +0 -2
  492. homeassistant-stubs/components/guardian/switch.pyi +3 -1
  493. homeassistant-stubs/components/guardian/util.pyi +2 -1
  494. homeassistant-stubs/components/guardian/valve.pyi +5 -1
  495. homeassistant-stubs/components/hardkernel/hardware.pyi +1 -0
  496. homeassistant-stubs/components/hardware/hardware.pyi +1 -0
  497. homeassistant-stubs/components/hardware/models.pyi +1 -3
  498. homeassistant-stubs/components/hardware/websocket_api.pyi +2 -1
  499. homeassistant-stubs/components/here_travel_time/config_flow.pyi +1 -0
  500. homeassistant-stubs/components/here_travel_time/model.pyi +0 -1
  501. homeassistant-stubs/components/here_travel_time/sensor.pyi +1 -0
  502. homeassistant-stubs/components/history/websocket_api.pyi +5 -1
  503. homeassistant-stubs/components/history_stats/coordinator.pyi +4 -0
  504. homeassistant-stubs/components/history_stats/data.pyi +0 -2
  505. homeassistant-stubs/components/history_stats/helpers.pyi +1 -0
  506. homeassistant-stubs/components/history_stats/sensor.pyi +2 -0
  507. homeassistant-stubs/components/holiday/calendar.pyi +1 -0
  508. homeassistant-stubs/components/holiday/config_flow.pyi +1 -0
  509. homeassistant-stubs/components/homeassistant/__init__.pyi +1 -0
  510. homeassistant-stubs/components/homeassistant/exposed_entities.pyi +23 -2
  511. homeassistant-stubs/components/homeassistant/logbook.pyi +1 -0
  512. homeassistant-stubs/components/homeassistant/scene.pyi +2 -0
  513. homeassistant-stubs/components/homeassistant/system_health.pyi +1 -0
  514. homeassistant-stubs/components/homeassistant_alerts/coordinator.pyi +0 -1
  515. homeassistant-stubs/components/homeassistant_green/config_flow.pyi +1 -0
  516. homeassistant-stubs/components/homeassistant_green/hardware.pyi +1 -0
  517. homeassistant-stubs/components/homeassistant_hardware/firmware_config_flow.pyi +1 -0
  518. homeassistant-stubs/components/homeassistant_hardware/silabs_multiprotocol_addon.pyi +5 -1
  519. homeassistant-stubs/components/homeassistant_hardware/util.pyi +2 -1
  520. homeassistant-stubs/components/homeassistant_sky_connect/config_flow.pyi +1 -0
  521. homeassistant-stubs/components/homeassistant_sky_connect/const.pyi +0 -1
  522. homeassistant-stubs/components/homeassistant_sky_connect/hardware.pyi +1 -0
  523. homeassistant-stubs/components/homeassistant_yellow/config_flow.pyi +4 -1
  524. homeassistant-stubs/components/homeassistant_yellow/hardware.pyi +1 -0
  525. homeassistant-stubs/components/homekit/__init__.pyi +12 -0
  526. homeassistant-stubs/components/homekit/accessories.pyi +15 -1
  527. homeassistant-stubs/components/homekit/aidmanager.pyi +2 -0
  528. homeassistant-stubs/components/homekit/config_flow.pyi +7 -0
  529. homeassistant-stubs/components/homekit/doorbell.pyi +6 -1
  530. homeassistant-stubs/components/homekit/iidmanager.pyi +2 -0
  531. homeassistant-stubs/components/homekit/logbook.pyi +1 -0
  532. homeassistant-stubs/components/homekit/models.pyi +0 -1
  533. homeassistant-stubs/components/homekit/type_cameras.pyi +8 -0
  534. homeassistant-stubs/components/homekit/type_covers.pyi +9 -0
  535. homeassistant-stubs/components/homekit/type_fans.pyi +1 -0
  536. homeassistant-stubs/components/homekit/type_humidifiers.pyi +7 -0
  537. homeassistant-stubs/components/homekit/type_lights.pyi +3 -1
  538. homeassistant-stubs/components/homekit/type_locks.pyi +1 -0
  539. homeassistant-stubs/components/homekit/type_media_players.pyi +2 -0
  540. homeassistant-stubs/components/homekit/type_remotes.pyi +2 -0
  541. homeassistant-stubs/components/homekit/type_security_systems.pyi +1 -0
  542. homeassistant-stubs/components/homekit/type_sensors.pyi +11 -0
  543. homeassistant-stubs/components/homekit/type_switches.pyi +5 -0
  544. homeassistant-stubs/components/homekit/type_thermostats.pyi +5 -2
  545. homeassistant-stubs/components/homekit/type_triggers.pyi +5 -0
  546. homeassistant-stubs/components/homekit/util.pyi +4 -0
  547. homeassistant-stubs/components/homekit_controller/button.pyi +0 -1
  548. homeassistant-stubs/components/homekit_controller/config_flow.pyi +2 -0
  549. homeassistant-stubs/components/homekit_controller/select.pyi +0 -1
  550. homeassistant-stubs/components/homekit_controller/storage.pyi +4 -0
  551. homeassistant-stubs/components/homekit_controller/utils.pyi +2 -0
  552. homeassistant-stubs/components/homewizard/button.pyi +1 -0
  553. homeassistant-stubs/components/homewizard/const.pyi +0 -1
  554. homeassistant-stubs/components/homewizard/number.pyi +1 -0
  555. homeassistant-stubs/components/homewizard/sensor.pyi +0 -2
  556. homeassistant-stubs/components/homewizard/switch.pyi +2 -1
  557. homeassistant-stubs/components/homeworks/__init__.pyi +2 -1
  558. homeassistant-stubs/components/homeworks/binary_sensor.pyi +1 -0
  559. homeassistant-stubs/components/homeworks/config_flow.pyi +1 -0
  560. homeassistant-stubs/components/homeworks/light.pyi +1 -0
  561. homeassistant-stubs/components/http/__init__.pyi +2 -1
  562. homeassistant-stubs/components/http/auth.pyi +2 -0
  563. homeassistant-stubs/components/http/ban.pyi +4 -1
  564. homeassistant-stubs/components/http/cors.pyi +1 -0
  565. homeassistant-stubs/components/http/forwarded.pyi +1 -0
  566. homeassistant-stubs/components/http/headers.pyi +1 -0
  567. homeassistant-stubs/components/http/request_context.pyi +1 -0
  568. homeassistant-stubs/components/http/security_filter.pyi +1 -0
  569. homeassistant-stubs/components/huawei_lte/__init__.pyi +7 -8
  570. homeassistant-stubs/components/huawei_lte/config_flow.pyi +1 -0
  571. homeassistant-stubs/components/huawei_lte/device_tracker.pyi +1 -0
  572. homeassistant-stubs/components/huawei_lte/select.pyi +0 -1
  573. homeassistant-stubs/components/huawei_lte/sensor.pyi +0 -2
  574. homeassistant-stubs/components/humidifier/__init__.pyi +3 -2
  575. homeassistant-stubs/components/humidifier/device_condition.pyi +1 -0
  576. homeassistant-stubs/components/humidifier/significant_change.pyi +1 -0
  577. homeassistant-stubs/components/husqvarna_automower/binary_sensor.pyi +0 -1
  578. homeassistant-stubs/components/husqvarna_automower/button.pyi +0 -1
  579. homeassistant-stubs/components/husqvarna_automower/coordinator.pyi +1 -0
  580. homeassistant-stubs/components/husqvarna_automower/entity.pyi +2 -0
  581. homeassistant-stubs/components/husqvarna_automower/number.pyi +1 -2
  582. homeassistant-stubs/components/husqvarna_automower/sensor.pyi +4 -2
  583. homeassistant-stubs/components/hydrawise/binary_sensor.pyi +0 -1
  584. homeassistant-stubs/components/hydrawise/coordinator.pyi +5 -7
  585. homeassistant-stubs/components/hydrawise/entity.pyi +1 -0
  586. homeassistant-stubs/components/hydrawise/sensor.pyi +0 -1
  587. homeassistant-stubs/components/hydrawise/switch.pyi +0 -1
  588. homeassistant-stubs/components/hyperion/__init__.pyi +1 -0
  589. homeassistant-stubs/components/hyperion/camera.pyi +2 -0
  590. homeassistant-stubs/components/hyperion/config_flow.pyi +1 -0
  591. homeassistant-stubs/components/hyperion/light.pyi +6 -0
  592. homeassistant-stubs/components/hyperion/sensor.pyi +1 -0
  593. homeassistant-stubs/components/hyperion/switch.pyi +1 -0
  594. homeassistant-stubs/components/ibeacon/config_flow.pyi +1 -0
  595. homeassistant-stubs/components/ibeacon/coordinator.pyi +17 -0
  596. homeassistant-stubs/components/ibeacon/device_tracker.pyi +2 -0
  597. homeassistant-stubs/components/ibeacon/entity.pyi +2 -0
  598. homeassistant-stubs/components/ibeacon/sensor.pyi +2 -1
  599. homeassistant-stubs/components/idasen_desk/button.pyi +0 -1
  600. homeassistant-stubs/components/idasen_desk/sensor.pyi +0 -1
  601. homeassistant-stubs/components/image/__init__.pyi +5 -4
  602. homeassistant-stubs/components/image_processing/__init__.pyi +3 -2
  603. homeassistant-stubs/components/image_upload/__init__.pyi +1 -0
  604. homeassistant-stubs/components/imap/__init__.pyi +1 -0
  605. homeassistant-stubs/components/imap/config_flow.pyi +1 -0
  606. homeassistant-stubs/components/imap/diagnostics.pyi +1 -0
  607. homeassistant-stubs/components/imgw_pib/__init__.pyi +0 -1
  608. homeassistant-stubs/components/imgw_pib/binary_sensor.pyi +0 -1
  609. homeassistant-stubs/components/imgw_pib/sensor.pyi +0 -1
  610. homeassistant-stubs/components/input_button/__init__.pyi +1 -0
  611. homeassistant-stubs/components/input_select/__init__.pyi +1 -0
  612. homeassistant-stubs/components/input_text/__init__.pyi +1 -0
  613. homeassistant-stubs/components/integration/config_flow.pyi +1 -0
  614. homeassistant-stubs/components/integration/sensor.pyi +5 -1
  615. homeassistant-stubs/components/intent/timers.pyi +2 -1
  616. homeassistant-stubs/components/ios/__init__.pyi +2 -0
  617. homeassistant-stubs/components/ios/sensor.pyi +1 -0
  618. homeassistant-stubs/components/iotty/__init__.pyi +0 -1
  619. homeassistant-stubs/components/iotty/coordinator.pyi +0 -1
  620. homeassistant-stubs/components/iotty/cover.pyi +1 -0
  621. homeassistant-stubs/components/iotty/switch.pyi +1 -0
  622. homeassistant-stubs/components/ipp/sensor.pyi +0 -1
  623. homeassistant-stubs/components/iqvia/entity.pyi +2 -0
  624. homeassistant-stubs/components/iqvia/sensor.pyi +3 -0
  625. homeassistant-stubs/components/iron_os/coordinator.pyi +0 -1
  626. homeassistant-stubs/components/iron_os/number.pyi +0 -1
  627. homeassistant-stubs/components/iron_os/select.pyi +0 -1
  628. homeassistant-stubs/components/iron_os/sensor.pyi +0 -1
  629. homeassistant-stubs/components/islamic_prayer_times/config_flow.pyi +1 -0
  630. homeassistant-stubs/components/islamic_prayer_times/coordinator.pyi +1 -0
  631. homeassistant-stubs/components/isy994/__init__.pyi +1 -0
  632. homeassistant-stubs/components/isy994/binary_sensor.pyi +5 -0
  633. homeassistant-stubs/components/isy994/button.pyi +1 -0
  634. homeassistant-stubs/components/isy994/config_flow.pyi +1 -0
  635. homeassistant-stubs/components/isy994/entity.pyi +3 -0
  636. homeassistant-stubs/components/isy994/light.pyi +1 -0
  637. homeassistant-stubs/components/isy994/lock.pyi +1 -0
  638. homeassistant-stubs/components/isy994/number.pyi +2 -0
  639. homeassistant-stubs/components/isy994/select.pyi +1 -0
  640. homeassistant-stubs/components/isy994/sensor.pyi +1 -0
  641. homeassistant-stubs/components/isy994/services.pyi +2 -0
  642. homeassistant-stubs/components/isy994/switch.pyi +1 -1
  643. homeassistant-stubs/components/isy994/system_health.pyi +1 -0
  644. homeassistant-stubs/components/isy994/util.pyi +1 -0
  645. homeassistant-stubs/components/jellyfin/config_flow.pyi +1 -0
  646. homeassistant-stubs/components/jellyfin/media_player.pyi +2 -0
  647. homeassistant-stubs/components/jellyfin/sensor.pyi +0 -1
  648. homeassistant-stubs/components/jewish_calendar/binary_sensor.pyi +2 -3
  649. homeassistant-stubs/components/jewish_calendar/config_flow.pyi +1 -0
  650. homeassistant-stubs/components/jewish_calendar/entity.pyi +0 -1
  651. homeassistant-stubs/components/jvc_projector/select.pyi +0 -1
  652. homeassistant-stubs/components/kaleidescape/__init__.pyi +0 -1
  653. homeassistant-stubs/components/kaleidescape/sensor.pyi +0 -1
  654. homeassistant-stubs/components/knocki/coordinator.pyi +1 -0
  655. homeassistant-stubs/components/knx/config_flow.pyi +3 -0
  656. homeassistant-stubs/components/knx/expose.pyi +6 -0
  657. homeassistant-stubs/components/knx/project.pyi +0 -1
  658. homeassistant-stubs/components/knx/sensor.pyi +0 -1
  659. homeassistant-stubs/components/knx/services.pyi +2 -0
  660. homeassistant-stubs/components/knx/storage/config_store.pyi +1 -0
  661. homeassistant-stubs/components/knx/websocket.pyi +40 -0
  662. homeassistant-stubs/components/kraken/config_flow.pyi +1 -0
  663. homeassistant-stubs/components/kraken/sensor.pyi +0 -1
  664. homeassistant-stubs/components/lacrosse/sensor.pyi +1 -0
  665. homeassistant-stubs/components/lacrosse_view/sensor.pyi +0 -1
  666. homeassistant-stubs/components/lamarzocco/binary_sensor.pyi +0 -1
  667. homeassistant-stubs/components/lamarzocco/button.pyi +0 -1
  668. homeassistant-stubs/components/lamarzocco/config_flow.pyi +1 -0
  669. homeassistant-stubs/components/lamarzocco/coordinator.pyi +1 -1
  670. homeassistant-stubs/components/lamarzocco/entity.pyi +0 -1
  671. homeassistant-stubs/components/lamarzocco/number.pyi +0 -2
  672. homeassistant-stubs/components/lamarzocco/select.pyi +0 -1
  673. homeassistant-stubs/components/lamarzocco/sensor.pyi +0 -1
  674. homeassistant-stubs/components/lamarzocco/switch.pyi +0 -1
  675. homeassistant-stubs/components/lamarzocco/update.pyi +0 -1
  676. homeassistant-stubs/components/lametric/button.pyi +1 -1
  677. homeassistant-stubs/components/lametric/helpers.pyi +1 -0
  678. homeassistant-stubs/components/lametric/number.pyi +7 -2
  679. homeassistant-stubs/components/lametric/select.pyi +1 -1
  680. homeassistant-stubs/components/lametric/sensor.pyi +0 -1
  681. homeassistant-stubs/components/lametric/services.pyi +1 -0
  682. homeassistant-stubs/components/lametric/switch.pyi +2 -1
  683. homeassistant-stubs/components/laundrify/binary_sensor.pyi +1 -0
  684. homeassistant-stubs/components/lawn_mower/__init__.pyi +3 -2
  685. homeassistant-stubs/components/lcn/websocket.pyi +21 -0
  686. homeassistant-stubs/components/ld2410_ble/binary_sensor.pyi +1 -0
  687. homeassistant-stubs/components/ld2410_ble/coordinator.pyi +3 -0
  688. homeassistant-stubs/components/ld2410_ble/models.pyi +0 -1
  689. homeassistant-stubs/components/ld2410_ble/sensor.pyi +1 -0
  690. homeassistant-stubs/components/led_ble/light.pyi +2 -0
  691. homeassistant-stubs/components/led_ble/models.pyi +0 -1
  692. homeassistant-stubs/components/lektrico/binary_sensor.pyi +0 -1
  693. homeassistant-stubs/components/lektrico/button.pyi +0 -1
  694. homeassistant-stubs/components/lektrico/config_flow.pyi +2 -0
  695. homeassistant-stubs/components/lektrico/number.pyi +0 -1
  696. homeassistant-stubs/components/lektrico/select.pyi +0 -1
  697. homeassistant-stubs/components/lektrico/sensor.pyi +0 -1
  698. homeassistant-stubs/components/lektrico/switch.pyi +0 -1
  699. homeassistant-stubs/components/lidarr/__init__.pyi +0 -1
  700. homeassistant-stubs/components/lidarr/sensor.pyi +0 -2
  701. homeassistant-stubs/components/lifx/__init__.pyi +1 -0
  702. homeassistant-stubs/components/lifx/binary_sensor.pyi +2 -0
  703. homeassistant-stubs/components/lifx/config_flow.pyi +2 -0
  704. homeassistant-stubs/components/lifx/coordinator.pyi +2 -0
  705. homeassistant-stubs/components/lifx/discovery.pyi +2 -0
  706. homeassistant-stubs/components/lifx/manager.pyi +3 -0
  707. homeassistant-stubs/components/lifx/migration.pyi +2 -0
  708. homeassistant-stubs/components/lifx/select.pyi +4 -0
  709. homeassistant-stubs/components/lifx/sensor.pyi +2 -0
  710. homeassistant-stubs/components/lifx/util.pyi +2 -0
  711. homeassistant-stubs/components/light/__init__.pyi +12 -7
  712. homeassistant-stubs/components/light/device_condition.pyi +1 -0
  713. homeassistant-stubs/components/light/significant_change.pyi +1 -0
  714. homeassistant-stubs/components/linear_garage_door/coordinator.pyi +0 -1
  715. homeassistant-stubs/components/linkplay/__init__.pyi +0 -1
  716. homeassistant-stubs/components/linkplay/button.pyi +1 -1
  717. homeassistant-stubs/components/linkplay/media_player.pyi +16 -0
  718. homeassistant-stubs/components/litejet/config_flow.pyi +1 -0
  719. homeassistant-stubs/components/litterrobot/binary_sensor.pyi +1 -3
  720. homeassistant-stubs/components/litterrobot/button.pyi +1 -3
  721. homeassistant-stubs/components/litterrobot/select.pyi +0 -2
  722. homeassistant-stubs/components/litterrobot/sensor.pyi +0 -1
  723. homeassistant-stubs/components/litterrobot/switch.pyi +0 -2
  724. homeassistant-stubs/components/litterrobot/time.pyi +1 -3
  725. homeassistant-stubs/components/lock/__init__.pyi +12 -3
  726. homeassistant-stubs/components/lock/device_condition.pyi +1 -0
  727. homeassistant-stubs/components/lock/significant_change.pyi +1 -0
  728. homeassistant-stubs/components/logbook/__init__.pyi +4 -0
  729. homeassistant-stubs/components/logbook/helpers.pyi +4 -0
  730. homeassistant-stubs/components/logbook/models.pyi +1 -1
  731. homeassistant-stubs/components/logbook/processor.pyi +0 -1
  732. homeassistant-stubs/components/logbook/rest_api.pyi +1 -0
  733. homeassistant-stubs/components/logbook/websocket_api.pyi +4 -1
  734. homeassistant-stubs/components/logger/helpers.pyi +6 -2
  735. homeassistant-stubs/components/logger/websocket_api.pyi +4 -0
  736. homeassistant-stubs/components/lookin/climate.pyi +3 -0
  737. homeassistant-stubs/components/lookin/coordinator.pyi +1 -0
  738. homeassistant-stubs/components/lookin/models.pyi +0 -1
  739. homeassistant-stubs/components/luftdaten/config_flow.pyi +1 -0
  740. homeassistant-stubs/components/madvr/binary_sensor.pyi +0 -1
  741. homeassistant-stubs/components/madvr/sensor.pyi +0 -1
  742. homeassistant-stubs/components/manual/alarm_control_panel.pyi +1 -0
  743. homeassistant-stubs/components/mastodon/__init__.pyi +0 -1
  744. homeassistant-stubs/components/mastodon/sensor.pyi +0 -1
  745. homeassistant-stubs/components/matter/__init__.pyi +4 -0
  746. homeassistant-stubs/components/matter/addon.pyi +1 -0
  747. homeassistant-stubs/components/matter/api.pyi +40 -0
  748. homeassistant-stubs/components/matter/binary_sensor.pyi +2 -2
  749. homeassistant-stubs/components/matter/button.pyi +0 -1
  750. homeassistant-stubs/components/matter/climate.pyi +3 -0
  751. homeassistant-stubs/components/matter/cover.pyi +1 -0
  752. homeassistant-stubs/components/matter/discovery.pyi +2 -0
  753. homeassistant-stubs/components/matter/entity.pyi +5 -1
  754. homeassistant-stubs/components/matter/event.pyi +1 -0
  755. homeassistant-stubs/components/matter/fan.pyi +2 -0
  756. homeassistant-stubs/components/matter/helpers.pyi +3 -1
  757. homeassistant-stubs/components/matter/light.pyi +1 -0
  758. homeassistant-stubs/components/matter/lock.pyi +3 -0
  759. homeassistant-stubs/components/matter/models.pyi +0 -2
  760. homeassistant-stubs/components/matter/number.pyi +2 -2
  761. homeassistant-stubs/components/matter/select.pyi +3 -2
  762. homeassistant-stubs/components/matter/sensor.pyi +3 -2
  763. homeassistant-stubs/components/matter/switch.pyi +1 -0
  764. homeassistant-stubs/components/matter/update.pyi +1 -1
  765. homeassistant-stubs/components/matter/vacuum.pyi +2 -0
  766. homeassistant-stubs/components/matter/valve.pyi +2 -0
  767. homeassistant-stubs/components/mealie/coordinator.pyi +0 -2
  768. homeassistant-stubs/components/mealie/sensor.pyi +0 -1
  769. homeassistant-stubs/components/media_player/__init__.pyi +20 -2
  770. homeassistant-stubs/components/media_player/browse_media.pyi +1 -0
  771. homeassistant-stubs/components/media_player/device_condition.pyi +1 -0
  772. homeassistant-stubs/components/media_player/intent.pyi +2 -3
  773. homeassistant-stubs/components/media_player/significant_change.pyi +1 -0
  774. homeassistant-stubs/components/media_source/__init__.pyi +5 -1
  775. homeassistant-stubs/components/media_source/local_source.pyi +6 -0
  776. homeassistant-stubs/components/media_source/models.pyi +1 -2
  777. homeassistant-stubs/components/met_eireann/weather.pyi +2 -0
  778. homeassistant-stubs/components/metoffice/data.pyi +0 -1
  779. homeassistant-stubs/components/metoffice/weather.pyi +2 -0
  780. homeassistant-stubs/components/mikrotik/config_flow.pyi +1 -0
  781. homeassistant-stubs/components/mikrotik/device_tracker.pyi +1 -0
  782. homeassistant-stubs/components/min_max/sensor.pyi +2 -0
  783. homeassistant-stubs/components/minecraft_server/__init__.pyi +1 -0
  784. homeassistant-stubs/components/minecraft_server/api.pyi +0 -1
  785. homeassistant-stubs/components/minecraft_server/sensor.pyi +2 -1
  786. homeassistant-stubs/components/mjpeg/config_flow.pyi +2 -0
  787. homeassistant-stubs/components/modbus/binary_sensor.pyi +1 -0
  788. homeassistant-stubs/components/modbus/entity.pyi +2 -0
  789. homeassistant-stubs/components/modbus/modbus.pyi +1 -0
  790. homeassistant-stubs/components/modbus/sensor.pyi +1 -0
  791. homeassistant-stubs/components/modem_callerid/sensor.pyi +1 -0
  792. homeassistant-stubs/components/mold_indicator/config_flow.pyi +1 -0
  793. homeassistant-stubs/components/mold_indicator/sensor.pyi +2 -0
  794. homeassistant-stubs/components/monzo/coordinator.pyi +0 -1
  795. homeassistant-stubs/components/monzo/sensor.pyi +0 -1
  796. homeassistant-stubs/components/mopeka/config_flow.pyi +1 -0
  797. homeassistant-stubs/components/mqtt/__init__.pyi +4 -0
  798. homeassistant-stubs/components/mqtt/addon.pyi +1 -0
  799. homeassistant-stubs/components/mqtt/alarm_control_panel.pyi +1 -0
  800. homeassistant-stubs/components/mqtt/binary_sensor.pyi +3 -0
  801. homeassistant-stubs/components/mqtt/button.pyi +1 -0
  802. homeassistant-stubs/components/mqtt/camera.pyi +2 -0
  803. homeassistant-stubs/components/mqtt/client.pyi +30 -1
  804. homeassistant-stubs/components/mqtt/climate.pyi +6 -0
  805. homeassistant-stubs/components/mqtt/config_flow.pyi +2 -0
  806. homeassistant-stubs/components/mqtt/cover.pyi +6 -0
  807. homeassistant-stubs/components/mqtt/debug_info.pyi +0 -1
  808. homeassistant-stubs/components/mqtt/device_tracker.pyi +2 -0
  809. homeassistant-stubs/components/mqtt/device_trigger.pyi +2 -4
  810. homeassistant-stubs/components/mqtt/diagnostics.pyi +2 -0
  811. homeassistant-stubs/components/mqtt/discovery.pyi +11 -1
  812. homeassistant-stubs/components/mqtt/entity.pyi +19 -1
  813. homeassistant-stubs/components/mqtt/event.pyi +2 -0
  814. homeassistant-stubs/components/mqtt/fan.pyi +6 -0
  815. homeassistant-stubs/components/mqtt/humidifier.pyi +6 -0
  816. homeassistant-stubs/components/mqtt/image.pyi +3 -0
  817. homeassistant-stubs/components/mqtt/lawn_mower.pyi +2 -0
  818. homeassistant-stubs/components/mqtt/light/schema_basic.pyi +12 -0
  819. homeassistant-stubs/components/mqtt/light/schema_json.pyi +2 -0
  820. homeassistant-stubs/components/mqtt/light/schema_template.pyi +2 -0
  821. homeassistant-stubs/components/mqtt/lock.pyi +2 -0
  822. homeassistant-stubs/components/mqtt/models.pyi +21 -21
  823. homeassistant-stubs/components/mqtt/notify.pyi +1 -0
  824. homeassistant-stubs/components/mqtt/number.pyi +2 -0
  825. homeassistant-stubs/components/mqtt/scene.pyi +1 -0
  826. homeassistant-stubs/components/mqtt/select.pyi +2 -0
  827. homeassistant-stubs/components/mqtt/sensor.pyi +5 -0
  828. homeassistant-stubs/components/mqtt/siren.pyi +2 -0
  829. homeassistant-stubs/components/mqtt/subscription.pyi +3 -1
  830. homeassistant-stubs/components/mqtt/switch.pyi +2 -0
  831. homeassistant-stubs/components/mqtt/tag.pyi +1 -0
  832. homeassistant-stubs/components/mqtt/text.pyi +2 -0
  833. homeassistant-stubs/components/mqtt/update.pyi +3 -0
  834. homeassistant-stubs/components/mqtt/util.pyi +8 -0
  835. homeassistant-stubs/components/mqtt/vacuum.pyi +2 -0
  836. homeassistant-stubs/components/mqtt/valve.pyi +5 -0
  837. homeassistant-stubs/components/mqtt/water_heater.pyi +2 -0
  838. homeassistant-stubs/components/music_assistant/__init__.pyi +0 -1
  839. homeassistant-stubs/components/music_assistant/actions.pyi +2 -0
  840. homeassistant-stubs/components/music_assistant/media_player.pyi +22 -0
  841. homeassistant-stubs/components/mysensors/__init__.pyi +1 -0
  842. homeassistant-stubs/components/mysensors/binary_sensor.pyi +0 -1
  843. homeassistant-stubs/components/mysensors/climate.pyi +1 -0
  844. homeassistant-stubs/components/mysensors/config_flow.pyi +1 -0
  845. homeassistant-stubs/components/mysensors/device_tracker.pyi +1 -0
  846. homeassistant-stubs/components/mysensors/entity.pyi +3 -0
  847. homeassistant-stubs/components/mysensors/handler.pyi +9 -0
  848. homeassistant-stubs/components/mysensors/helpers.pyi +3 -0
  849. homeassistant-stubs/components/mysensors/light.pyi +6 -0
  850. homeassistant-stubs/components/mysensors/remote.pyi +1 -0
  851. homeassistant-stubs/components/mysensors/sensor.pyi +1 -0
  852. homeassistant-stubs/components/myuplink/__init__.pyi +1 -0
  853. homeassistant-stubs/components/myuplink/coordinator.pyi +0 -1
  854. homeassistant-stubs/components/nam/config_flow.pyi +0 -1
  855. homeassistant-stubs/components/nam/sensor.pyi +0 -1
  856. homeassistant-stubs/components/nanoleaf/event.pyi +1 -0
  857. homeassistant-stubs/components/nasweb/coordinator.pyi +3 -0
  858. homeassistant-stubs/components/nasweb/nasweb_data.pyi +2 -3
  859. homeassistant-stubs/components/nasweb/switch.pyi +1 -0
  860. homeassistant-stubs/components/nest/camera.pyi +4 -0
  861. homeassistant-stubs/components/nest/device_info.pyi +2 -0
  862. homeassistant-stubs/components/nest/event.pyi +0 -1
  863. homeassistant-stubs/components/nest/media_source.pyi +1 -1
  864. homeassistant-stubs/components/nest/types.pyi +0 -1
  865. homeassistant-stubs/components/netatmo/binary_sensor.pyi +1 -0
  866. homeassistant-stubs/components/netatmo/camera.pyi +2 -0
  867. homeassistant-stubs/components/netatmo/climate.pyi +2 -0
  868. homeassistant-stubs/components/netatmo/config_flow.pyi +1 -0
  869. homeassistant-stubs/components/netatmo/cover.pyi +1 -0
  870. homeassistant-stubs/components/netatmo/data_handler.pyi +1 -4
  871. homeassistant-stubs/components/netatmo/entity.pyi +1 -0
  872. homeassistant-stubs/components/netatmo/fan.pyi +1 -0
  873. homeassistant-stubs/components/netatmo/helper.pyi +0 -1
  874. homeassistant-stubs/components/netatmo/light.pyi +3 -0
  875. homeassistant-stubs/components/netatmo/media_source.pyi +1 -0
  876. homeassistant-stubs/components/netatmo/select.pyi +2 -0
  877. homeassistant-stubs/components/netatmo/sensor.pyi +5 -2
  878. homeassistant-stubs/components/netatmo/switch.pyi +1 -0
  879. homeassistant-stubs/components/network/__init__.pyi +5 -0
  880. homeassistant-stubs/components/network/network.pyi +1 -0
  881. homeassistant-stubs/components/network/util.pyi +1 -0
  882. homeassistant-stubs/components/network/websocket.pyi +7 -0
  883. homeassistant-stubs/components/nextdns/__init__.pyi +0 -1
  884. homeassistant-stubs/components/nextdns/binary_sensor.pyi +1 -1
  885. homeassistant-stubs/components/nextdns/sensor.pyi +1 -1
  886. homeassistant-stubs/components/nextdns/switch.pyi +1 -1
  887. homeassistant-stubs/components/nextdns/system_health.pyi +1 -0
  888. homeassistant-stubs/components/nissan_leaf/entity.pyi +1 -0
  889. homeassistant-stubs/components/nordpool/sensor.pyi +0 -3
  890. homeassistant-stubs/components/notify/__init__.pyi +5 -3
  891. homeassistant-stubs/components/notify/legacy.pyi +3 -0
  892. homeassistant-stubs/components/notify/repairs.pyi +1 -0
  893. homeassistant-stubs/components/notion/__init__.pyi +1 -0
  894. homeassistant-stubs/components/notion/binary_sensor.pyi +0 -1
  895. homeassistant-stubs/components/notion/config_flow.pyi +2 -3
  896. homeassistant-stubs/components/notion/coordinator.pyi +6 -6
  897. homeassistant-stubs/components/notion/entity.pyi +3 -1
  898. homeassistant-stubs/components/notion/sensor.pyi +1 -2
  899. homeassistant-stubs/components/number/__init__.pyi +11 -3
  900. homeassistant-stubs/components/number/significant_change.pyi +1 -0
  901. homeassistant-stubs/components/number/websocket_api.pyi +2 -0
  902. homeassistant-stubs/components/nut/__init__.pyi +1 -2
  903. homeassistant-stubs/components/nut/config_flow.pyi +1 -0
  904. homeassistant-stubs/components/onboarding/__init__.pyi +5 -1
  905. homeassistant-stubs/components/onboarding/views.pyi +2 -0
  906. homeassistant-stubs/components/onewire/binary_sensor.pyi +1 -2
  907. homeassistant-stubs/components/onewire/config_flow.pyi +1 -0
  908. homeassistant-stubs/components/onewire/entity.pyi +0 -1
  909. homeassistant-stubs/components/onewire/model.pyi +0 -1
  910. homeassistant-stubs/components/onewire/sensor.pyi +0 -1
  911. homeassistant-stubs/components/onewire/switch.pyi +1 -2
  912. homeassistant-stubs/components/onkyo/__init__.pyi +0 -1
  913. homeassistant-stubs/components/onkyo/config_flow.pyi +1 -0
  914. homeassistant-stubs/components/onkyo/media_player.pyi +10 -0
  915. homeassistant-stubs/components/onkyo/receiver.pyi +4 -7
  916. homeassistant-stubs/components/open_meteo/weather.pyi +2 -0
  917. homeassistant-stubs/components/opensky/config_flow.pyi +1 -0
  918. homeassistant-stubs/components/openuv/binary_sensor.pyi +1 -0
  919. homeassistant-stubs/components/openuv/config_flow.pyi +1 -1
  920. homeassistant-stubs/components/openuv/sensor.pyi +0 -2
  921. homeassistant-stubs/components/otbr/config_flow.pyi +1 -0
  922. homeassistant-stubs/components/otbr/util.pyi +11 -1
  923. homeassistant-stubs/components/otbr/websocket_api.pyi +12 -0
  924. homeassistant-stubs/components/overkiz/__init__.pyi +0 -1
  925. homeassistant-stubs/components/overkiz/alarm_control_panel.pyi +0 -1
  926. homeassistant-stubs/components/overkiz/binary_sensor.pyi +0 -1
  927. homeassistant-stubs/components/overkiz/button.pyi +0 -1
  928. homeassistant-stubs/components/overkiz/number.pyi +0 -1
  929. homeassistant-stubs/components/overkiz/select.pyi +0 -1
  930. homeassistant-stubs/components/overkiz/sensor.pyi +0 -1
  931. homeassistant-stubs/components/overkiz/switch.pyi +0 -1
  932. homeassistant-stubs/components/panel_custom/__init__.pyi +1 -0
  933. homeassistant-stubs/components/peblar/binary_sensor.pyi +0 -1
  934. homeassistant-stubs/components/peblar/button.pyi +1 -1
  935. homeassistant-stubs/components/peblar/coordinator.pyi +3 -3
  936. homeassistant-stubs/components/peblar/number.pyi +1 -1
  937. homeassistant-stubs/components/peblar/select.pyi +1 -1
  938. homeassistant-stubs/components/peblar/sensor.pyi +0 -1
  939. homeassistant-stubs/components/peblar/switch.pyi +2 -1
  940. homeassistant-stubs/components/peblar/update.pyi +0 -1
  941. homeassistant-stubs/components/peco/__init__.pyi +0 -1
  942. homeassistant-stubs/components/peco/sensor.pyi +0 -1
  943. homeassistant-stubs/components/persistent_notification/__init__.pyi +12 -0
  944. homeassistant-stubs/components/pi_hole/__init__.pyi +0 -1
  945. homeassistant-stubs/components/pi_hole/binary_sensor.pyi +0 -1
  946. homeassistant-stubs/components/pi_hole/update.pyi +0 -1
  947. homeassistant-stubs/components/ping/config_flow.pyi +1 -0
  948. homeassistant-stubs/components/ping/coordinator.pyi +0 -1
  949. homeassistant-stubs/components/ping/sensor.pyi +0 -1
  950. homeassistant-stubs/components/plugwise/__init__.pyi +1 -0
  951. homeassistant-stubs/components/plugwise/binary_sensor.pyi +0 -1
  952. homeassistant-stubs/components/plugwise/button.pyi +1 -0
  953. homeassistant-stubs/components/plugwise/climate.pyi +3 -0
  954. homeassistant-stubs/components/plugwise/number.pyi +1 -1
  955. homeassistant-stubs/components/plugwise/select.pyi +1 -1
  956. homeassistant-stubs/components/plugwise/sensor.pyi +0 -1
  957. homeassistant-stubs/components/plugwise/switch.pyi +2 -1
  958. homeassistant-stubs/components/powerfox/sensor.pyi +0 -1
  959. homeassistant-stubs/components/powerwall/__init__.pyi +1 -0
  960. homeassistant-stubs/components/powerwall/models.pyi +0 -2
  961. homeassistant-stubs/components/powerwall/sensor.pyi +0 -1
  962. homeassistant-stubs/components/private_ble_device/device_tracker.pyi +2 -0
  963. homeassistant-stubs/components/private_ble_device/entity.pyi +2 -0
  964. homeassistant-stubs/components/private_ble_device/sensor.pyi +2 -1
  965. homeassistant-stubs/components/prometheus/__init__.pyi +0 -1
  966. homeassistant-stubs/components/proximity/config_flow.pyi +1 -0
  967. homeassistant-stubs/components/proximity/coordinator.pyi +1 -2
  968. homeassistant-stubs/components/prusalink/binary_sensor.pyi +0 -2
  969. homeassistant-stubs/components/prusalink/button.pyi +0 -2
  970. homeassistant-stubs/components/prusalink/coordinator.pyi +1 -0
  971. homeassistant-stubs/components/prusalink/sensor.pyi +0 -2
  972. homeassistant-stubs/components/pure_energie/sensor.pyi +0 -1
  973. homeassistant-stubs/components/purpleair/config_flow.pyi +9 -3
  974. homeassistant-stubs/components/purpleair/coordinator.pyi +1 -0
  975. homeassistant-stubs/components/purpleair/sensor.pyi +0 -1
  976. homeassistant-stubs/components/pushbullet/sensor.pyi +1 -0
  977. homeassistant-stubs/components/pvoutput/sensor.pyi +0 -1
  978. homeassistant-stubs/components/qnap_qsw/binary_sensor.pyi +1 -1
  979. homeassistant-stubs/components/qnap_qsw/button.pyi +0 -1
  980. homeassistant-stubs/components/qnap_qsw/entity.pyi +2 -2
  981. homeassistant-stubs/components/qnap_qsw/sensor.pyi +1 -1
  982. homeassistant-stubs/components/qnap_qsw/update.pyi +2 -0
  983. homeassistant-stubs/components/rabbitair/fan.pyi +1 -0
  984. homeassistant-stubs/components/radarr/__init__.pyi +0 -1
  985. homeassistant-stubs/components/radarr/calendar.pyi +1 -0
  986. homeassistant-stubs/components/radarr/coordinator.pyi +1 -3
  987. homeassistant-stubs/components/radarr/sensor.pyi +0 -2
  988. homeassistant-stubs/components/radio_browser/media_source.pyi +2 -0
  989. homeassistant-stubs/components/rainforest_raven/diagnostics.pyi +1 -0
  990. homeassistant-stubs/components/rainforest_raven/sensor.pyi +0 -1
  991. homeassistant-stubs/components/rainmachine/__init__.pyi +1 -1
  992. homeassistant-stubs/components/rainmachine/binary_sensor.pyi +2 -1
  993. homeassistant-stubs/components/rainmachine/button.pyi +0 -1
  994. homeassistant-stubs/components/rainmachine/config_flow.pyi +3 -0
  995. homeassistant-stubs/components/rainmachine/coordinator.pyi +1 -0
  996. homeassistant-stubs/components/rainmachine/entity.pyi +2 -1
  997. homeassistant-stubs/components/rainmachine/select.pyi +1 -3
  998. homeassistant-stubs/components/rainmachine/sensor.pyi +2 -2
  999. homeassistant-stubs/components/rainmachine/switch.pyi +18 -4
  1000. homeassistant-stubs/components/rainmachine/update.pyi +2 -2
  1001. homeassistant-stubs/components/rainmachine/util.pyi +1 -1
  1002. homeassistant-stubs/components/raspberry_pi/hardware.pyi +1 -0
  1003. homeassistant-stubs/components/rdw/binary_sensor.pyi +0 -1
  1004. homeassistant-stubs/components/rdw/sensor.pyi +0 -1
  1005. homeassistant-stubs/components/recollect_waste/calendar.pyi +2 -0
  1006. homeassistant-stubs/components/recollect_waste/config_flow.pyi +1 -0
  1007. homeassistant-stubs/components/recollect_waste/sensor.pyi +1 -0
  1008. homeassistant-stubs/components/recollect_waste/util.pyi +1 -0
  1009. homeassistant-stubs/components/recorder/__init__.pyi +1 -0
  1010. homeassistant-stubs/components/recorder/basic_websocket_api.pyi +2 -0
  1011. homeassistant-stubs/components/recorder/core.pyi +25 -0
  1012. homeassistant-stubs/components/recorder/entity_registry.pyi +1 -0
  1013. homeassistant-stubs/components/recorder/migration.pyi +2 -6
  1014. homeassistant-stubs/components/recorder/models/database.pyi +0 -2
  1015. homeassistant-stubs/components/recorder/services.pyi +5 -0
  1016. homeassistant-stubs/components/recorder/statistics.pyi +5 -4
  1017. homeassistant-stubs/components/recorder/system_health/__init__.pyi +2 -0
  1018. homeassistant-stubs/components/recorder/tasks.pyi +0 -13
  1019. homeassistant-stubs/components/recorder/util.pyi +6 -0
  1020. homeassistant-stubs/components/recorder/websocket_api.pyi +17 -0
  1021. homeassistant-stubs/components/remote/__init__.pyi +4 -3
  1022. homeassistant-stubs/components/remote/device_condition.pyi +1 -0
  1023. homeassistant-stubs/components/remote/significant_change.pyi +1 -0
  1024. homeassistant-stubs/components/renault/binary_sensor.pyi +0 -1
  1025. homeassistant-stubs/components/renault/button.pyi +0 -1
  1026. homeassistant-stubs/components/renault/device_tracker.pyi +1 -2
  1027. homeassistant-stubs/components/renault/entity.pyi +1 -3
  1028. homeassistant-stubs/components/renault/renault_vehicle.pyi +9 -1
  1029. homeassistant-stubs/components/renault/select.pyi +0 -1
  1030. homeassistant-stubs/components/renault/sensor.pyi +0 -1
  1031. homeassistant-stubs/components/reolink/binary_sensor.pyi +0 -1
  1032. homeassistant-stubs/components/reolink/button.pyi +3 -2
  1033. homeassistant-stubs/components/reolink/camera.pyi +1 -1
  1034. homeassistant-stubs/components/reolink/config_flow.pyi +1 -0
  1035. homeassistant-stubs/components/reolink/entity.pyi +1 -4
  1036. homeassistant-stubs/components/reolink/host.pyi +2 -0
  1037. homeassistant-stubs/components/reolink/light.pyi +4 -2
  1038. homeassistant-stubs/components/reolink/number.pyi +3 -3
  1039. homeassistant-stubs/components/reolink/select.pyi +2 -2
  1040. homeassistant-stubs/components/reolink/sensor.pyi +0 -2
  1041. homeassistant-stubs/components/reolink/services.pyi +1 -0
  1042. homeassistant-stubs/components/reolink/siren.pyi +3 -2
  1043. homeassistant-stubs/components/reolink/switch.pyi +6 -3
  1044. homeassistant-stubs/components/reolink/update.pyi +2 -5
  1045. homeassistant-stubs/components/reolink/util.pyi +0 -1
  1046. homeassistant-stubs/components/reolink/views.pyi +1 -0
  1047. homeassistant-stubs/components/repairs/issue_handler.pyi +2 -0
  1048. homeassistant-stubs/components/repairs/websocket_api.pyi +4 -0
  1049. homeassistant-stubs/components/rest/__init__.pyi +1 -0
  1050. homeassistant-stubs/components/rest/entity.pyi +1 -0
  1051. homeassistant-stubs/components/rfxtrx/binary_sensor.pyi +1 -0
  1052. homeassistant-stubs/components/rfxtrx/config_flow.pyi +2 -0
  1053. homeassistant-stubs/components/rfxtrx/cover.pyi +1 -0
  1054. homeassistant-stubs/components/rfxtrx/entity.pyi +1 -0
  1055. homeassistant-stubs/components/rfxtrx/event.pyi +1 -0
  1056. homeassistant-stubs/components/rfxtrx/helpers.pyi +1 -0
  1057. homeassistant-stubs/components/rfxtrx/light.pyi +1 -0
  1058. homeassistant-stubs/components/rfxtrx/sensor.pyi +1 -1
  1059. homeassistant-stubs/components/rfxtrx/siren.pyi +2 -0
  1060. homeassistant-stubs/components/rfxtrx/switch.pyi +1 -0
  1061. homeassistant-stubs/components/ridwell/calendar.pyi +1 -0
  1062. homeassistant-stubs/components/ring/__init__.pyi +0 -1
  1063. homeassistant-stubs/components/ring/binary_sensor.pyi +3 -1
  1064. homeassistant-stubs/components/ring/button.pyi +1 -0
  1065. homeassistant-stubs/components/ring/camera.pyi +4 -1
  1066. homeassistant-stubs/components/ring/coordinator.pyi +2 -0
  1067. homeassistant-stubs/components/ring/entity.pyi +1 -2
  1068. homeassistant-stubs/components/ring/event.pyi +2 -1
  1069. homeassistant-stubs/components/ring/light.pyi +2 -0
  1070. homeassistant-stubs/components/ring/number.pyi +2 -1
  1071. homeassistant-stubs/components/ring/sensor.pyi +1 -1
  1072. homeassistant-stubs/components/ring/siren.pyi +3 -1
  1073. homeassistant-stubs/components/ring/switch.pyi +2 -1
  1074. homeassistant-stubs/components/rituals_perfume_genie/__init__.pyi +1 -0
  1075. homeassistant-stubs/components/rituals_perfume_genie/binary_sensor.pyi +0 -1
  1076. homeassistant-stubs/components/rituals_perfume_genie/number.pyi +0 -1
  1077. homeassistant-stubs/components/rituals_perfume_genie/select.pyi +0 -1
  1078. homeassistant-stubs/components/rituals_perfume_genie/sensor.pyi +0 -1
  1079. homeassistant-stubs/components/rituals_perfume_genie/switch.pyi +1 -1
  1080. homeassistant-stubs/components/roborock/__init__.pyi +0 -1
  1081. homeassistant-stubs/components/roborock/binary_sensor.pyi +0 -1
  1082. homeassistant-stubs/components/roborock/button.pyi +0 -1
  1083. homeassistant-stubs/components/roborock/config_flow.pyi +1 -0
  1084. homeassistant-stubs/components/roborock/models.pyi +0 -3
  1085. homeassistant-stubs/components/roborock/number.pyi +0 -1
  1086. homeassistant-stubs/components/roborock/select.pyi +0 -1
  1087. homeassistant-stubs/components/roborock/sensor.pyi +0 -2
  1088. homeassistant-stubs/components/roborock/switch.pyi +0 -1
  1089. homeassistant-stubs/components/roborock/time.pyi +0 -1
  1090. homeassistant-stubs/components/roku/binary_sensor.pyi +0 -1
  1091. homeassistant-stubs/components/roku/config_flow.pyi +2 -0
  1092. homeassistant-stubs/components/roku/select.pyi +0 -1
  1093. homeassistant-stubs/components/roku/sensor.pyi +0 -1
  1094. homeassistant-stubs/components/romy/vacuum.pyi +1 -0
  1095. homeassistant-stubs/components/rtsp_to_webrtc/config_flow.pyi +1 -0
  1096. homeassistant-stubs/components/russound_rio/media_player.pyi +6 -0
  1097. homeassistant-stubs/components/ruuvi_gateway/bluetooth.pyi +2 -0
  1098. homeassistant-stubs/components/ruuvi_gateway/models.pyi +0 -1
  1099. homeassistant-stubs/components/samsungtv/__init__.pyi +2 -0
  1100. homeassistant-stubs/components/samsungtv/config_flow.pyi +5 -0
  1101. homeassistant-stubs/components/samsungtv/helpers.pyi +3 -0
  1102. homeassistant-stubs/components/samsungtv/media_player.pyi +2 -0
  1103. homeassistant-stubs/components/samsungtv/remote.pyi +1 -0
  1104. homeassistant-stubs/components/scene/__init__.pyi +3 -1
  1105. homeassistant-stubs/components/schedule/__init__.pyi +3 -0
  1106. homeassistant-stubs/components/schlage/binary_sensor.pyi +0 -1
  1107. homeassistant-stubs/components/schlage/coordinator.pyi +1 -2
  1108. homeassistant-stubs/components/schlage/lock.pyi +1 -0
  1109. homeassistant-stubs/components/schlage/sensor.pyi +1 -0
  1110. homeassistant-stubs/components/schlage/switch.pyi +0 -1
  1111. homeassistant-stubs/components/scrape/sensor.pyi +1 -0
  1112. homeassistant-stubs/components/script/__init__.pyi +14 -1
  1113. homeassistant-stubs/components/script/helpers.pyi +1 -0
  1114. homeassistant-stubs/components/script/logbook.pyi +1 -0
  1115. homeassistant-stubs/components/script/trace.pyi +2 -0
  1116. homeassistant-stubs/components/search/__init__.pyi +19 -0
  1117. homeassistant-stubs/components/select/__init__.pyi +12 -2
  1118. homeassistant-stubs/components/select/device_condition.pyi +1 -0
  1119. homeassistant-stubs/components/select/significant_change.pyi +1 -0
  1120. homeassistant-stubs/components/sensibo/binary_sensor.pyi +0 -2
  1121. homeassistant-stubs/components/sensibo/button.pyi +1 -1
  1122. homeassistant-stubs/components/sensibo/climate.pyi +5 -0
  1123. homeassistant-stubs/components/sensibo/number.pyi +1 -1
  1124. homeassistant-stubs/components/sensibo/select.pyi +1 -1
  1125. homeassistant-stubs/components/sensibo/sensor.pyi +0 -2
  1126. homeassistant-stubs/components/sensibo/switch.pyi +4 -1
  1127. homeassistant-stubs/components/sensibo/update.pyi +0 -1
  1128. homeassistant-stubs/components/sensor/__init__.pyi +14 -4
  1129. homeassistant-stubs/components/sensor/device_condition.pyi +1 -0
  1130. homeassistant-stubs/components/sensor/helpers.pyi +1 -0
  1131. homeassistant-stubs/components/sensor/recorder.pyi +1 -0
  1132. homeassistant-stubs/components/sensor/significant_change.pyi +1 -0
  1133. homeassistant-stubs/components/sensor/websocket_api.pyi +3 -0
  1134. homeassistant-stubs/components/senz/climate.pyi +1 -0
  1135. homeassistant-stubs/components/sfr_box/binary_sensor.pyi +0 -1
  1136. homeassistant-stubs/components/sfr_box/button.pyi +1 -1
  1137. homeassistant-stubs/components/sfr_box/models.pyi +0 -1
  1138. homeassistant-stubs/components/sfr_box/sensor.pyi +0 -1
  1139. homeassistant-stubs/components/shelly/binary_sensor.pyi +3 -8
  1140. homeassistant-stubs/components/shelly/button.pyi +1 -1
  1141. homeassistant-stubs/components/shelly/climate.pyi +4 -1
  1142. homeassistant-stubs/components/shelly/config_flow.pyi +2 -0
  1143. homeassistant-stubs/components/shelly/coordinator.pyi +10 -1
  1144. homeassistant-stubs/components/shelly/cover.pyi +3 -0
  1145. homeassistant-stubs/components/shelly/entity.pyi +10 -3
  1146. homeassistant-stubs/components/shelly/event.pyi +2 -2
  1147. homeassistant-stubs/components/shelly/light.pyi +3 -0
  1148. homeassistant-stubs/components/shelly/logbook.pyi +1 -0
  1149. homeassistant-stubs/components/shelly/number.pyi +0 -2
  1150. homeassistant-stubs/components/shelly/select.pyi +1 -2
  1151. homeassistant-stubs/components/shelly/sensor.pyi +3 -8
  1152. homeassistant-stubs/components/shelly/switch.pyi +5 -4
  1153. homeassistant-stubs/components/shelly/text.pyi +1 -2
  1154. homeassistant-stubs/components/shelly/update.pyi +1 -2
  1155. homeassistant-stubs/components/shelly/utils.pyi +5 -0
  1156. homeassistant-stubs/components/shelly/valve.pyi +3 -2
  1157. homeassistant-stubs/components/shopping_list/__init__.pyi +7 -0
  1158. homeassistant-stubs/components/simplisafe/__init__.pyi +5 -0
  1159. homeassistant-stubs/components/simplisafe/alarm_control_panel.pyi +3 -0
  1160. homeassistant-stubs/components/simplisafe/binary_sensor.pyi +2 -0
  1161. homeassistant-stubs/components/simplisafe/button.pyi +0 -1
  1162. homeassistant-stubs/components/simplisafe/config_flow.pyi +2 -0
  1163. homeassistant-stubs/components/simplisafe/entity.pyi +6 -0
  1164. homeassistant-stubs/components/simplisafe/lock.pyi +2 -0
  1165. homeassistant-stubs/components/simplisafe/sensor.pyi +1 -0
  1166. homeassistant-stubs/components/siren/__init__.pyi +2 -2
  1167. homeassistant-stubs/components/skybell/binary_sensor.pyi +1 -0
  1168. homeassistant-stubs/components/skybell/sensor.pyi +0 -1
  1169. homeassistant-stubs/components/slack/notify.pyi +2 -0
  1170. homeassistant-stubs/components/sleepiq/binary_sensor.pyi +1 -0
  1171. homeassistant-stubs/components/sleepiq/button.pyi +0 -1
  1172. homeassistant-stubs/components/sleepiq/coordinator.pyi +0 -1
  1173. homeassistant-stubs/components/sleepiq/entity.pyi +2 -0
  1174. homeassistant-stubs/components/sleepiq/light.pyi +1 -0
  1175. homeassistant-stubs/components/sleepiq/number.pyi +1 -1
  1176. homeassistant-stubs/components/sleepiq/select.pyi +2 -0
  1177. homeassistant-stubs/components/sleepiq/sensor.pyi +1 -0
  1178. homeassistant-stubs/components/sleepiq/switch.pyi +1 -0
  1179. homeassistant-stubs/components/smlight/__init__.pyi +0 -1
  1180. homeassistant-stubs/components/smlight/binary_sensor.pyi +1 -1
  1181. homeassistant-stubs/components/smlight/button.pyi +0 -1
  1182. homeassistant-stubs/components/smlight/coordinator.pyi +0 -2
  1183. homeassistant-stubs/components/smlight/sensor.pyi +0 -2
  1184. homeassistant-stubs/components/smlight/switch.pyi +1 -1
  1185. homeassistant-stubs/components/smlight/update.pyi +3 -1
  1186. homeassistant-stubs/components/snooz/config_flow.pyi +0 -1
  1187. homeassistant-stubs/components/snooz/fan.pyi +2 -0
  1188. homeassistant-stubs/components/snooz/models.pyi +0 -1
  1189. homeassistant-stubs/components/solarlog/sensor.pyi +0 -2
  1190. homeassistant-stubs/components/sonarr/config_flow.pyi +1 -0
  1191. homeassistant-stubs/components/sonarr/sensor.pyi +1 -3
  1192. homeassistant-stubs/components/speedtestdotnet/config_flow.pyi +1 -0
  1193. homeassistant-stubs/components/speedtestdotnet/sensor.pyi +0 -1
  1194. homeassistant-stubs/components/spotify/coordinator.pyi +0 -1
  1195. homeassistant-stubs/components/spotify/media_player.pyi +19 -0
  1196. homeassistant-stubs/components/spotify/models.pyi +0 -1
  1197. homeassistant-stubs/components/spotify/system_health.pyi +1 -0
  1198. homeassistant-stubs/components/sql/config_flow.pyi +1 -0
  1199. homeassistant-stubs/components/sql/models.pyi +0 -1
  1200. homeassistant-stubs/components/sql/sensor.pyi +1 -0
  1201. homeassistant-stubs/components/squeezebox/__init__.pyi +0 -1
  1202. homeassistant-stubs/components/squeezebox/coordinator.pyi +1 -0
  1203. homeassistant-stubs/components/squeezebox/media_player.pyi +1 -0
  1204. homeassistant-stubs/components/ssdp/__init__.pyi +15 -6
  1205. homeassistant-stubs/components/starlink/binary_sensor.pyi +0 -1
  1206. homeassistant-stubs/components/starlink/button.pyi +0 -1
  1207. homeassistant-stubs/components/starlink/coordinator.pyi +0 -1
  1208. homeassistant-stubs/components/starlink/device_tracker.pyi +0 -1
  1209. homeassistant-stubs/components/starlink/sensor.pyi +0 -1
  1210. homeassistant-stubs/components/starlink/switch.pyi +0 -1
  1211. homeassistant-stubs/components/starlink/time.pyi +0 -1
  1212. homeassistant-stubs/components/statistics/config_flow.pyi +1 -0
  1213. homeassistant-stubs/components/statistics/sensor.pyi +5 -0
  1214. homeassistant-stubs/components/steamist/config_flow.pyi +1 -0
  1215. homeassistant-stubs/components/steamist/discovery.pyi +5 -0
  1216. homeassistant-stubs/components/steamist/sensor.pyi +0 -1
  1217. homeassistant-stubs/components/stookwijzer/__init__.pyi +1 -0
  1218. homeassistant-stubs/components/stookwijzer/sensor.pyi +0 -1
  1219. homeassistant-stubs/components/stream/__init__.pyi +2 -1
  1220. homeassistant-stubs/components/stream/core.pyi +7 -7
  1221. homeassistant-stubs/components/stream/hls.pyi +3 -0
  1222. homeassistant-stubs/components/stream/recorder.pyi +1 -0
  1223. homeassistant-stubs/components/streamlabswater/coordinator.pyi +0 -1
  1224. homeassistant-stubs/components/streamlabswater/sensor.pyi +0 -1
  1225. homeassistant-stubs/components/stt/__init__.pyi +7 -1
  1226. homeassistant-stubs/components/stt/legacy.pyi +4 -0
  1227. homeassistant-stubs/components/stt/models.pyi +0 -2
  1228. homeassistant-stubs/components/suez_water/coordinator.pyi +0 -2
  1229. homeassistant-stubs/components/suez_water/sensor.pyi +0 -1
  1230. homeassistant-stubs/components/sun/entity.pyi +4 -0
  1231. homeassistant-stubs/components/sun/sensor.pyi +0 -1
  1232. homeassistant-stubs/components/surepetcare/binary_sensor.pyi +3 -0
  1233. homeassistant-stubs/components/surepetcare/entity.pyi +2 -0
  1234. homeassistant-stubs/components/surepetcare/lock.pyi +1 -0
  1235. homeassistant-stubs/components/surepetcare/sensor.pyi +2 -0
  1236. homeassistant-stubs/components/switch/__init__.pyi +1 -1
  1237. homeassistant-stubs/components/switch/device_condition.pyi +1 -0
  1238. homeassistant-stubs/components/switch/significant_change.pyi +1 -0
  1239. homeassistant-stubs/components/switch_as_x/__init__.pyi +1 -0
  1240. homeassistant-stubs/components/switch_as_x/cover.pyi +1 -0
  1241. homeassistant-stubs/components/switch_as_x/entity.pyi +4 -0
  1242. homeassistant-stubs/components/switch_as_x/lock.pyi +1 -0
  1243. homeassistant-stubs/components/switch_as_x/valve.pyi +1 -0
  1244. homeassistant-stubs/components/switchbee/climate.pyi +1 -0
  1245. homeassistant-stubs/components/switchbee/coordinator.pyi +1 -0
  1246. homeassistant-stubs/components/switchbee/cover.pyi +1 -0
  1247. homeassistant-stubs/components/switchbee/light.pyi +1 -0
  1248. homeassistant-stubs/components/switchbee/switch.pyi +1 -0
  1249. homeassistant-stubs/components/switchbot_cloud/__init__.pyi +8 -8
  1250. homeassistant-stubs/components/switchbot_cloud/lock.pyi +1 -0
  1251. homeassistant-stubs/components/switchbot_cloud/sensor.pyi +1 -0
  1252. homeassistant-stubs/components/switchbot_cloud/switch.pyi +4 -0
  1253. homeassistant-stubs/components/switchbot_cloud/vacuum.pyi +2 -0
  1254. homeassistant-stubs/components/switcher_kis/button.pyi +0 -1
  1255. homeassistant-stubs/components/switcher_kis/climate.pyi +1 -0
  1256. homeassistant-stubs/components/switcher_kis/coordinator.pyi +1 -0
  1257. homeassistant-stubs/components/switcher_kis/cover.pyi +1 -0
  1258. homeassistant-stubs/components/switcher_kis/light.pyi +1 -0
  1259. homeassistant-stubs/components/switcher_kis/switch.pyi +1 -0
  1260. homeassistant-stubs/components/synology_dsm/binary_sensor.pyi +1 -2
  1261. homeassistant-stubs/components/synology_dsm/button.pyi +0 -1
  1262. homeassistant-stubs/components/synology_dsm/camera.pyi +0 -1
  1263. homeassistant-stubs/components/synology_dsm/common.pyi +1 -0
  1264. homeassistant-stubs/components/synology_dsm/config_flow.pyi +1 -0
  1265. homeassistant-stubs/components/synology_dsm/coordinator.pyi +3 -0
  1266. homeassistant-stubs/components/synology_dsm/entity.pyi +0 -1
  1267. homeassistant-stubs/components/synology_dsm/models.pyi +0 -1
  1268. homeassistant-stubs/components/synology_dsm/sensor.pyi +1 -2
  1269. homeassistant-stubs/components/synology_dsm/switch.pyi +1 -2
  1270. homeassistant-stubs/components/synology_dsm/update.pyi +1 -2
  1271. homeassistant-stubs/components/system_health/__init__.pyi +6 -1
  1272. homeassistant-stubs/components/system_log/__init__.pyi +2 -0
  1273. homeassistant-stubs/components/systemmonitor/__init__.pyi +0 -1
  1274. homeassistant-stubs/components/systemmonitor/binary_sensor.pyi +2 -1
  1275. homeassistant-stubs/components/systemmonitor/config_flow.pyi +1 -0
  1276. homeassistant-stubs/components/systemmonitor/coordinator.pyi +0 -1
  1277. homeassistant-stubs/components/systemmonitor/sensor.pyi +3 -1
  1278. homeassistant-stubs/components/tag/__init__.pyi +5 -1
  1279. homeassistant-stubs/components/tailscale/binary_sensor.pyi +0 -1
  1280. homeassistant-stubs/components/tailscale/sensor.pyi +0 -1
  1281. homeassistant-stubs/components/tailwind/binary_sensor.pyi +0 -1
  1282. homeassistant-stubs/components/tailwind/button.pyi +0 -1
  1283. homeassistant-stubs/components/tailwind/number.pyi +0 -1
  1284. homeassistant-stubs/components/tami4/button.pyi +0 -2
  1285. homeassistant-stubs/components/tami4/sensor.pyi +1 -0
  1286. homeassistant-stubs/components/tautulli/sensor.pyi +0 -2
  1287. homeassistant-stubs/components/technove/binary_sensor.pyi +0 -1
  1288. homeassistant-stubs/components/technove/number.pyi +1 -1
  1289. homeassistant-stubs/components/technove/sensor.pyi +0 -1
  1290. homeassistant-stubs/components/technove/switch.pyi +2 -1
  1291. homeassistant-stubs/components/tedee/binary_sensor.pyi +0 -1
  1292. homeassistant-stubs/components/tedee/entity.pyi +1 -0
  1293. homeassistant-stubs/components/tedee/sensor.pyi +0 -1
  1294. homeassistant-stubs/components/text/__init__.pyi +5 -3
  1295. homeassistant-stubs/components/thethingsnetwork/entity.pyi +1 -0
  1296. homeassistant-stubs/components/threshold/binary_sensor.pyi +3 -0
  1297. homeassistant-stubs/components/threshold/config_flow.pyi +1 -0
  1298. homeassistant-stubs/components/tibber/sensor.pyi +5 -0
  1299. homeassistant-stubs/components/tibber/services.pyi +1 -0
  1300. homeassistant-stubs/components/tile/__init__.pyi +0 -1
  1301. homeassistant-stubs/components/tile/device_tracker.pyi +2 -0
  1302. homeassistant-stubs/components/time/__init__.pyi +5 -2
  1303. homeassistant-stubs/components/time_date/config_flow.pyi +1 -0
  1304. homeassistant-stubs/components/time_date/sensor.pyi +2 -0
  1305. homeassistant-stubs/components/timer/__init__.pyi +7 -0
  1306. homeassistant-stubs/components/tod/binary_sensor.pyi +1 -0
  1307. homeassistant-stubs/components/todo/__init__.pyi +9 -3
  1308. homeassistant-stubs/components/tolo/number.pyi +0 -1
  1309. homeassistant-stubs/components/tolo/select.pyi +0 -1
  1310. homeassistant-stubs/components/tolo/sensor.pyi +0 -1
  1311. homeassistant-stubs/components/tolo/switch.pyi +0 -1
  1312. homeassistant-stubs/components/tplink/__init__.pyi +1 -0
  1313. homeassistant-stubs/components/tplink/binary_sensor.pyi +2 -2
  1314. homeassistant-stubs/components/tplink/button.pyi +1 -2
  1315. homeassistant-stubs/components/tplink/camera.pyi +2 -2
  1316. homeassistant-stubs/components/tplink/climate.pyi +5 -0
  1317. homeassistant-stubs/components/tplink/config_flow.pyi +3 -0
  1318. homeassistant-stubs/components/tplink/deprecate.pyi +0 -1
  1319. homeassistant-stubs/components/tplink/entity.pyi +3 -2
  1320. homeassistant-stubs/components/tplink/fan.pyi +3 -0
  1321. homeassistant-stubs/components/tplink/light.pyi +7 -0
  1322. homeassistant-stubs/components/tplink/models.pyi +0 -1
  1323. homeassistant-stubs/components/tplink/number.pyi +3 -2
  1324. homeassistant-stubs/components/tplink/select.pyi +3 -2
  1325. homeassistant-stubs/components/tplink/sensor.pyi +2 -2
  1326. homeassistant-stubs/components/tplink/siren.pyi +3 -0
  1327. homeassistant-stubs/components/tplink/switch.pyi +4 -2
  1328. homeassistant-stubs/components/tplink_omada/binary_sensor.pyi +1 -1
  1329. homeassistant-stubs/components/tplink_omada/device_tracker.pyi +1 -0
  1330. homeassistant-stubs/components/tplink_omada/sensor.pyi +0 -1
  1331. homeassistant-stubs/components/tplink_omada/switch.pyi +1 -4
  1332. homeassistant-stubs/components/tplink_omada/update.pyi +2 -0
  1333. homeassistant-stubs/components/trace/websocket_api.pyi +21 -0
  1334. homeassistant-stubs/components/tractive/__init__.pyi +0 -2
  1335. homeassistant-stubs/components/tractive/binary_sensor.pyi +1 -0
  1336. homeassistant-stubs/components/tractive/device_tracker.pyi +2 -0
  1337. homeassistant-stubs/components/tractive/entity.pyi +2 -0
  1338. homeassistant-stubs/components/tractive/sensor.pyi +1 -1
  1339. homeassistant-stubs/components/tractive/switch.pyi +1 -1
  1340. homeassistant-stubs/components/tradfri/__init__.pyi +1 -0
  1341. homeassistant-stubs/components/tradfri/coordinator.pyi +2 -0
  1342. homeassistant-stubs/components/tradfri/entity.pyi +2 -0
  1343. homeassistant-stubs/components/tradfri/sensor.pyi +1 -1
  1344. homeassistant-stubs/components/trafikverket_camera/binary_sensor.pyi +1 -1
  1345. homeassistant-stubs/components/trafikverket_camera/coordinator.pyi +0 -1
  1346. homeassistant-stubs/components/trafikverket_camera/entity.pyi +2 -0
  1347. homeassistant-stubs/components/trafikverket_camera/sensor.pyi +1 -1
  1348. homeassistant-stubs/components/trafikverket_ferry/sensor.pyi +1 -1
  1349. homeassistant-stubs/components/trafikverket_train/config_flow.pyi +1 -0
  1350. homeassistant-stubs/components/trafikverket_train/coordinator.pyi +0 -1
  1351. homeassistant-stubs/components/trafikverket_train/sensor.pyi +2 -1
  1352. homeassistant-stubs/components/trafikverket_weatherstation/sensor.pyi +0 -1
  1353. homeassistant-stubs/components/transmission/config_flow.pyi +1 -0
  1354. homeassistant-stubs/components/transmission/sensor.pyi +0 -1
  1355. homeassistant-stubs/components/transmission/switch.pyi +0 -1
  1356. homeassistant-stubs/components/tts/__init__.pyi +10 -2
  1357. homeassistant-stubs/components/tts/legacy.pyi +1 -0
  1358. homeassistant-stubs/components/tts/media_source.pyi +3 -0
  1359. homeassistant-stubs/components/tts/models.pyi +0 -1
  1360. homeassistant-stubs/components/twentemilieu/calendar.pyi +1 -0
  1361. homeassistant-stubs/components/twentemilieu/sensor.pyi +0 -1
  1362. homeassistant-stubs/components/unifi/__init__.pyi +3 -0
  1363. homeassistant-stubs/components/unifi/button.pyi +2 -1
  1364. homeassistant-stubs/components/unifi/config_flow.pyi +1 -0
  1365. homeassistant-stubs/components/unifi/device_tracker.pyi +8 -1
  1366. homeassistant-stubs/components/unifi/diagnostics.pyi +2 -0
  1367. homeassistant-stubs/components/unifi/entity.pyi +10 -1
  1368. homeassistant-stubs/components/unifi/hub/config.pyi +0 -1
  1369. homeassistant-stubs/components/unifi/hub/entity_helper.pyi +12 -0
  1370. homeassistant-stubs/components/unifi/hub/entity_loader.pyi +5 -0
  1371. homeassistant-stubs/components/unifi/hub/hub.pyi +5 -0
  1372. homeassistant-stubs/components/unifi/hub/websocket.pyi +5 -0
  1373. homeassistant-stubs/components/unifi/image.pyi +2 -1
  1374. homeassistant-stubs/components/unifi/sensor.pyi +22 -1
  1375. homeassistant-stubs/components/unifi/services.pyi +1 -0
  1376. homeassistant-stubs/components/unifi/switch.pyi +9 -1
  1377. homeassistant-stubs/components/unifi/update.pyi +2 -1
  1378. homeassistant-stubs/components/unifiprotect/binary_sensor.pyi +8 -5
  1379. homeassistant-stubs/components/unifiprotect/button.pyi +2 -1
  1380. homeassistant-stubs/components/unifiprotect/camera.pyi +4 -0
  1381. homeassistant-stubs/components/unifiprotect/config_flow.pyi +2 -0
  1382. homeassistant-stubs/components/unifiprotect/data.pyi +19 -0
  1383. homeassistant-stubs/components/unifiprotect/discovery.pyi +2 -0
  1384. homeassistant-stubs/components/unifiprotect/entity.pyi +12 -3
  1385. homeassistant-stubs/components/unifiprotect/event.pyi +4 -1
  1386. homeassistant-stubs/components/unifiprotect/light.pyi +1 -0
  1387. homeassistant-stubs/components/unifiprotect/lock.pyi +1 -0
  1388. homeassistant-stubs/components/unifiprotect/media_player.pyi +1 -0
  1389. homeassistant-stubs/components/unifiprotect/media_source.pyi +6 -0
  1390. homeassistant-stubs/components/unifiprotect/migrate.pyi +3 -0
  1391. homeassistant-stubs/components/unifiprotect/number.pyi +1 -1
  1392. homeassistant-stubs/components/unifiprotect/repairs.pyi +3 -0
  1393. homeassistant-stubs/components/unifiprotect/select.pyi +2 -1
  1394. homeassistant-stubs/components/unifiprotect/sensor.pyi +5 -3
  1395. homeassistant-stubs/components/unifiprotect/services.pyi +4 -0
  1396. homeassistant-stubs/components/unifiprotect/switch.pyi +3 -2
  1397. homeassistant-stubs/components/unifiprotect/text.pyi +2 -2
  1398. homeassistant-stubs/components/unifiprotect/utils.pyi +7 -0
  1399. homeassistant-stubs/components/unifiprotect/views.pyi +9 -0
  1400. homeassistant-stubs/components/upcloud/__init__.pyi +1 -2
  1401. homeassistant-stubs/components/upcloud/config_flow.pyi +2 -0
  1402. homeassistant-stubs/components/update/__init__.pyi +7 -2
  1403. homeassistant-stubs/components/update/significant_change.pyi +1 -0
  1404. homeassistant-stubs/components/usb/__init__.pyi +7 -2
  1405. homeassistant-stubs/components/usb/models.pyi +0 -1
  1406. homeassistant-stubs/components/vacuum/__init__.pyi +6 -3
  1407. homeassistant-stubs/components/vacuum/device_condition.pyi +1 -0
  1408. homeassistant-stubs/components/vacuum/significant_change.pyi +1 -0
  1409. homeassistant-stubs/components/vallox/binary_sensor.pyi +0 -1
  1410. homeassistant-stubs/components/vallox/number.pyi +0 -1
  1411. homeassistant-stubs/components/vallox/sensor.pyi +0 -1
  1412. homeassistant-stubs/components/vallox/switch.pyi +0 -1
  1413. homeassistant-stubs/components/valve/__init__.pyi +5 -2
  1414. homeassistant-stubs/components/velbus/__init__.pyi +0 -1
  1415. homeassistant-stubs/components/velbus/button.pyi +1 -0
  1416. homeassistant-stubs/components/velbus/climate.pyi +3 -0
  1417. homeassistant-stubs/components/velbus/cover.pyi +4 -0
  1418. homeassistant-stubs/components/velbus/light.pyi +4 -0
  1419. homeassistant-stubs/components/velbus/select.pyi +1 -0
  1420. homeassistant-stubs/components/velbus/switch.pyi +2 -0
  1421. homeassistant-stubs/components/vlc_telnet/__init__.pyi +0 -1
  1422. homeassistant-stubs/components/vlc_telnet/media_player.pyi +12 -0
  1423. homeassistant-stubs/components/wake_word/__init__.pyi +6 -1
  1424. homeassistant-stubs/components/wake_word/models.pyi +0 -2
  1425. homeassistant-stubs/components/wallbox/coordinator.pyi +6 -0
  1426. homeassistant-stubs/components/wallbox/number.pyi +0 -1
  1427. homeassistant-stubs/components/wallbox/sensor.pyi +0 -1
  1428. homeassistant-stubs/components/waqi/sensor.pyi +0 -1
  1429. homeassistant-stubs/components/water_heater/__init__.pyi +6 -6
  1430. homeassistant-stubs/components/water_heater/significant_change.pyi +1 -0
  1431. homeassistant-stubs/components/watttime/config_flow.pyi +2 -0
  1432. homeassistant-stubs/components/weather/__init__.pyi +37 -3
  1433. homeassistant-stubs/components/weather/significant_change.pyi +1 -0
  1434. homeassistant-stubs/components/weather/websocket_api.pyi +3 -0
  1435. homeassistant-stubs/components/webhook/__init__.pyi +11 -0
  1436. homeassistant-stubs/components/webhook/trigger.pyi +0 -1
  1437. homeassistant-stubs/components/webostv/config_flow.pyi +2 -0
  1438. homeassistant-stubs/components/webostv/helpers.pyi +3 -0
  1439. homeassistant-stubs/components/webostv/media_player.pyi +16 -0
  1440. homeassistant-stubs/components/websocket_api/__init__.pyi +2 -0
  1441. homeassistant-stubs/components/websocket_api/commands.pyi +33 -0
  1442. homeassistant-stubs/components/websocket_api/connection.pyi +9 -0
  1443. homeassistant-stubs/components/websocket_api/http.pyi +7 -0
  1444. homeassistant-stubs/components/websocket_api/sensor.pyi +1 -0
  1445. homeassistant-stubs/components/wemo/__init__.pyi +2 -0
  1446. homeassistant-stubs/components/wemo/config_flow.pyi +1 -0
  1447. homeassistant-stubs/components/wemo/coordinator.pyi +4 -1
  1448. homeassistant-stubs/components/wemo/entity.pyi +2 -0
  1449. homeassistant-stubs/components/wemo/fan.pyi +1 -0
  1450. homeassistant-stubs/components/wemo/light.pyi +1 -0
  1451. homeassistant-stubs/components/wemo/models.pyi +1 -2
  1452. homeassistant-stubs/components/wemo/sensor.pyi +0 -1
  1453. homeassistant-stubs/components/whois/sensor.pyi +0 -1
  1454. homeassistant-stubs/components/withings/__init__.pyi +2 -3
  1455. homeassistant-stubs/components/withings/sensor.pyi +0 -6
  1456. homeassistant-stubs/components/wiz/binary_sensor.pyi +1 -0
  1457. homeassistant-stubs/components/wiz/discovery.pyi +1 -0
  1458. homeassistant-stubs/components/wiz/entity.pyi +3 -0
  1459. homeassistant-stubs/components/wiz/light.pyi +1 -0
  1460. homeassistant-stubs/components/wiz/models.pyi +0 -1
  1461. homeassistant-stubs/components/wiz/number.pyi +1 -1
  1462. homeassistant-stubs/components/wiz/sensor.pyi +2 -0
  1463. homeassistant-stubs/components/wled/button.pyi +1 -0
  1464. homeassistant-stubs/components/wled/config_flow.pyi +1 -0
  1465. homeassistant-stubs/components/wled/coordinator.pyi +1 -0
  1466. homeassistant-stubs/components/wled/light.pyi +5 -0
  1467. homeassistant-stubs/components/wled/number.pyi +2 -1
  1468. homeassistant-stubs/components/wled/select.pyi +5 -0
  1469. homeassistant-stubs/components/wled/sensor.pyi +0 -1
  1470. homeassistant-stubs/components/wled/switch.pyi +9 -0
  1471. homeassistant-stubs/components/wled/update.pyi +1 -0
  1472. homeassistant-stubs/components/workday/binary_sensor.pyi +1 -0
  1473. homeassistant-stubs/components/workday/config_flow.pyi +1 -0
  1474. homeassistant-stubs/components/xiaomi_ble/config_flow.pyi +0 -1
  1475. homeassistant-stubs/components/xiaomi_ble/device_trigger.pyi +0 -1
  1476. homeassistant-stubs/components/xiaomi_ble/event.pyi +1 -0
  1477. homeassistant-stubs/components/yale_smart_alarm/config_flow.pyi +1 -0
  1478. homeassistant-stubs/components/yale_smart_alarm/select.pyi +1 -0
  1479. homeassistant-stubs/components/yale_smart_alarm/switch.pyi +1 -0
  1480. homeassistant-stubs/components/yalexs_ble/binary_sensor.pyi +1 -0
  1481. homeassistant-stubs/components/yalexs_ble/config_flow.pyi +1 -0
  1482. homeassistant-stubs/components/yalexs_ble/entity.pyi +3 -0
  1483. homeassistant-stubs/components/yalexs_ble/lock.pyi +1 -0
  1484. homeassistant-stubs/components/yalexs_ble/models.pyi +0 -1
  1485. homeassistant-stubs/components/yalexs_ble/sensor.pyi +1 -1
  1486. homeassistant-stubs/components/yalexs_ble/util.pyi +1 -0
  1487. homeassistant-stubs/components/youtube/config_flow.pyi +1 -0
  1488. homeassistant-stubs/components/youtube/sensor.pyi +0 -1
  1489. homeassistant-stubs/components/zeroconf/__init__.pyi +7 -1
  1490. homeassistant-stubs/components/zone/__init__.pyi +7 -0
  1491. homeassistant-stubs/components/zwave_js/__init__.pyi +8 -0
  1492. homeassistant-stubs/components/zwave_js/addon.pyi +1 -0
  1493. homeassistant-stubs/components/zwave_js/api.pyi +183 -0
  1494. homeassistant-stubs/components/zwave_js/binary_sensor.pyi +1 -2
  1495. homeassistant-stubs/components/zwave_js/config_flow.pyi +3 -0
  1496. homeassistant-stubs/components/zwave_js/device_automation_helpers.pyi +1 -0
  1497. homeassistant-stubs/components/zwave_js/device_condition.pyi +1 -0
  1498. homeassistant-stubs/components/zwave_js/discovery.pyi +7 -7
  1499. homeassistant-stubs/components/zwave_js/discovery_data_template.pyi +4 -14
  1500. homeassistant-stubs/components/zwave_js/entity.pyi +5 -0
  1501. homeassistant-stubs/components/zwave_js/event.pyi +1 -0
  1502. homeassistant-stubs/components/zwave_js/helpers.pyi +5 -2
  1503. homeassistant-stubs/components/zwave_js/humidifier.pyi +0 -1
  1504. homeassistant-stubs/components/zwave_js/light.pyi +4 -0
  1505. homeassistant-stubs/components/zwave_js/logbook.pyi +1 -0
  1506. homeassistant-stubs/components/zwave_js/migrate.pyi +5 -1
  1507. homeassistant-stubs/components/zwave_js/sensor.pyi +4 -1
  1508. homeassistant-stubs/components/zwave_js/services.pyi +1 -0
  1509. homeassistant-stubs/components/zwave_js/switch.pyi +2 -0
  1510. homeassistant-stubs/components/zwave_js/triggers/trigger_helpers.pyi +1 -0
  1511. homeassistant-stubs/components/zwave_js/update.pyi +4 -1
  1512. homeassistant-stubs/config.pyi +8 -3
  1513. homeassistant-stubs/config_entries.pyi +53 -0
  1514. homeassistant-stubs/core.pyi +47 -2
  1515. homeassistant-stubs/data_entry_flow.pyi +22 -0
  1516. homeassistant-stubs/exceptions.pyi +0 -4
  1517. homeassistant-stubs/helpers/aiohttp_client.pyi +11 -0
  1518. homeassistant-stubs/helpers/area_registry.pyi +16 -4
  1519. homeassistant-stubs/helpers/category_registry.pyi +12 -5
  1520. homeassistant-stubs/helpers/collection.pyi +14 -2
  1521. homeassistant-stubs/helpers/condition.pyi +4 -0
  1522. homeassistant-stubs/helpers/config_entry_oauth2_flow.pyi +4 -0
  1523. homeassistant-stubs/helpers/config_validation.pyi +3 -0
  1524. homeassistant-stubs/helpers/debounce.pyi +5 -0
  1525. homeassistant-stubs/helpers/device.pyi +5 -0
  1526. homeassistant-stubs/helpers/device_registry.pyi +19 -0
  1527. homeassistant-stubs/helpers/discovery.pyi +7 -0
  1528. homeassistant-stubs/helpers/discovery_flow.pyi +5 -1
  1529. homeassistant-stubs/helpers/dispatcher.pyi +15 -0
  1530. homeassistant-stubs/helpers/entity.pyi +28 -5
  1531. homeassistant-stubs/helpers/entity_component.pyi +5 -0
  1532. homeassistant-stubs/helpers/entity_platform.pyi +11 -0
  1533. homeassistant-stubs/helpers/entity_registry.pyi +33 -0
  1534. homeassistant-stubs/helpers/event.pyi +79 -9
  1535. homeassistant-stubs/helpers/floor_registry.pyi +8 -1
  1536. homeassistant-stubs/helpers/frame.pyi +0 -1
  1537. homeassistant-stubs/helpers/hassio.pyi +2 -0
  1538. homeassistant-stubs/helpers/httpx_client.pyi +4 -0
  1539. homeassistant-stubs/helpers/icon.pyi +3 -0
  1540. homeassistant-stubs/helpers/integration_platform.pyi +3 -1
  1541. homeassistant-stubs/helpers/intent.pyi +26 -9
  1542. homeassistant-stubs/helpers/issue_registry.pyi +10 -1
  1543. homeassistant-stubs/helpers/label_registry.pyi +8 -1
  1544. homeassistant-stubs/helpers/llm.pyi +6 -4
  1545. homeassistant-stubs/helpers/network.pyi +6 -0
  1546. homeassistant-stubs/helpers/normalized_name_base_registry.pyi +5 -6
  1547. homeassistant-stubs/helpers/ratelimit.pyi +5 -0
  1548. homeassistant-stubs/helpers/recorder.pyi +8 -4
  1549. homeassistant-stubs/helpers/registry.pyi +2 -0
  1550. homeassistant-stubs/helpers/reload.pyi +1 -0
  1551. homeassistant-stubs/helpers/restore_state.pyi +6 -0
  1552. homeassistant-stubs/helpers/schema_config_entry_flow.pyi +8 -2
  1553. homeassistant-stubs/helpers/script.pyi +11 -1
  1554. homeassistant-stubs/helpers/script_variables.pyi +1 -0
  1555. homeassistant-stubs/helpers/selector.pyi +2 -0
  1556. homeassistant-stubs/helpers/service.pyi +30 -9
  1557. homeassistant-stubs/helpers/service_info/hassio.pyi +0 -1
  1558. homeassistant-stubs/helpers/service_info/mqtt.pyi +0 -1
  1559. homeassistant-stubs/helpers/signal.pyi +2 -0
  1560. homeassistant-stubs/helpers/significant_change.pyi +1 -0
  1561. homeassistant-stubs/helpers/start.pyi +3 -0
  1562. homeassistant-stubs/helpers/state.pyi +1 -0
  1563. homeassistant-stubs/helpers/storage.pyi +12 -0
  1564. homeassistant-stubs/helpers/sun.pyi +9 -0
  1565. homeassistant-stubs/helpers/system_info.pyi +1 -0
  1566. homeassistant-stubs/helpers/template.pyi +8 -0
  1567. homeassistant-stubs/helpers/trace.pyi +2 -0
  1568. homeassistant-stubs/helpers/translation.pyi +8 -1
  1569. homeassistant-stubs/helpers/trigger.pyi +7 -4
  1570. homeassistant-stubs/helpers/trigger_template_entity.pyi +1 -0
  1571. homeassistant-stubs/helpers/update_coordinator.pyi +11 -0
  1572. homeassistant-stubs/loader.pyi +5 -2
  1573. homeassistant-stubs/requirements.pyi +2 -0
  1574. homeassistant-stubs/runner.pyi +2 -2
  1575. homeassistant-stubs/scripts/benchmark/__init__.pyi +8 -0
  1576. homeassistant-stubs/setup.pyi +11 -0
  1577. homeassistant-stubs/util/enum.pyi +1 -0
  1578. homeassistant-stubs/util/language.pyi +0 -1
  1579. homeassistant-stubs/util/location.pyi +2 -0
  1580. homeassistant-stubs/util/logging.pyi +2 -0
  1581. homeassistant-stubs/util/loop.pyi +2 -0
  1582. homeassistant-stubs/util/package.pyi +2 -0
  1583. homeassistant-stubs/util/ssl.pyi +3 -0
  1584. homeassistant-stubs/util/system_info.pyi +3 -0
  1585. homeassistant-stubs/util/unit_conversion.pyi +8 -0
  1586. homeassistant-stubs/util/yaml/loader.pyi +5 -0
  1587. homeassistant-stubs/util/yaml/objects.pyi +0 -1
  1588. {homeassistant_stubs-2025.1.1.dist-info → homeassistant_stubs-2025.1.3.dist-info}/METADATA +2 -2
  1589. {homeassistant_stubs-2025.1.1.dist-info → homeassistant_stubs-2025.1.3.dist-info}/RECORD +1591 -1591
  1590. {homeassistant_stubs-2025.1.1.dist-info → homeassistant_stubs-2025.1.3.dist-info}/WHEEL +0 -0
  1591. {homeassistant_stubs-2025.1.1.dist-info → homeassistant_stubs-2025.1.3.dist-info}/licenses/LICENSE +0 -0
@@ -17,7 +17,9 @@ _LOGGER: Incomplete
17
17
  type ProtectDeviceType = ProtectAdoptableDeviceModel | NVR
18
18
  type UFPConfigEntry = ConfigEntry[ProtectData]
19
19
 
20
+ @callback
20
21
  def async_last_update_was_successful(hass: HomeAssistant, entry: UFPConfigEntry) -> bool: ...
22
+ @callback
21
23
  def _async_dispatch_id(entry: UFPConfigEntry, dispatch: str) -> str: ...
22
24
 
23
25
  class ProtectData:
@@ -38,26 +40,43 @@ class ProtectData:
38
40
  def disable_stream(self) -> bool: ...
39
41
  @property
40
42
  def max_events(self) -> int: ...
43
+ @callback
41
44
  def async_subscribe_adopt(self, add_callback: Callable[[ProtectAdoptableDeviceModel], None]) -> None: ...
42
45
  def get_by_types(self, device_types: Iterable[ModelType], ignore_unadopted: bool = True) -> Generator[ProtectAdoptableDeviceModel]: ...
43
46
  def get_cameras(self, ignore_unadopted: bool = True) -> Generator[Camera]: ...
47
+ @callback
44
48
  def async_setup(self) -> None: ...
49
+ @callback
45
50
  def _async_websocket_state_changed(self, state: WebsocketState) -> None: ...
46
51
  def _async_update_change(self, success: bool, force_update: bool = False, exception: Exception | None = None) -> None: ...
47
52
  async def async_stop(self, *args: Any) -> None: ...
48
53
  async def async_refresh(self) -> None: ...
54
+ @callback
49
55
  def async_add_pending_camera_id(self, camera_id: str) -> None: ...
56
+ @callback
50
57
  def _async_add_device(self, device: ProtectAdoptableDeviceModel) -> None: ...
58
+ @callback
51
59
  def _async_remove_device(self, device: ProtectAdoptableDeviceModel) -> None: ...
60
+ @callback
52
61
  def _async_update_device(self, device: ProtectAdoptableDeviceModel | NVR, changed_data: dict[str, Any]) -> None: ...
62
+ @callback
53
63
  def _async_process_ws_message(self, message: WSSubscriptionMessage) -> None: ...
64
+ @callback
54
65
  def _async_process_updates(self) -> None: ...
66
+ @callback
55
67
  def _async_poll(self, now: datetime) -> None: ...
68
+ @callback
56
69
  def async_subscribe(self, mac: str, update_callback: Callable[[ProtectDeviceType], None]) -> CALLBACK_TYPE: ...
70
+ @callback
57
71
  def _async_unsubscribe(self, mac: str, update_callback: Callable[[ProtectDeviceType], None]) -> None: ...
72
+ @callback
58
73
  def _async_signal_device_update(self, device: ProtectDeviceType) -> None: ...
59
74
 
75
+ @callback
60
76
  def async_ufp_instance_for_config_entry_ids(hass: HomeAssistant, config_entry_ids: set[str]) -> ProtectApiClient | None: ...
77
+ @callback
61
78
  def async_get_ufp_entries(hass: HomeAssistant) -> list[UFPConfigEntry]: ...
79
+ @callback
62
80
  def async_get_data_for_nvr_id(hass: HomeAssistant, nvr_id: str) -> ProtectData | None: ...
81
+ @callback
63
82
  def async_get_data_for_entry_id(hass: HomeAssistant, entry_id: str) -> ProtectData | None: ...
@@ -10,6 +10,8 @@ _LOGGER: Incomplete
10
10
  DISCOVERY: str
11
11
  DISCOVERY_INTERVAL: Incomplete
12
12
 
13
+ @callback
13
14
  def async_start_discovery(hass: HomeAssistant) -> None: ...
14
15
  async def async_discover_devices() -> list[UnifiDevice]: ...
16
+ @callback
15
17
  def async_trigger_discovery(hass: HomeAssistant, discovered_devices: list[UnifiDevice]) -> None: ...
@@ -19,11 +19,14 @@ class PermRequired(int, Enum):
19
19
  WRITE = 2
20
20
  DELETE = 3
21
21
 
22
+ @callback
22
23
  def _async_device_entities(data: ProtectData, klass: type[BaseProtectEntity], model_type: ModelType, descs: Sequence[ProtectEntityDescription], unadopted_descs: Sequence[ProtectEntityDescription] | None = None, ufp_device: ProtectAdoptableDeviceModel | None = None) -> list[BaseProtectEntity]: ...
23
24
 
24
25
  _ALL_MODEL_TYPES: Incomplete
25
26
 
27
+ @callback
26
28
  def _combine_model_descs(model_type: ModelType, model_descriptions: dict[ModelType, Sequence[ProtectEntityDescription]] | None, all_descs: Sequence[ProtectEntityDescription] | None) -> list[ProtectEntityDescription]: ...
29
+ @callback
27
30
  def async_all_device_entities(data: ProtectData, klass: type[BaseProtectEntity], model_descriptions: dict[ModelType, Sequence[ProtectEntityDescription]] | None = None, all_descs: Sequence[ProtectEntityDescription] | None = None, unadopted_descs: list[ProtectEntityDescription] | None = None, ufp_device: ProtectAdoptableDeviceModel | None = None) -> list[BaseProtectEntity]: ...
28
31
 
29
32
  class BaseProtectEntity(Entity):
@@ -40,9 +43,12 @@ class BaseProtectEntity(Entity):
40
43
  _state_getters: Incomplete
41
44
  def __init__(self, data: ProtectData, device: ProtectDeviceType, description: EntityDescription | None = None) -> None: ...
42
45
  async def async_update(self) -> None: ...
46
+ @callback
43
47
  def _async_set_device_info(self) -> None: ...
44
48
  _attr_available: Incomplete
49
+ @callback
45
50
  def _async_update_device_from_protect(self, device: ProtectDeviceType) -> None: ...
51
+ @callback
46
52
  def _async_updated_event(self, device: ProtectDeviceType) -> None: ...
47
53
  async def async_added_to_hass(self) -> None: ...
48
54
 
@@ -54,11 +60,13 @@ class ProtectIsOnEntity(BaseProtectEntity):
54
60
 
55
61
  class ProtectDeviceEntity(BaseProtectEntity):
56
62
  _attr_device_info: Incomplete
63
+ @callback
57
64
  def _async_set_device_info(self) -> None: ...
58
65
 
59
66
  class ProtectNVREntity(BaseProtectEntity):
60
67
  device: NVR
61
68
  _attr_device_info: Incomplete
69
+ @callback
62
70
  def _async_set_device_info(self) -> None: ...
63
71
 
64
72
  class EventEntityMixin(ProtectDeviceEntity):
@@ -66,10 +74,14 @@ class EventEntityMixin(ProtectDeviceEntity):
66
74
  _unrecorded_attributes: Incomplete
67
75
  _event: Event | None
68
76
  _event_end: datetime | None
77
+ @callback
69
78
  def _set_event_done(self) -> None: ...
70
79
  _attr_extra_state_attributes: Incomplete
80
+ @callback
71
81
  def _set_event_attrs(self, event: Event) -> None: ...
82
+ @callback
72
83
  def _async_event_with_immediate_end(self) -> None: ...
84
+ @callback
73
85
  def _event_already_ended(self, prev_event: Event | None, prev_event_end: datetime | None) -> bool: ...
74
86
 
75
87
  @dataclass(frozen=True, kw_only=True)
@@ -83,7 +95,6 @@ class ProtectEntityDescription(EntityDescription, Generic[T]):
83
95
  get_ufp_enabled: Callable[[T], bool] | None = ...
84
96
  def get_ufp_value(self, obj: T) -> Any: ...
85
97
  def __post_init__(self) -> None: ...
86
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., ufp_required_field=..., ufp_value=..., ufp_value_fn=..., ufp_enabled=..., ufp_perm=..., has_required=..., get_ufp_enabled=...) -> None: ...
87
98
 
88
99
  @dataclass(frozen=True, kw_only=True)
89
100
  class ProtectEventMixin(ProtectEntityDescription[T]):
@@ -92,11 +103,9 @@ class ProtectEventMixin(ProtectEntityDescription[T]):
92
103
  def get_event_obj(self, obj: T) -> Event | None: ...
93
104
  def has_matching_smart(self, event: Event) -> bool: ...
94
105
  def __post_init__(self) -> None: ...
95
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., ufp_required_field=..., ufp_value=..., ufp_value_fn=..., ufp_enabled=..., ufp_perm=..., has_required=..., get_ufp_enabled=..., ufp_event_obj=..., ufp_obj_type=...) -> None: ...
96
106
 
97
107
  @dataclass(frozen=True, kw_only=True)
98
108
  class ProtectSetableKeysMixin(ProtectEntityDescription[T]):
99
109
  ufp_set_method: str | None = ...
100
110
  ufp_set_method_fn: Callable[[T, Any], Coroutine[Any, Any, None]] | None = ...
101
111
  async def ufp_set(self, obj: T, value: Any) -> None: ...
102
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., ufp_required_field=..., ufp_value=..., ufp_value_fn=..., ufp_enabled=..., ufp_perm=..., has_required=..., get_ufp_enabled=..., ufp_set_method=..., ufp_set_method_fn=...) -> None: ...
@@ -13,27 +13,30 @@ def _add_ulp_user_infos(bootstrap: Bootstrap, event_data: dict[str, str], ulp_id
13
13
  @dataclasses.dataclass(frozen=True, kw_only=True)
14
14
  class ProtectEventEntityDescription(ProtectEventMixin, EventEntityDescription):
15
15
  entity_class: type[ProtectDeviceEntity]
16
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., event_types=..., ufp_required_field=..., ufp_value=..., ufp_value_fn=..., ufp_enabled=..., ufp_perm=..., has_required=..., get_ufp_enabled=..., ufp_event_obj=..., ufp_obj_type=..., entity_class) -> None: ...
17
16
 
18
17
  class ProtectDeviceRingEventEntity(EventEntityMixin, ProtectDeviceEntity, EventEntity):
19
18
  entity_description: ProtectEventEntityDescription
20
19
  _event: Incomplete
21
20
  _event_end: Incomplete
21
+ @callback
22
22
  def _async_update_device_from_protect(self, device: ProtectDeviceType) -> None: ...
23
23
 
24
24
  class ProtectDeviceNFCEventEntity(EventEntityMixin, ProtectDeviceEntity, EventEntity):
25
25
  entity_description: ProtectEventEntityDescription
26
26
  _event: Incomplete
27
27
  _event_end: Incomplete
28
+ @callback
28
29
  def _async_update_device_from_protect(self, device: ProtectDeviceType) -> None: ...
29
30
 
30
31
  class ProtectDeviceFingerprintEventEntity(EventEntityMixin, ProtectDeviceEntity, EventEntity):
31
32
  entity_description: ProtectEventEntityDescription
32
33
  _event: Incomplete
33
34
  _event_end: Incomplete
35
+ @callback
34
36
  def _async_update_device_from_protect(self, device: ProtectDeviceType) -> None: ...
35
37
 
36
38
  EVENT_DESCRIPTIONS: tuple[ProtectEventEntityDescription, ...]
37
39
 
40
+ @callback
38
41
  def _async_event_entities(data: ProtectData, ufp_device: ProtectAdoptableDeviceModel | None = None) -> list[ProtectDeviceEntity]: ...
39
42
  async def async_setup_entry(hass: HomeAssistant, entry: UFPConfigEntry, async_add_entities: AddEntitiesCallback) -> None: ...
@@ -21,6 +21,7 @@ class ProtectLight(ProtectDeviceEntity, LightEntity):
21
21
  _state_attrs: Incomplete
22
22
  _attr_is_on: Incomplete
23
23
  _attr_brightness: Incomplete
24
+ @callback
24
25
  def _async_update_device_from_protect(self, device: ProtectDeviceType) -> None: ...
25
26
  async def async_turn_on(self, **kwargs: Any) -> None: ...
26
27
  async def async_turn_off(self, **kwargs: Any) -> None: ...
@@ -20,6 +20,7 @@ class ProtectLock(ProtectDeviceEntity, LockEntity):
20
20
  _attr_is_unlocking: bool
21
21
  _attr_is_jammed: bool
22
22
  _attr_available: bool
23
+ @callback
23
24
  def _async_update_device_from_protect(self, device: ProtectDeviceType) -> None: ...
24
25
  async def async_unlock(self, **kwargs: Any) -> None: ...
25
26
  async def async_lock(self, **kwargs: Any) -> None: ...
@@ -23,6 +23,7 @@ class ProtectMediaPlayer(ProtectDeviceEntity, MediaPlayerEntity):
23
23
  _attr_volume_level: Incomplete
24
24
  _attr_state: Incomplete
25
25
  _attr_available: Incomplete
26
+ @callback
26
27
  def _async_update_device_from_protect(self, device: ProtectDeviceType) -> None: ...
27
28
  async def async_set_volume_level(self, volume: float) -> None: ...
28
29
  async def async_media_stop(self) -> None: ...
@@ -37,10 +37,15 @@ EVENT_MAP: dict[SimpleEventType, set[EventType]]
37
37
  EVENT_NAME_MAP: Incomplete
38
38
 
39
39
  async def async_get_media_source(hass: HomeAssistant) -> MediaSource: ...
40
+ @callback
40
41
  def _get_month_start_end(start: datetime) -> tuple[datetime, datetime]: ...
42
+ @callback
41
43
  def _bad_identifier(identifier: str, err: Exception | None = None) -> NoReturn: ...
44
+ @callback
42
45
  def _format_duration(duration: timedelta) -> str: ...
46
+ @callback
43
47
  def _get_object_name(event: Event | dict[str, Any]) -> str: ...
48
+ @callback
44
49
  def _get_audio_name(event: Event | dict[str, Any]) -> str: ...
45
50
 
46
51
  class ProtectMediaSource(MediaSource):
@@ -53,6 +58,7 @@ class ProtectMediaSource(MediaSource):
53
58
  async def async_browse_media(self, item: MediaSourceItem) -> BrowseMediaSource: ...
54
59
  def _parse_range(self, parts: list[str]) -> tuple[date, bool, bool]: ...
55
60
  async def _resolve_event(self, data: ProtectData, event_id: str, thumbnail_only: bool = False) -> BrowseMediaSource: ...
61
+ @callback
56
62
  def async_get_registry(self) -> er.EntityRegistry: ...
57
63
  def _breadcrumb(self, data: ProtectData, base_title: str, camera: Camera | None = None, event_type: SimpleEventType | None = None, count: int | None = None) -> str: ...
58
64
  async def _build_event(self, data: ProtectData, event: dict[str, Any] | Event, thumbnail_only: bool = False) -> BrowseMediaSource: ...
@@ -20,7 +20,10 @@ class EntityUsage(TypedDict):
20
20
  automations: dict[str, list[str]]
21
21
  scripts: dict[str, list[str]]
22
22
 
23
+ @callback
23
24
  def check_if_used(hass: HomeAssistant, entry: UFPConfigEntry, entities: dict[str, EntityRef]) -> dict[str, EntityUsage]: ...
25
+ @callback
24
26
  def create_repair_if_used(hass: HomeAssistant, entry: UFPConfigEntry, breaks_in: str, entities: dict[str, EntityRef]) -> None: ...
25
27
  async def async_migrate_data(hass: HomeAssistant, entry: UFPConfigEntry, protect: ProtectApiClient, bootstrap: Bootstrap) -> None: ...
28
+ @callback
26
29
  def async_deprecate_hdr(hass: HomeAssistant, entry: UFPConfigEntry) -> None: ...
@@ -14,7 +14,6 @@ class ProtectNumberEntityDescription(ProtectSetableKeysMixin[T], NumberEntityDes
14
14
  ufp_max: int | float
15
15
  ufp_min: int | float
16
16
  ufp_step: int | float
17
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., max_value=..., min_value=..., mode=..., native_max_value=..., native_min_value=..., native_step=..., native_unit_of_measurement=..., step=..., ufp_required_field=..., ufp_value=..., ufp_value_fn=..., ufp_enabled=..., ufp_perm=..., has_required=..., get_ufp_enabled=..., ufp_set_method=..., ufp_set_method_fn=..., ufp_max, ufp_min, ufp_step) -> None: ...
18
17
 
19
18
  def _get_pir_duration(obj: Light) -> int: ...
20
19
  async def _set_pir_duration(obj: Light, value: float) -> None: ...
@@ -40,5 +39,6 @@ class ProtectNumbers(ProtectDeviceEntity, NumberEntity):
40
39
  _attr_native_step: Incomplete
41
40
  def __init__(self, data: ProtectData, device: Camera | Light, description: ProtectNumberEntityDescription) -> None: ...
42
41
  _attr_native_value: Incomplete
42
+ @callback
43
43
  def _async_update_device_from_protect(self, device: ProtectDeviceType) -> None: ...
44
44
  async def async_set_native_value(self, value: float) -> None: ...
@@ -12,6 +12,7 @@ class ProtectRepair(RepairsFlow):
12
12
  _api: ProtectApiClient
13
13
  _entry: UFPConfigEntry
14
14
  def __init__(self, *, api: ProtectApiClient, entry: UFPConfigEntry) -> None: ...
15
+ @callback
15
16
  def _async_get_placeholders(self) -> dict[str, str]: ...
16
17
 
17
18
  class EAConfirmRepair(ProtectRepair):
@@ -28,6 +29,7 @@ class RTSPRepair(ProtectRepair):
28
29
  _camera: Camera | None
29
30
  _bootstrap: Bootstrap | None
30
31
  def __init__(self, *, api: ProtectApiClient, entry: UFPConfigEntry, camera_id: str) -> None: ...
32
+ @callback
31
33
  def _async_get_placeholders(self) -> dict[str, str]: ...
32
34
  async def _get_boostrap(self) -> Bootstrap: ...
33
35
  async def _get_camera(self) -> Camera: ...
@@ -36,5 +38,6 @@ class RTSPRepair(ProtectRepair):
36
38
  async def async_step_start(self, user_input: dict[str, str] | None = None) -> data_entry_flow.FlowResult: ...
37
39
  async def async_step_confirm(self, user_input: dict[str, str] | None = None) -> data_entry_flow.FlowResult: ...
38
40
 
41
+ @callback
39
42
  def _async_get_or_create_api_client(hass: HomeAssistant, entry: ConfigEntry) -> ProtectApiClient: ...
40
43
  async def async_create_fix_flow(hass: HomeAssistant, issue_id: str, data: dict[str, str | int | float | None] | None) -> RepairsFlow: ...
@@ -35,7 +35,6 @@ class ProtectSelectEntityDescription(ProtectSetableKeysMixin[T], SelectEntityDes
35
35
  ufp_options: list[dict[str, Any]] | None = ...
36
36
  ufp_options_fn: Callable[[ProtectApiClient], list[dict[str, Any]]] | None = ...
37
37
  ufp_enum_type: type[Enum] | None = ...
38
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., options=..., ufp_required_field=..., ufp_value=..., ufp_value_fn=..., ufp_enabled=..., ufp_perm=..., has_required=..., get_ufp_enabled=..., ufp_set_method=..., ufp_set_method_fn=..., ufp_options=..., ufp_options_fn=..., ufp_enum_type=...) -> None: ...
39
38
 
40
39
  def _get_viewer_options(api: ProtectApiClient) -> list[dict[str, Any]]: ...
41
40
  def _get_doorbell_options(api: ProtectApiClient) -> list[dict[str, Any]]: ...
@@ -62,9 +61,11 @@ class ProtectSelects(ProtectDeviceEntity, SelectEntity):
62
61
  _state_attrs: Incomplete
63
62
  def __init__(self, data: ProtectData, device: Camera | Light | Viewer, description: ProtectSelectEntityDescription) -> None: ...
64
63
  _attr_current_option: Incomplete
64
+ @callback
65
65
  def _async_update_device_from_protect(self, device: ProtectDeviceType) -> None: ...
66
66
  _attr_options: Incomplete
67
67
  _hass_to_unifi_options: Incomplete
68
68
  _unifi_to_hass_options: Incomplete
69
+ @callback
69
70
  def _async_set_options(self, data: ProtectData, description: ProtectSelectEntityDescription) -> None: ...
70
71
  async def async_select_option(self, option: str) -> None: ...
@@ -20,11 +20,9 @@ class ProtectSensorEntityDescription(ProtectEntityDescription[T], SensorEntityDe
20
20
  precision: int | None = ...
21
21
  def __post_init__(self) -> None: ...
22
22
  def _rounded_value(self, precision: int, getter: Callable[[T], Any], obj: T) -> Any: ...
23
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., last_reset=..., native_unit_of_measurement=..., options=..., state_class=..., suggested_display_precision=..., suggested_unit_of_measurement=..., ufp_required_field=..., ufp_value=..., ufp_value_fn=..., ufp_enabled=..., ufp_perm=..., has_required=..., get_ufp_enabled=..., precision=...) -> None: ...
24
23
 
25
24
  @dataclass(frozen=True, kw_only=True)
26
- class ProtectSensorEventEntityDescription(ProtectEventMixin[T], SensorEntityDescription):
27
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., last_reset=..., native_unit_of_measurement=..., options=..., state_class=..., suggested_display_precision=..., suggested_unit_of_measurement=..., ufp_required_field=..., ufp_value=..., ufp_value_fn=..., ufp_enabled=..., ufp_perm=..., has_required=..., get_ufp_enabled=..., ufp_event_obj=..., ufp_obj_type=...) -> None: ...
25
+ class ProtectSensorEventEntityDescription(ProtectEventMixin[T], SensorEntityDescription): ...
28
26
 
29
27
  def _get_uptime(obj: ProtectDeviceModel) -> datetime | None: ...
30
28
  def _get_nvr_recording_capacity(obj: NVR) -> int: ...
@@ -46,7 +44,9 @@ VIEWER_SENSORS: tuple[ProtectSensorEntityDescription, ...]
46
44
  _MODEL_DESCRIPTIONS: dict[ModelType, Sequence[ProtectEntityDescription]]
47
45
 
48
46
  async def async_setup_entry(hass: HomeAssistant, entry: UFPConfigEntry, async_add_entities: AddEntitiesCallback) -> None: ...
47
+ @callback
49
48
  def _async_event_entities(data: ProtectData, ufp_device: Camera | None = None) -> list[ProtectDeviceEntity]: ...
49
+ @callback
50
50
  def _async_nvr_entities(data: ProtectData) -> list[BaseProtectEntity]: ...
51
51
 
52
52
  class BaseProtectSensor(BaseProtectEntity, SensorEntity):
@@ -66,7 +66,9 @@ class ProtectLicensePlateEventSensor(ProtectEventSensor):
66
66
  device: Camera
67
67
  _attr_native_value: Incomplete
68
68
  _attr_extra_state_attributes: Incomplete
69
+ @callback
69
70
  def _set_event_done(self) -> None: ...
70
71
  _event: Incomplete
71
72
  _event_end: Incomplete
73
+ @callback
72
74
  def _async_update_device_from_protect(self, device: ProtectDeviceType) -> None: ...
@@ -24,13 +24,17 @@ CHIME_PAIRED_SCHEMA: Incomplete
24
24
  REMOVE_PRIVACY_ZONE_SCHEMA: Incomplete
25
25
  GET_USER_KEYRING_INFO_SCHEMA: Incomplete
26
26
 
27
+ @callback
27
28
  def _async_get_ufp_instance(hass: HomeAssistant, device_id: str) -> ProtectApiClient: ...
29
+ @callback
28
30
  def _async_get_ufp_camera(call: ServiceCall) -> Camera: ...
31
+ @callback
29
32
  def _async_get_protect_from_call(call: ServiceCall) -> set[ProtectApiClient]: ...
30
33
  async def _async_service_call_nvr(call: ServiceCall, method: str, *args: Any, **kwargs: Any) -> None: ...
31
34
  async def add_doorbell_text(call: ServiceCall) -> None: ...
32
35
  async def remove_doorbell_text(call: ServiceCall) -> None: ...
33
36
  async def remove_privacy_zone(call: ServiceCall) -> None: ...
37
+ @callback
34
38
  def _async_unique_id_to_mac(unique_id: str) -> str: ...
35
39
  async def set_chime_paired_doorbells(call: ServiceCall) -> None: ...
36
40
  async def get_user_keyring_info(call: ServiceCall) -> ServiceResponse: ...
@@ -15,8 +15,7 @@ ATTR_PREV_MIC: str
15
15
  ATTR_PREV_RECORD: str
16
16
 
17
17
  @dataclass(frozen=True, kw_only=True)
18
- class ProtectSwitchEntityDescription(ProtectSetableKeysMixin[T], SwitchEntityDescription):
19
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., ufp_required_field=..., ufp_value=..., ufp_value_fn=..., ufp_enabled=..., ufp_perm=..., has_required=..., get_ufp_enabled=..., ufp_set_method=..., ufp_set_method_fn=...) -> None: ...
18
+ class ProtectSwitchEntityDescription(ProtectSetableKeysMixin[T], SwitchEntityDescription): ...
20
19
 
21
20
  async def _set_highfps(obj: Camera, value: bool) -> None: ...
22
21
 
@@ -48,7 +47,9 @@ class ProtectPrivacyModeSwitch(RestoreEntity, ProtectSwitch):
48
47
  _previous_record_mode: Incomplete
49
48
  def __init__(self, data: ProtectData, device: Camera, description: ProtectSwitchEntityDescription) -> None: ...
50
49
  _attr_extra_state_attributes: Incomplete
50
+ @callback
51
51
  def _update_previous_attr(self) -> None: ...
52
+ @callback
52
53
  def _async_update_device_from_protect(self, device: ProtectDeviceType) -> None: ...
53
54
  async def async_turn_on(self, **kwargs: Any) -> None: ...
54
55
  async def async_turn_off(self, **kwargs: Any) -> None: ...
@@ -10,8 +10,7 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEnti
10
10
  from uiprotect.data import Camera as Camera, ModelType, ProtectAdoptableDeviceModel as ProtectAdoptableDeviceModel
11
11
 
12
12
  @dataclass(frozen=True, kw_only=True)
13
- class ProtectTextEntityDescription(ProtectSetableKeysMixin[T], TextEntityDescription):
14
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., native_min=..., native_max=..., mode=..., pattern=..., ufp_required_field=..., ufp_value=..., ufp_value_fn=..., ufp_enabled=..., ufp_perm=..., has_required=..., get_ufp_enabled=..., ufp_set_method=..., ufp_set_method_fn=...) -> None: ...
13
+ class ProtectTextEntityDescription(ProtectSetableKeysMixin[T], TextEntityDescription): ...
15
14
 
16
15
  def _get_doorbell_current(obj: Camera) -> str | None: ...
17
16
  async def _set_doorbell_message(obj: Camera, message: str) -> None: ...
@@ -25,5 +24,6 @@ class ProtectDeviceText(ProtectDeviceEntity, TextEntity):
25
24
  entity_description: ProtectTextEntityDescription
26
25
  _state_attrs: Incomplete
27
26
  _attr_native_value: Incomplete
27
+ @callback
28
28
  def _async_update_device_from_protect(self, device: ProtectDeviceType) -> None: ...
29
29
  async def async_set_value(self, value: str) -> None: ...
@@ -8,11 +8,18 @@ from homeassistant.helpers.storage import STORAGE_DIR as STORAGE_DIR
8
8
  from uiprotect import ProtectApiClient
9
9
  from uiprotect.data import Bootstrap as Bootstrap, CameraChannel as CameraChannel, Light as Light, ProtectAdoptableDeviceModel as ProtectAdoptableDeviceModel
10
10
 
11
+ @callback
11
12
  def _async_unifi_mac_from_hass(mac: str) -> str: ...
13
+ @callback
12
14
  def _async_short_mac(mac: str) -> str: ...
13
15
  async def _async_resolve(hass: HomeAssistant, host: str) -> str | None: ...
16
+ @callback
14
17
  def async_get_devices_by_type(bootstrap: Bootstrap, device_type: ModelType) -> dict[str, ProtectAdoptableDeviceModel]: ...
18
+ @callback
15
19
  def async_get_devices(bootstrap: Bootstrap, model_type: Iterable[ModelType]) -> Generator[ProtectAdoptableDeviceModel]: ...
20
+ @callback
16
21
  def async_get_light_motion_current(obj: Light) -> str: ...
22
+ @callback
17
23
  def async_create_api_client(hass: HomeAssistant, entry: UFPConfigEntry) -> ProtectApiClient: ...
24
+ @callback
18
25
  def get_camera_base_name(channel: CameraChannel) -> str: ...
@@ -9,13 +9,21 @@ from uiprotect.data import Camera, Event as Event
9
9
 
10
10
  _LOGGER: Incomplete
11
11
 
12
+ @callback
12
13
  def async_generate_thumbnail_url(event_id: str, nvr_id: str, width: int | None = None, height: int | None = None) -> str: ...
14
+ @callback
13
15
  def async_generate_event_video_url(event: Event) -> str: ...
16
+ @callback
14
17
  def async_generate_proxy_event_video_url(nvr_id: str, event_id: str) -> str: ...
18
+ @callback
15
19
  def _client_error(message: Any, code: HTTPStatus) -> web.Response: ...
20
+ @callback
16
21
  def _400(message: Any) -> web.Response: ...
22
+ @callback
17
23
  def _403(message: Any) -> web.Response: ...
24
+ @callback
18
25
  def _404(message: Any) -> web.Response: ...
26
+ @callback
19
27
  def _validate_event(event: Event) -> None: ...
20
28
 
21
29
  class ProtectProxyView(HomeAssistantView):
@@ -23,6 +31,7 @@ class ProtectProxyView(HomeAssistantView):
23
31
  hass: Incomplete
24
32
  def __init__(self, hass: HomeAssistant) -> None: ...
25
33
  def _get_data_or_404(self, nvr_id_or_entry_id: str) -> ProtectData | web.Response: ...
34
+ @callback
26
35
  def _async_get_camera(self, data: ProtectData, camera_id: str) -> Camera | None: ...
27
36
 
28
37
  class ThumbnailProxyView(ProtectProxyView):
@@ -13,8 +13,7 @@ PLATFORMS: Incomplete
13
13
 
14
14
  @dataclasses.dataclass
15
15
  class UpCloudHassData:
16
- coordinators: dict[str, UpCloudDataUpdateCoordinator] = ...
17
- def __init__(self, coordinators=...) -> None: ...
16
+ coordinators: dict[str, UpCloudDataUpdateCoordinator] = dataclasses.field(default_factory=dict)
18
17
 
19
18
  def _config_entry_update_signal_name(config_entry: ConfigEntry) -> str: ...
20
19
  async def _async_signal_options_update(hass: HomeAssistant, config_entry: ConfigEntry) -> None: ...
@@ -12,8 +12,10 @@ class UpCloudConfigFlow(ConfigFlow, domain=DOMAIN):
12
12
  username: str
13
13
  password: str
14
14
  async def async_step_user(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
15
+ @callback
15
16
  def _async_show_form(self, step_id: str, user_input: dict[str, Any] | None = None, errors: dict[str, str] | None = None) -> ConfigFlowResult: ...
16
17
  @staticmethod
18
+ @callback
17
19
  def async_get_options_flow(config_entry: ConfigEntry) -> UpCloudOptionsFlow: ...
18
20
 
19
21
  class UpCloudOptionsFlow(OptionsFlow):
@@ -1,11 +1,12 @@
1
1
  from .const import ATTR_BACKUP as ATTR_BACKUP, ATTR_INSTALLED_VERSION as ATTR_INSTALLED_VERSION, ATTR_LATEST_VERSION as ATTR_LATEST_VERSION, ATTR_VERSION as ATTR_VERSION, DOMAIN as DOMAIN, SERVICE_INSTALL as SERVICE_INSTALL, SERVICE_SKIP as SERVICE_SKIP, UpdateEntityFeature as UpdateEntityFeature
2
2
  from _typeshed import Incomplete
3
3
  from enum import StrEnum
4
+ from homeassistant.components import websocket_api
4
5
  from homeassistant.const import EntityCategory
5
6
  from homeassistant.helpers.entity import ABCCachedProperties, EntityDescription
6
7
  from homeassistant.helpers.restore_state import RestoreEntity
7
8
  from propcache import cached_property
8
- from typing import Any
9
+ from typing import Any, final
9
10
 
10
11
  __all__ = ['ATTR_BACKUP', 'ATTR_INSTALLED_VERSION', 'ATTR_LATEST_VERSION', 'ATTR_VERSION', 'DEVICE_CLASSES_SCHEMA', 'DOMAIN', 'PLATFORM_SCHEMA_BASE', 'PLATFORM_SCHEMA', 'SERVICE_INSTALL', 'SERVICE_SKIP', 'UpdateDeviceClass', 'UpdateEntity', 'UpdateEntityDescription', 'UpdateEntityFeature']
11
12
 
@@ -21,7 +22,6 @@ class UpdateEntityDescription(EntityDescription, frozen_or_thawed=True):
21
22
  device_class: UpdateDeviceClass | None = ...
22
23
  display_precision: int = ...
23
24
  entity_category: EntityCategory | None = ...
24
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., display_precision=...) -> None: ...
25
25
 
26
26
  class UpdateEntity(RestoreEntity, cached_properties=CACHED_PROPERTIES_WITH_ATTR_, metaclass=ABCCachedProperties):
27
27
  _entity_component_unrecorded_attributes: Incomplete
@@ -67,7 +67,9 @@ class UpdateEntity(RestoreEntity, cached_properties=CACHED_PROPERTIES_WITH_ATTR_
67
67
  def title(self) -> str | None: ...
68
68
  @cached_property
69
69
  def update_percentage(self) -> int | float | None: ...
70
+ @final
70
71
  async def async_skip(self) -> None: ...
72
+ @final
71
73
  async def async_clear_skipped(self) -> None: ...
72
74
  async def async_install(self, version: str | None, backup: bool, **kwargs: Any) -> None: ...
73
75
  def install(self, version: str | None, backup: bool, **kwargs: Any) -> None: ...
@@ -75,8 +77,11 @@ class UpdateEntity(RestoreEntity, cached_properties=CACHED_PROPERTIES_WITH_ATTR_
75
77
  def release_notes(self) -> str | None: ...
76
78
  def version_is_newer(self, latest_version: str, installed_version: str) -> bool: ...
77
79
  @property
80
+ @final
78
81
  def state(self) -> str | None: ...
82
+ @final
79
83
  @property
80
84
  def state_attributes(self) -> dict[str, Any] | None: ...
85
+ @final
81
86
  async def async_install_with_progress(self, version: str | None, backup: bool) -> None: ...
82
87
  async def async_internal_added_to_hass(self) -> None: ...
@@ -2,4 +2,5 @@ from .const import ATTR_INSTALLED_VERSION as ATTR_INSTALLED_VERSION, ATTR_LATEST
2
2
  from homeassistant.core import HomeAssistant as HomeAssistant, callback as callback
3
3
  from typing import Any
4
4
 
5
+ @callback
5
6
  def async_check_significant_change(hass: HomeAssistant, old_state: str, old_attrs: dict, new_state: str, new_attrs: dict, **kwargs: Any) -> bool | None: ...
@@ -2,7 +2,8 @@ import dataclasses
2
2
  from .models import USBDevice
3
3
  from _typeshed import Incomplete
4
4
  from collections.abc import Coroutine
5
- from homeassistant.core import CALLBACK_TYPE, Event, HomeAssistant
5
+ from homeassistant.components import websocket_api
6
+ from homeassistant.core import CALLBACK_TYPE, Event, HomeAssistant, callback as hass_callback
6
7
  from homeassistant.data_entry_flow import BaseServiceInfo
7
8
  from homeassistant.helpers.debounce import Debouncer
8
9
  from homeassistant.loader import USBMatcher
@@ -14,7 +15,9 @@ __all__ = ['async_is_plugged_in', 'async_register_scan_request_callback', 'USBCa
14
15
 
15
16
  class USBCallbackMatcher(USBMatcher): ...
16
17
 
18
+ @hass_callback
17
19
  def async_register_scan_request_callback(hass: HomeAssistant, callback: CALLBACK_TYPE) -> CALLBACK_TYPE: ...
20
+ @hass_callback
18
21
  def async_is_plugged_in(hass: HomeAssistant, matcher: USBCallbackMatcher) -> bool: ...
19
22
 
20
23
  @dataclasses.dataclass(slots=True)
@@ -25,7 +28,6 @@ class UsbServiceInfo(BaseServiceInfo):
25
28
  serial_number: str | None
26
29
  manufacturer: str | None
27
30
  description: str | None
28
- def __init__(self, device, vid, pid, serial_number, manufacturer, description) -> None: ...
29
31
 
30
32
  class USBDiscovery:
31
33
  hass: Incomplete
@@ -39,11 +41,14 @@ class USBDiscovery:
39
41
  def __init__(self, hass: HomeAssistant, usb: list[USBMatcher]) -> None: ...
40
42
  async def async_setup(self) -> None: ...
41
43
  async def async_start(self, event: Event) -> None: ...
44
+ @hass_callback
42
45
  def async_stop(self, event: Event) -> None: ...
43
46
  async def _async_start_monitor(self) -> None: ...
44
47
  def _get_monitor_observer(self) -> MonitorObserver | None: ...
45
48
  def _device_discovered(self, device: Device) -> None: ...
49
+ @hass_callback
46
50
  def async_register_scan_request_callback(self, _callback: CALLBACK_TYPE) -> CALLBACK_TYPE: ...
51
+ @hass_callback
47
52
  def async_register_initial_scan_callback(self, callback: CALLBACK_TYPE) -> CALLBACK_TYPE: ...
48
53
  async def _async_process_discovered_usb_device(self, device: USBDevice) -> None: ...
49
54
  async def _async_process_ports(self, ports: list[ListPortInfo]) -> None: ...
@@ -8,4 +8,3 @@ class USBDevice:
8
8
  serial_number: str | None
9
9
  manufacturer: str | None
10
10
  description: str | None
11
- def __init__(self, device, vid, pid, serial_number, manufacturer, description) -> None: ...
@@ -15,7 +15,7 @@ from homeassistant.helpers.typing import ConfigType as ConfigType
15
15
  from homeassistant.loader import bind_hass as bind_hass
16
16
  from homeassistant.util.hass_dict import HassKey as HassKey
17
17
  from propcache import cached_property
18
- from typing import Any
18
+ from typing import Any, final
19
19
 
20
20
  _LOGGER: Incomplete
21
21
  DATA_COMPONENT: HassKey[EntityComponent[StateVacuumEntity]]
@@ -73,13 +73,13 @@ _DEPRECATED_SUPPORT_MAP: Incomplete
73
73
  _DEPRECATED_SUPPORT_STATE: Incomplete
74
74
  _DEPRECATED_SUPPORT_START: Incomplete
75
75
 
76
+ @bind_hass
76
77
  def is_on(hass: HomeAssistant, entity_id: str) -> bool: ...
77
78
  async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool: ...
78
79
  async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: ...
79
80
  async def async_unload_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: ...
80
81
 
81
- class StateVacuumEntityDescription(EntityDescription, frozen_or_thawed=True):
82
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=...) -> None: ...
82
+ class StateVacuumEntityDescription(EntityDescription, frozen_or_thawed=True): ...
83
83
 
84
84
  STATE_VACUUM_CACHED_PROPERTIES_WITH_ATTR_: Incomplete
85
85
 
@@ -95,7 +95,9 @@ class StateVacuumEntity(Entity, cached_properties=STATE_VACUUM_CACHED_PROPERTIES
95
95
  __vacuum_legacy_state: bool
96
96
  def __init_subclass__(cls, **kwargs: Any) -> None: ...
97
97
  def __setattr__(self, name: str, value: Any) -> None: ...
98
+ @callback
98
99
  def add_to_platform_start(self, hass: HomeAssistant, platform: EntityPlatform, parallel_updates: asyncio.Semaphore | None) -> None: ...
100
+ @callback
99
101
  def _report_deprecated_activity_handling(self) -> None: ...
100
102
  @cached_property
101
103
  def battery_level(self) -> int | None: ...
@@ -109,6 +111,7 @@ class StateVacuumEntity(Entity, cached_properties=STATE_VACUUM_CACHED_PROPERTIES
109
111
  def fan_speed_list(self) -> list[str]: ...
110
112
  @property
111
113
  def state_attributes(self) -> dict[str, Any]: ...
114
+ @final
112
115
  @property
113
116
  def state(self) -> str | None: ...
114
117
  @cached_property
@@ -10,4 +10,5 @@ CONDITION_TYPES: Incomplete
10
10
  CONDITION_SCHEMA: Incomplete
11
11
 
12
12
  async def async_get_conditions(hass: HomeAssistant, device_id: str) -> list[dict[str, str]]: ...
13
+ @callback
13
14
  def async_condition_from_config(hass: HomeAssistant, config: ConfigType) -> condition.ConditionCheckerType: ...
@@ -5,4 +5,5 @@ from typing import Any
5
5
 
6
6
  SIGNIFICANT_ATTRIBUTES: set[str]
7
7
 
8
+ @callback
8
9
  def async_check_significant_change(hass: HomeAssistant, old_state: str, old_attrs: dict, new_state: str, new_attrs: dict, **kwargs: Any) -> bool | None: ...
@@ -20,7 +20,6 @@ class ValloxBinarySensorEntity(ValloxEntity, BinarySensorEntity):
20
20
  @dataclass(frozen=True, kw_only=True)
21
21
  class ValloxBinarySensorEntityDescription(BinarySensorEntityDescription):
22
22
  metric_key: str
23
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., metric_key) -> None: ...
24
23
 
25
24
  BINARY_SENSOR_ENTITIES: tuple[ValloxBinarySensorEntityDescription, ...]
26
25
 
@@ -23,7 +23,6 @@ class ValloxNumberEntity(ValloxEntity, NumberEntity):
23
23
  @dataclass(frozen=True, kw_only=True)
24
24
  class ValloxNumberEntityDescription(NumberEntityDescription):
25
25
  metric_key: str
26
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., max_value=..., min_value=..., mode=..., native_max_value=..., native_min_value=..., native_step=..., native_unit_of_measurement=..., step=..., metric_key) -> None: ...
27
26
 
28
27
  NUMBER_ENTITIES: tuple[ValloxNumberEntityDescription, ...]
29
28