homeassistant-stubs 2025.1.2__py3-none-any.whl → 2025.1.4__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 (1171) 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/bootstrap.pyi +1 -0
  9. homeassistant-stubs/components/acaia/sensor.pyi +1 -0
  10. homeassistant-stubs/components/accuweather/sensor.pyi +2 -0
  11. homeassistant-stubs/components/accuweather/system_health.pyi +1 -0
  12. homeassistant-stubs/components/accuweather/weather.pyi +1 -0
  13. homeassistant-stubs/components/acmeda/entity.pyi +1 -0
  14. homeassistant-stubs/components/acmeda/helpers.pyi +1 -0
  15. homeassistant-stubs/components/air_quality/__init__.pyi +2 -1
  16. homeassistant-stubs/components/airly/sensor.pyi +1 -0
  17. homeassistant-stubs/components/airly/system_health.pyi +1 -0
  18. homeassistant-stubs/components/airnow/config_flow.pyi +1 -0
  19. homeassistant-stubs/components/airq/config_flow.pyi +1 -0
  20. homeassistant-stubs/components/airq/sensor.pyi +1 -0
  21. homeassistant-stubs/components/airthings_ble/sensor.pyi +1 -0
  22. homeassistant-stubs/components/airtouch5/climate.pyi +2 -0
  23. homeassistant-stubs/components/airtouch5/cover.pyi +1 -0
  24. homeassistant-stubs/components/airtouch5/entity.pyi +1 -0
  25. homeassistant-stubs/components/airvisual/__init__.pyi +5 -0
  26. homeassistant-stubs/components/airvisual/config_flow.pyi +1 -0
  27. homeassistant-stubs/components/airvisual/entity.pyi +1 -0
  28. homeassistant-stubs/components/airvisual/sensor.pyi +1 -0
  29. homeassistant-stubs/components/airvisual_pro/sensor.pyi +1 -0
  30. homeassistant-stubs/components/airzone/binary_sensor.pyi +2 -0
  31. homeassistant-stubs/components/airzone/climate.pyi +2 -0
  32. homeassistant-stubs/components/airzone/select.pyi +2 -0
  33. homeassistant-stubs/components/airzone/sensor.pyi +2 -0
  34. homeassistant-stubs/components/airzone/switch.pyi +2 -0
  35. homeassistant-stubs/components/airzone/water_heater.pyi +2 -0
  36. homeassistant-stubs/components/airzone_cloud/binary_sensor.pyi +2 -0
  37. homeassistant-stubs/components/airzone_cloud/climate.pyi +3 -0
  38. homeassistant-stubs/components/airzone_cloud/select.pyi +2 -0
  39. homeassistant-stubs/components/airzone_cloud/sensor.pyi +2 -0
  40. homeassistant-stubs/components/airzone_cloud/switch.pyi +2 -0
  41. homeassistant-stubs/components/airzone_cloud/water_heater.pyi +2 -0
  42. homeassistant-stubs/components/alarm_control_panel/__init__.pyi +17 -1
  43. homeassistant-stubs/components/alarm_control_panel/device_condition.pyi +1 -0
  44. homeassistant-stubs/components/alarm_control_panel/significant_change.pyi +1 -0
  45. homeassistant-stubs/components/alexa/auth.pyi +2 -0
  46. homeassistant-stubs/components/alexa/config.pyi +5 -0
  47. homeassistant-stubs/components/alexa/diagnostics.pyi +2 -0
  48. homeassistant-stubs/components/alexa/entities.pyi +1 -0
  49. homeassistant-stubs/components/alexa/flash_briefings.pyi +2 -0
  50. homeassistant-stubs/components/alexa/intent.pyi +1 -0
  51. homeassistant-stubs/components/alexa/logbook.pyi +1 -0
  52. homeassistant-stubs/components/alexa/smart_home.pyi +3 -0
  53. homeassistant-stubs/components/ambient_network/entity.pyi +1 -0
  54. homeassistant-stubs/components/ambient_station/__init__.pyi +2 -0
  55. homeassistant-stubs/components/ambient_station/binary_sensor.pyi +1 -0
  56. homeassistant-stubs/components/ambient_station/entity.pyi +2 -0
  57. homeassistant-stubs/components/ambient_station/sensor.pyi +1 -0
  58. homeassistant-stubs/components/amcrest/__init__.pyi +8 -0
  59. homeassistant-stubs/components/amcrest/binary_sensor.pyi +2 -0
  60. homeassistant-stubs/components/amcrest/camera.pyi +1 -0
  61. homeassistant-stubs/components/analytics/__init__.pyi +4 -0
  62. homeassistant-stubs/components/analytics/analytics.pyi +1 -0
  63. homeassistant-stubs/components/analytics_insights/config_flow.pyi +1 -0
  64. homeassistant-stubs/components/androidtv/config_flow.pyi +6 -0
  65. homeassistant-stubs/components/androidtv_remote/config_flow.pyi +3 -0
  66. homeassistant-stubs/components/androidtv_remote/entity.pyi +2 -0
  67. homeassistant-stubs/components/androidtv_remote/media_player.pyi +2 -0
  68. homeassistant-stubs/components/androidtv_remote/remote.pyi +1 -0
  69. homeassistant-stubs/components/anthemav/media_player.pyi +1 -0
  70. homeassistant-stubs/components/apcupsd/sensor.pyi +1 -0
  71. homeassistant-stubs/components/api/__init__.pyi +16 -0
  72. homeassistant-stubs/components/apple_tv/__init__.pyi +1 -0
  73. homeassistant-stubs/components/apple_tv/config_flow.pyi +3 -0
  74. homeassistant-stubs/components/apple_tv/media_player.pyi +7 -0
  75. homeassistant-stubs/components/aqualogic/sensor.pyi +1 -0
  76. homeassistant-stubs/components/aquostv/media_player.pyi +12 -0
  77. homeassistant-stubs/components/arcam_fmj/media_player.pyi +9 -0
  78. homeassistant-stubs/components/assist_pipeline/logbook.pyi +1 -0
  79. homeassistant-stubs/components/assist_pipeline/pipeline.pyi +13 -0
  80. homeassistant-stubs/components/assist_pipeline/select.pyi +3 -0
  81. homeassistant-stubs/components/assist_pipeline/websocket_api.pyi +11 -0
  82. homeassistant-stubs/components/assist_satellite/entity.pyi +8 -1
  83. homeassistant-stubs/components/assist_satellite/websocket_api.pyi +7 -0
  84. homeassistant-stubs/components/asuswrt/config_flow.pyi +2 -0
  85. homeassistant-stubs/components/asuswrt/device_tracker.pyi +2 -0
  86. homeassistant-stubs/components/asuswrt/router.pyi +1 -0
  87. homeassistant-stubs/components/auth/__init__.pyi +10 -0
  88. homeassistant-stubs/components/auth/login_flow.pyi +3 -0
  89. homeassistant-stubs/components/auth/mfa_setup_flow.pyi +3 -0
  90. homeassistant-stubs/components/automation/__init__.pyi +15 -0
  91. homeassistant-stubs/components/automation/helpers.pyi +1 -0
  92. homeassistant-stubs/components/automation/logbook.pyi +1 -0
  93. homeassistant-stubs/components/automation/trace.pyi +2 -0
  94. homeassistant-stubs/components/awair/config_flow.pyi +1 -0
  95. homeassistant-stubs/components/axis/binary_sensor.pyi +10 -0
  96. homeassistant-stubs/components/axis/config_flow.pyi +1 -0
  97. homeassistant-stubs/components/axis/entity.pyi +2 -0
  98. homeassistant-stubs/components/axis/hub/entity_loader.pyi +3 -0
  99. homeassistant-stubs/components/axis/hub/event_source.pyi +5 -0
  100. homeassistant-stubs/components/axis/hub/hub.pyi +2 -0
  101. homeassistant-stubs/components/axis/light.pyi +2 -0
  102. homeassistant-stubs/components/axis/switch.pyi +1 -0
  103. homeassistant-stubs/components/backup/agent.pyi +1 -0
  104. homeassistant-stubs/components/backup/config.pyi +5 -0
  105. homeassistant-stubs/components/backup/http.pyi +2 -0
  106. homeassistant-stubs/components/backup/manager.pyi +4 -0
  107. homeassistant-stubs/components/backup/store.pyi +2 -0
  108. homeassistant-stubs/components/backup/websocket.pyi +23 -0
  109. homeassistant-stubs/components/baf/binary_sensor.pyi +1 -0
  110. homeassistant-stubs/components/baf/climate.pyi +1 -0
  111. homeassistant-stubs/components/baf/entity.pyi +2 -0
  112. homeassistant-stubs/components/baf/fan.pyi +1 -0
  113. homeassistant-stubs/components/baf/light.pyi +2 -0
  114. homeassistant-stubs/components/baf/number.pyi +1 -0
  115. homeassistant-stubs/components/baf/sensor.pyi +1 -0
  116. homeassistant-stubs/components/baf/switch.pyi +1 -0
  117. homeassistant-stubs/components/bang_olufsen/entity.pyi +1 -0
  118. homeassistant-stubs/components/bang_olufsen/media_player.pyi +5 -0
  119. homeassistant-stubs/components/bayesian/binary_sensor.pyi +1 -0
  120. homeassistant-stubs/components/binary_sensor/__init__.pyi +2 -1
  121. homeassistant-stubs/components/binary_sensor/device_condition.pyi +1 -0
  122. homeassistant-stubs/components/binary_sensor/significant_change.pyi +1 -0
  123. homeassistant-stubs/components/blue_current/entity.pyi +1 -0
  124. homeassistant-stubs/components/blue_current/sensor.pyi +3 -0
  125. homeassistant-stubs/components/blueprint/models.pyi +2 -0
  126. homeassistant-stubs/components/blueprint/schemas.pyi +2 -0
  127. homeassistant-stubs/components/blueprint/websocket_api.pyi +9 -0
  128. homeassistant-stubs/components/bluetooth/__init__.pyi +1 -0
  129. homeassistant-stubs/components/bluetooth/active_update_coordinator.pyi +3 -0
  130. homeassistant-stubs/components/bluetooth/active_update_processor.pyi +2 -0
  131. homeassistant-stubs/components/bluetooth/api.pyi +17 -1
  132. homeassistant-stubs/components/bluetooth/config_flow.pyi +3 -0
  133. homeassistant-stubs/components/bluetooth/manager.pyi +5 -1
  134. homeassistant-stubs/components/bluetooth/match.pyi +1 -0
  135. homeassistant-stubs/components/bluetooth/passive_update_coordinator.pyi +4 -0
  136. homeassistant-stubs/components/bluetooth/passive_update_processor.pyi +13 -0
  137. homeassistant-stubs/components/bluetooth/storage.pyi +4 -0
  138. homeassistant-stubs/components/bluetooth/update_coordinator.pyi +5 -0
  139. homeassistant-stubs/components/bluetooth/util.pyi +2 -0
  140. homeassistant-stubs/components/bmw_connected_drive/__init__.pyi +1 -0
  141. homeassistant-stubs/components/bmw_connected_drive/binary_sensor.pyi +1 -0
  142. homeassistant-stubs/components/bmw_connected_drive/config_flow.pyi +1 -0
  143. homeassistant-stubs/components/bmw_connected_drive/lock.pyi +1 -0
  144. homeassistant-stubs/components/bmw_connected_drive/select.pyi +1 -0
  145. homeassistant-stubs/components/bmw_connected_drive/sensor.pyi +1 -0
  146. homeassistant-stubs/components/bond/__init__.pyi +1 -0
  147. homeassistant-stubs/components/bond/entity.pyi +4 -0
  148. homeassistant-stubs/components/bond/light.pyi +1 -0
  149. homeassistant-stubs/components/braviatv/coordinator.pyi +16 -0
  150. homeassistant-stubs/components/brother/sensor.pyi +1 -0
  151. homeassistant-stubs/components/bthome/event.pyi +1 -0
  152. homeassistant-stubs/components/bthome/logbook.pyi +1 -0
  153. homeassistant-stubs/components/button/__init__.pyi +3 -0
  154. homeassistant-stubs/components/calendar/__init__.pyi +7 -1
  155. homeassistant-stubs/components/calendar/trigger.pyi +2 -0
  156. homeassistant-stubs/components/cambridge_audio/media_player.pyi +17 -0
  157. homeassistant-stubs/components/cambridge_audio/select.pyi +1 -0
  158. homeassistant-stubs/components/cambridge_audio/switch.pyi +2 -0
  159. homeassistant-stubs/components/camera/__init__.pyi +19 -1
  160. homeassistant-stubs/components/camera/significant_change.pyi +1 -0
  161. homeassistant-stubs/components/camera/webrtc.pyi +11 -0
  162. homeassistant-stubs/components/canary/config_flow.pyi +1 -0
  163. homeassistant-stubs/components/climate/__init__.pyi +10 -1
  164. homeassistant-stubs/components/climate/device_condition.pyi +1 -0
  165. homeassistant-stubs/components/climate/significant_change.pyi +1 -0
  166. homeassistant-stubs/components/cloud/__init__.pyi +13 -0
  167. homeassistant-stubs/components/cloud/account_link.pyi +1 -0
  168. homeassistant-stubs/components/cloud/alexa_config.pyi +4 -0
  169. homeassistant-stubs/components/cloud/backup.pyi +2 -0
  170. homeassistant-stubs/components/cloud/client.pyi +2 -0
  171. homeassistant-stubs/components/cloud/google_config.pyi +4 -0
  172. homeassistant-stubs/components/cloud/http_api.pyi +58 -0
  173. homeassistant-stubs/components/cloud/prefs.pyi +2 -0
  174. homeassistant-stubs/components/cloud/repairs.pyi +1 -0
  175. homeassistant-stubs/components/cloud/system_health.pyi +1 -0
  176. homeassistant-stubs/components/cloud/tts.pyi +4 -0
  177. homeassistant-stubs/components/config/area_registry.pyi +8 -0
  178. homeassistant-stubs/components/config/auth.pyi +9 -0
  179. homeassistant-stubs/components/config/auth_provider_homeassistant.pyi +10 -0
  180. homeassistant-stubs/components/config/automation.pyi +1 -0
  181. homeassistant-stubs/components/config/category_registry.pyi +9 -0
  182. homeassistant-stubs/components/config/config_entries.pyi +12 -0
  183. homeassistant-stubs/components/config/core.pyi +6 -0
  184. homeassistant-stubs/components/config/device_registry.pyi +6 -0
  185. homeassistant-stubs/components/config/entity_registry.pyi +9 -0
  186. homeassistant-stubs/components/config/floor_registry.pyi +9 -0
  187. homeassistant-stubs/components/config/label_registry.pyi +9 -0
  188. homeassistant-stubs/components/config/scene.pyi +1 -0
  189. homeassistant-stubs/components/config/script.pyi +1 -0
  190. homeassistant-stubs/components/config/view.pyi +3 -0
  191. homeassistant-stubs/components/configurator/__init__.pyi +13 -1
  192. homeassistant-stubs/components/counter/__init__.pyi +5 -0
  193. homeassistant-stubs/components/cover/__init__.pyi +4 -1
  194. homeassistant-stubs/components/cover/device_condition.pyi +1 -0
  195. homeassistant-stubs/components/cover/significant_change.pyi +1 -0
  196. homeassistant-stubs/components/crownstone/config_flow.pyi +1 -0
  197. homeassistant-stubs/components/crownstone/entry_manager.pyi +1 -0
  198. homeassistant-stubs/components/crownstone/listeners.pyi +2 -0
  199. homeassistant-stubs/components/date/__init__.pyi +4 -0
  200. homeassistant-stubs/components/datetime/__init__.pyi +4 -0
  201. homeassistant-stubs/components/deconz/alarm_control_panel.pyi +1 -0
  202. homeassistant-stubs/components/deconz/config_flow.pyi +2 -0
  203. homeassistant-stubs/components/deconz/deconz_event.pyi +7 -0
  204. homeassistant-stubs/components/deconz/entity.pyi +2 -0
  205. homeassistant-stubs/components/deconz/fan.pyi +1 -0
  206. homeassistant-stubs/components/deconz/hub/hub.pyi +5 -0
  207. homeassistant-stubs/components/deconz/light.pyi +1 -0
  208. homeassistant-stubs/components/deconz/logbook.pyi +1 -0
  209. homeassistant-stubs/components/deconz/sensor.pyi +1 -0
  210. homeassistant-stubs/components/deconz/services.pyi +1 -0
  211. homeassistant-stubs/components/demo/config_flow.pyi +1 -0
  212. homeassistant-stubs/components/demo/cover.pyi +2 -0
  213. homeassistant-stubs/components/demo/event.pyi +1 -0
  214. homeassistant-stubs/components/demo/sensor.pyi +1 -0
  215. homeassistant-stubs/components/derivative/config_flow.pyi +1 -0
  216. homeassistant-stubs/components/device_automation/__init__.pyi +15 -0
  217. homeassistant-stubs/components/device_automation/toggle_entity.pyi +1 -0
  218. homeassistant-stubs/components/device_tracker/__init__.pyi +1 -0
  219. homeassistant-stubs/components/device_tracker/config_entry.pyi +8 -0
  220. homeassistant-stubs/components/device_tracker/device_condition.pyi +1 -0
  221. homeassistant-stubs/components/device_tracker/legacy.pyi +5 -1
  222. homeassistant-stubs/components/devolo_home_control/config_flow.pyi +1 -0
  223. homeassistant-stubs/components/devolo_home_network/__init__.pyi +2 -0
  224. homeassistant-stubs/components/devolo_home_network/image.pyi +1 -0
  225. homeassistant-stubs/components/dhcp/__init__.pyi +13 -0
  226. homeassistant-stubs/components/diagnostics/__init__.pyi +2 -2
  227. homeassistant-stubs/components/discovergy/system_health.pyi +1 -0
  228. homeassistant-stubs/components/dlna_dmr/config_flow.pyi +1 -0
  229. homeassistant-stubs/components/dlna_dmr/media_player.pyi +12 -0
  230. homeassistant-stubs/components/dlna_dms/dms.pyi +6 -0
  231. homeassistant-stubs/components/dnsip/config_flow.pyi +1 -0
  232. homeassistant-stubs/components/doorbird/config_flow.pyi +1 -0
  233. homeassistant-stubs/components/doorbird/event.pyi +1 -0
  234. homeassistant-stubs/components/doorbird/logbook.pyi +1 -0
  235. homeassistant-stubs/components/doorbird/util.pyi +1 -0
  236. homeassistant-stubs/components/dormakaba_dkey/binary_sensor.pyi +1 -0
  237. homeassistant-stubs/components/dormakaba_dkey/entity.pyi +3 -0
  238. homeassistant-stubs/components/dormakaba_dkey/lock.pyi +1 -0
  239. homeassistant-stubs/components/dormakaba_dkey/sensor.pyi +1 -0
  240. homeassistant-stubs/components/dsmr/__init__.pyi +1 -0
  241. homeassistant-stubs/components/dsmr/config_flow.pyi +1 -0
  242. homeassistant-stubs/components/dsmr/sensor.pyi +1 -0
  243. homeassistant-stubs/components/duckdns/__init__.pyi +2 -0
  244. homeassistant-stubs/components/duotecno/climate.pyi +3 -0
  245. homeassistant-stubs/components/duotecno/cover.pyi +3 -0
  246. homeassistant-stubs/components/duotecno/light.pyi +2 -0
  247. homeassistant-stubs/components/duotecno/switch.pyi +2 -0
  248. homeassistant-stubs/components/easyenergy/services.pyi +1 -0
  249. homeassistant-stubs/components/ecovacs/util.pyi +2 -0
  250. homeassistant-stubs/components/eheimdigital/entity.pyi +1 -0
  251. homeassistant-stubs/components/elgato/config_flow.pyi +2 -0
  252. homeassistant-stubs/components/elkm1/__init__.pyi +2 -0
  253. homeassistant-stubs/components/elkm1/discovery.pyi +2 -0
  254. homeassistant-stubs/components/elkm1/entity.pyi +1 -0
  255. homeassistant-stubs/components/elkm1/logbook.pyi +1 -0
  256. homeassistant-stubs/components/emulated_hue/config.pyi +4 -0
  257. homeassistant-stubs/components/emulated_hue/hue_api.pyi +6 -0
  258. homeassistant-stubs/components/emulated_hue/upnp.pyi +1 -0
  259. homeassistant-stubs/components/energy/data.pyi +1 -0
  260. homeassistant-stubs/components/energy/sensor.pyi +5 -0
  261. homeassistant-stubs/components/energy/validate.pyi +4 -0
  262. homeassistant-stubs/components/energy/websocket_api.pyi +12 -0
  263. homeassistant-stubs/components/energyzero/services.pyi +1 -0
  264. homeassistant-stubs/components/enigma2/config_flow.pyi +1 -0
  265. homeassistant-stubs/components/enigma2/media_player.pyi +1 -0
  266. homeassistant-stubs/components/enphase_envoy/config_flow.pyi +3 -0
  267. homeassistant-stubs/components/enphase_envoy/coordinator.pyi +3 -0
  268. homeassistant-stubs/components/eq3btsmart/climate.pyi +3 -0
  269. homeassistant-stubs/components/eq3btsmart/entity.pyi +2 -0
  270. homeassistant-stubs/components/esphome/alarm_control_panel.pyi +9 -0
  271. homeassistant-stubs/components/esphome/assist_satellite.pyi +2 -0
  272. homeassistant-stubs/components/esphome/binary_sensor.pyi +1 -0
  273. homeassistant-stubs/components/esphome/bluetooth.pyi +3 -1
  274. homeassistant-stubs/components/esphome/button.pyi +3 -0
  275. homeassistant-stubs/components/esphome/camera.pyi +3 -0
  276. homeassistant-stubs/components/esphome/climate.pyi +18 -0
  277. homeassistant-stubs/components/esphome/config_flow.pyi +2 -0
  278. homeassistant-stubs/components/esphome/cover.pyi +13 -0
  279. homeassistant-stubs/components/esphome/dashboard.pyi +2 -0
  280. homeassistant-stubs/components/esphome/date.pyi +1 -0
  281. homeassistant-stubs/components/esphome/datetime.pyi +1 -0
  282. homeassistant-stubs/components/esphome/domain_data.pyi +2 -0
  283. homeassistant-stubs/components/esphome/entity.pyi +6 -0
  284. homeassistant-stubs/components/esphome/entry_data.pyi +23 -0
  285. homeassistant-stubs/components/esphome/event.pyi +2 -0
  286. homeassistant-stubs/components/esphome/fan.pyi +11 -0
  287. homeassistant-stubs/components/esphome/light.pyi +15 -0
  288. homeassistant-stubs/components/esphome/lock.pyi +8 -0
  289. homeassistant-stubs/components/esphome/manager.pyi +12 -0
  290. homeassistant-stubs/components/esphome/media_player.pyi +10 -0
  291. homeassistant-stubs/components/esphome/number.pyi +3 -0
  292. homeassistant-stubs/components/esphome/select.pyi +3 -0
  293. homeassistant-stubs/components/esphome/sensor.pyi +2 -0
  294. homeassistant-stubs/components/esphome/switch.pyi +4 -0
  295. homeassistant-stubs/components/esphome/text.pyi +3 -0
  296. homeassistant-stubs/components/esphome/time.pyi +1 -0
  297. homeassistant-stubs/components/esphome/update.pyi +13 -0
  298. homeassistant-stubs/components/esphome/valve.pyi +9 -0
  299. homeassistant-stubs/components/event/__init__.pyi +6 -1
  300. homeassistant-stubs/components/evil_genius_labs/light.pyi +2 -0
  301. homeassistant-stubs/components/evohome/__init__.pyi +1 -0
  302. homeassistant-stubs/components/fan/__init__.pyi +7 -1
  303. homeassistant-stubs/components/fan/device_condition.pyi +1 -0
  304. homeassistant-stubs/components/fan/significant_change.pyi +1 -0
  305. homeassistant-stubs/components/feedreader/config_flow.pyi +1 -0
  306. homeassistant-stubs/components/feedreader/coordinator.pyi +6 -0
  307. homeassistant-stubs/components/feedreader/event.pyi +1 -0
  308. homeassistant-stubs/components/file_upload/__init__.pyi +3 -0
  309. homeassistant-stubs/components/filter/sensor.pyi +2 -0
  310. homeassistant-stubs/components/fitbit/sensor.pyi +2 -0
  311. homeassistant-stubs/components/flux_led/__init__.pyi +1 -0
  312. homeassistant-stubs/components/flux_led/config_flow.pyi +2 -0
  313. homeassistant-stubs/components/flux_led/discovery.pyi +7 -0
  314. homeassistant-stubs/components/flux_led/entity.pyi +1 -0
  315. homeassistant-stubs/components/flux_led/light.pyi +1 -0
  316. homeassistant-stubs/components/flux_led/select.pyi +1 -0
  317. homeassistant-stubs/components/forecast_solar/config_flow.pyi +1 -0
  318. homeassistant-stubs/components/fritz/button.pyi +1 -0
  319. homeassistant-stubs/components/fritz/config_flow.pyi +2 -0
  320. homeassistant-stubs/components/fritz/device_tracker.pyi +1 -0
  321. homeassistant-stubs/components/fritzbox/climate.pyi +1 -0
  322. homeassistant-stubs/components/fritzbox_callmonitor/config_flow.pyi +1 -0
  323. homeassistant-stubs/components/fronius/coordinator.pyi +1 -0
  324. homeassistant-stubs/components/fronius/sensor.pyi +1 -0
  325. homeassistant-stubs/components/frontend/__init__.pyi +13 -0
  326. homeassistant-stubs/components/frontend/storage.pyi +5 -0
  327. homeassistant-stubs/components/fully_kiosk/camera.pyi +1 -0
  328. homeassistant-stubs/components/fully_kiosk/media_player.pyi +1 -0
  329. homeassistant-stubs/components/fully_kiosk/sensor.pyi +1 -0
  330. homeassistant-stubs/components/fully_kiosk/switch.pyi +1 -0
  331. homeassistant-stubs/components/generic_hygrostat/humidifier.pyi +2 -0
  332. homeassistant-stubs/components/generic_thermostat/climate.pyi +2 -0
  333. homeassistant-stubs/components/geo_location/__init__.pyi +3 -1
  334. homeassistant-stubs/components/gios/system_health.pyi +1 -0
  335. homeassistant-stubs/components/glances/sensor.pyi +1 -0
  336. homeassistant-stubs/components/go2rtc/__init__.pyi +2 -0
  337. homeassistant-stubs/components/google/api.pyi +3 -0
  338. homeassistant-stubs/components/google/config_flow.pyi +1 -0
  339. homeassistant-stubs/components/google_assistant_sdk/config_flow.pyi +1 -0
  340. homeassistant-stubs/components/google_cloud/config_flow.pyi +1 -0
  341. homeassistant-stubs/components/google_cloud/tts.pyi +1 -0
  342. homeassistant-stubs/components/govee_ble/event.pyi +1 -0
  343. homeassistant-stubs/components/group/__init__.pyi +2 -0
  344. homeassistant-stubs/components/group/binary_sensor.pyi +2 -0
  345. homeassistant-stubs/components/group/button.pyi +2 -0
  346. homeassistant-stubs/components/group/config_flow.pyi +4 -0
  347. homeassistant-stubs/components/group/cover.pyi +3 -0
  348. homeassistant-stubs/components/group/entity.pyi +13 -0
  349. homeassistant-stubs/components/group/event.pyi +2 -0
  350. homeassistant-stubs/components/group/fan.pyi +3 -0
  351. homeassistant-stubs/components/group/light.pyi +2 -0
  352. homeassistant-stubs/components/group/lock.pyi +2 -0
  353. homeassistant-stubs/components/group/media_player.pyi +5 -0
  354. homeassistant-stubs/components/group/notify.pyi +2 -0
  355. homeassistant-stubs/components/group/registry.pyi +3 -0
  356. homeassistant-stubs/components/group/sensor.pyi +2 -0
  357. homeassistant-stubs/components/group/switch.pyi +2 -0
  358. homeassistant-stubs/components/guardian/__init__.pyi +1 -0
  359. homeassistant-stubs/components/guardian/button.pyi +1 -0
  360. homeassistant-stubs/components/guardian/config_flow.pyi +2 -0
  361. homeassistant-stubs/components/guardian/switch.pyi +3 -0
  362. homeassistant-stubs/components/guardian/util.pyi +2 -0
  363. homeassistant-stubs/components/guardian/valve.pyi +5 -0
  364. homeassistant-stubs/components/hardkernel/hardware.pyi +1 -0
  365. homeassistant-stubs/components/hardware/hardware.pyi +1 -0
  366. homeassistant-stubs/components/hardware/models.pyi +1 -0
  367. homeassistant-stubs/components/hardware/websocket_api.pyi +2 -0
  368. homeassistant-stubs/components/here_travel_time/config_flow.pyi +1 -0
  369. homeassistant-stubs/components/here_travel_time/sensor.pyi +1 -0
  370. homeassistant-stubs/components/history/websocket_api.pyi +5 -0
  371. homeassistant-stubs/components/history_stats/coordinator.pyi +4 -0
  372. homeassistant-stubs/components/history_stats/helpers.pyi +1 -0
  373. homeassistant-stubs/components/history_stats/sensor.pyi +2 -0
  374. homeassistant-stubs/components/holiday/calendar.pyi +1 -0
  375. homeassistant-stubs/components/holiday/config_flow.pyi +1 -0
  376. homeassistant-stubs/components/homeassistant/__init__.pyi +1 -0
  377. homeassistant-stubs/components/homeassistant/exposed_entities.pyi +23 -0
  378. homeassistant-stubs/components/homeassistant/logbook.pyi +1 -0
  379. homeassistant-stubs/components/homeassistant/scene.pyi +2 -0
  380. homeassistant-stubs/components/homeassistant/system_health.pyi +1 -0
  381. homeassistant-stubs/components/homeassistant_green/config_flow.pyi +1 -0
  382. homeassistant-stubs/components/homeassistant_green/hardware.pyi +1 -0
  383. homeassistant-stubs/components/homeassistant_hardware/firmware_config_flow.pyi +1 -0
  384. homeassistant-stubs/components/homeassistant_hardware/silabs_multiprotocol_addon.pyi +5 -0
  385. homeassistant-stubs/components/homeassistant_hardware/util.pyi +2 -0
  386. homeassistant-stubs/components/homeassistant_sky_connect/config_flow.pyi +1 -0
  387. homeassistant-stubs/components/homeassistant_sky_connect/hardware.pyi +1 -0
  388. homeassistant-stubs/components/homeassistant_yellow/config_flow.pyi +4 -1
  389. homeassistant-stubs/components/homeassistant_yellow/hardware.pyi +1 -0
  390. homeassistant-stubs/components/homekit/__init__.pyi +12 -0
  391. homeassistant-stubs/components/homekit/accessories.pyi +15 -1
  392. homeassistant-stubs/components/homekit/aidmanager.pyi +2 -0
  393. homeassistant-stubs/components/homekit/config_flow.pyi +7 -0
  394. homeassistant-stubs/components/homekit/doorbell.pyi +6 -1
  395. homeassistant-stubs/components/homekit/iidmanager.pyi +2 -0
  396. homeassistant-stubs/components/homekit/logbook.pyi +1 -0
  397. homeassistant-stubs/components/homekit/type_cameras.pyi +8 -0
  398. homeassistant-stubs/components/homekit/type_covers.pyi +9 -0
  399. homeassistant-stubs/components/homekit/type_fans.pyi +1 -0
  400. homeassistant-stubs/components/homekit/type_humidifiers.pyi +7 -0
  401. homeassistant-stubs/components/homekit/type_lights.pyi +3 -1
  402. homeassistant-stubs/components/homekit/type_locks.pyi +1 -0
  403. homeassistant-stubs/components/homekit/type_media_players.pyi +2 -0
  404. homeassistant-stubs/components/homekit/type_remotes.pyi +2 -0
  405. homeassistant-stubs/components/homekit/type_security_systems.pyi +1 -0
  406. homeassistant-stubs/components/homekit/type_sensors.pyi +11 -0
  407. homeassistant-stubs/components/homekit/type_switches.pyi +5 -0
  408. homeassistant-stubs/components/homekit/type_thermostats.pyi +5 -2
  409. homeassistant-stubs/components/homekit/type_triggers.pyi +5 -0
  410. homeassistant-stubs/components/homekit/util.pyi +4 -0
  411. homeassistant-stubs/components/homekit_controller/config_flow.pyi +2 -0
  412. homeassistant-stubs/components/homekit_controller/storage.pyi +4 -0
  413. homeassistant-stubs/components/homekit_controller/utils.pyi +2 -0
  414. homeassistant-stubs/components/homewizard/button.pyi +1 -0
  415. homeassistant-stubs/components/homewizard/number.pyi +1 -0
  416. homeassistant-stubs/components/homewizard/switch.pyi +2 -0
  417. homeassistant-stubs/components/homeworks/__init__.pyi +2 -0
  418. homeassistant-stubs/components/homeworks/binary_sensor.pyi +1 -0
  419. homeassistant-stubs/components/homeworks/config_flow.pyi +1 -0
  420. homeassistant-stubs/components/homeworks/light.pyi +1 -0
  421. homeassistant-stubs/components/http/__init__.pyi +2 -0
  422. homeassistant-stubs/components/http/auth.pyi +2 -0
  423. homeassistant-stubs/components/http/ban.pyi +4 -1
  424. homeassistant-stubs/components/http/cors.pyi +1 -0
  425. homeassistant-stubs/components/http/forwarded.pyi +1 -0
  426. homeassistant-stubs/components/http/headers.pyi +1 -0
  427. homeassistant-stubs/components/http/request_context.pyi +1 -0
  428. homeassistant-stubs/components/http/security_filter.pyi +1 -0
  429. homeassistant-stubs/components/huawei_lte/config_flow.pyi +1 -0
  430. homeassistant-stubs/components/huawei_lte/device_tracker.pyi +1 -0
  431. homeassistant-stubs/components/humidifier/__init__.pyi +3 -1
  432. homeassistant-stubs/components/humidifier/device_condition.pyi +1 -0
  433. homeassistant-stubs/components/humidifier/significant_change.pyi +1 -0
  434. homeassistant-stubs/components/husqvarna_automower/coordinator.pyi +1 -0
  435. homeassistant-stubs/components/husqvarna_automower/entity.pyi +2 -0
  436. homeassistant-stubs/components/husqvarna_automower/number.pyi +1 -0
  437. homeassistant-stubs/components/husqvarna_automower/sensor.pyi +4 -0
  438. homeassistant-stubs/components/hydrawise/entity.pyi +1 -0
  439. homeassistant-stubs/components/hyperion/__init__.pyi +1 -0
  440. homeassistant-stubs/components/hyperion/camera.pyi +2 -0
  441. homeassistant-stubs/components/hyperion/config_flow.pyi +1 -0
  442. homeassistant-stubs/components/hyperion/light.pyi +6 -0
  443. homeassistant-stubs/components/hyperion/sensor.pyi +1 -0
  444. homeassistant-stubs/components/hyperion/switch.pyi +1 -0
  445. homeassistant-stubs/components/ibeacon/config_flow.pyi +1 -0
  446. homeassistant-stubs/components/ibeacon/coordinator.pyi +17 -0
  447. homeassistant-stubs/components/ibeacon/device_tracker.pyi +2 -0
  448. homeassistant-stubs/components/ibeacon/entity.pyi +2 -0
  449. homeassistant-stubs/components/ibeacon/sensor.pyi +2 -0
  450. homeassistant-stubs/components/image/__init__.pyi +4 -1
  451. homeassistant-stubs/components/image_processing/__init__.pyi +3 -1
  452. homeassistant-stubs/components/image_upload/__init__.pyi +1 -0
  453. homeassistant-stubs/components/imap/__init__.pyi +1 -0
  454. homeassistant-stubs/components/imap/config_flow.pyi +1 -0
  455. homeassistant-stubs/components/imap/diagnostics.pyi +1 -0
  456. homeassistant-stubs/components/input_button/__init__.pyi +1 -0
  457. homeassistant-stubs/components/input_select/__init__.pyi +1 -0
  458. homeassistant-stubs/components/input_text/__init__.pyi +1 -0
  459. homeassistant-stubs/components/integration/config_flow.pyi +1 -0
  460. homeassistant-stubs/components/integration/sensor.pyi +5 -0
  461. homeassistant-stubs/components/intent/timers.pyi +2 -0
  462. homeassistant-stubs/components/ios/__init__.pyi +2 -0
  463. homeassistant-stubs/components/ios/sensor.pyi +1 -0
  464. homeassistant-stubs/components/iotty/cover.pyi +1 -0
  465. homeassistant-stubs/components/iotty/switch.pyi +1 -0
  466. homeassistant-stubs/components/iqvia/entity.pyi +2 -0
  467. homeassistant-stubs/components/iqvia/sensor.pyi +3 -0
  468. homeassistant-stubs/components/islamic_prayer_times/config_flow.pyi +1 -0
  469. homeassistant-stubs/components/islamic_prayer_times/coordinator.pyi +1 -0
  470. homeassistant-stubs/components/isy994/__init__.pyi +1 -0
  471. homeassistant-stubs/components/isy994/binary_sensor.pyi +5 -0
  472. homeassistant-stubs/components/isy994/button.pyi +1 -0
  473. homeassistant-stubs/components/isy994/config_flow.pyi +1 -0
  474. homeassistant-stubs/components/isy994/entity.pyi +3 -0
  475. homeassistant-stubs/components/isy994/light.pyi +1 -0
  476. homeassistant-stubs/components/isy994/lock.pyi +1 -0
  477. homeassistant-stubs/components/isy994/number.pyi +2 -0
  478. homeassistant-stubs/components/isy994/select.pyi +1 -0
  479. homeassistant-stubs/components/isy994/sensor.pyi +1 -0
  480. homeassistant-stubs/components/isy994/services.pyi +2 -0
  481. homeassistant-stubs/components/isy994/switch.pyi +1 -0
  482. homeassistant-stubs/components/isy994/system_health.pyi +1 -0
  483. homeassistant-stubs/components/isy994/util.pyi +1 -0
  484. homeassistant-stubs/components/jellyfin/config_flow.pyi +1 -0
  485. homeassistant-stubs/components/jellyfin/media_player.pyi +2 -0
  486. homeassistant-stubs/components/jewish_calendar/binary_sensor.pyi +1 -0
  487. homeassistant-stubs/components/jewish_calendar/config_flow.pyi +1 -0
  488. homeassistant-stubs/components/knocki/coordinator.pyi +1 -0
  489. homeassistant-stubs/components/knx/config_flow.pyi +3 -0
  490. homeassistant-stubs/components/knx/expose.pyi +6 -0
  491. homeassistant-stubs/components/knx/services.pyi +2 -0
  492. homeassistant-stubs/components/knx/storage/config_store.pyi +1 -0
  493. homeassistant-stubs/components/knx/websocket.pyi +40 -0
  494. homeassistant-stubs/components/kraken/config_flow.pyi +1 -0
  495. homeassistant-stubs/components/lacrosse/sensor.pyi +1 -0
  496. homeassistant-stubs/components/lamarzocco/config_flow.pyi +1 -0
  497. homeassistant-stubs/components/lamarzocco/coordinator.pyi +1 -0
  498. homeassistant-stubs/components/lametric/button.pyi +1 -0
  499. homeassistant-stubs/components/lametric/helpers.pyi +1 -0
  500. homeassistant-stubs/components/lametric/number.pyi +7 -1
  501. homeassistant-stubs/components/lametric/select.pyi +1 -0
  502. homeassistant-stubs/components/lametric/services.pyi +1 -0
  503. homeassistant-stubs/components/lametric/switch.pyi +2 -0
  504. homeassistant-stubs/components/laundrify/binary_sensor.pyi +1 -0
  505. homeassistant-stubs/components/lawn_mower/__init__.pyi +2 -0
  506. homeassistant-stubs/components/lcn/websocket.pyi +21 -0
  507. homeassistant-stubs/components/ld2410_ble/binary_sensor.pyi +1 -0
  508. homeassistant-stubs/components/ld2410_ble/coordinator.pyi +3 -0
  509. homeassistant-stubs/components/ld2410_ble/sensor.pyi +1 -0
  510. homeassistant-stubs/components/led_ble/light.pyi +2 -0
  511. homeassistant-stubs/components/lektrico/config_flow.pyi +2 -0
  512. homeassistant-stubs/components/lifx/__init__.pyi +1 -0
  513. homeassistant-stubs/components/lifx/binary_sensor.pyi +2 -0
  514. homeassistant-stubs/components/lifx/config_flow.pyi +2 -0
  515. homeassistant-stubs/components/lifx/coordinator.pyi +2 -0
  516. homeassistant-stubs/components/lifx/discovery.pyi +2 -0
  517. homeassistant-stubs/components/lifx/manager.pyi +3 -0
  518. homeassistant-stubs/components/lifx/migration.pyi +2 -0
  519. homeassistant-stubs/components/lifx/select.pyi +4 -0
  520. homeassistant-stubs/components/lifx/sensor.pyi +2 -0
  521. homeassistant-stubs/components/lifx/util.pyi +2 -0
  522. homeassistant-stubs/components/light/__init__.pyi +8 -1
  523. homeassistant-stubs/components/light/device_condition.pyi +1 -0
  524. homeassistant-stubs/components/light/significant_change.pyi +1 -0
  525. homeassistant-stubs/components/linkplay/button.pyi +1 -0
  526. homeassistant-stubs/components/linkplay/media_player.pyi +16 -0
  527. homeassistant-stubs/components/litejet/config_flow.pyi +1 -0
  528. homeassistant-stubs/components/lock/__init__.pyi +11 -1
  529. homeassistant-stubs/components/lock/device_condition.pyi +1 -0
  530. homeassistant-stubs/components/lock/significant_change.pyi +1 -0
  531. homeassistant-stubs/components/logbook/__init__.pyi +4 -0
  532. homeassistant-stubs/components/logbook/helpers.pyi +4 -0
  533. homeassistant-stubs/components/logbook/models.pyi +1 -0
  534. homeassistant-stubs/components/logbook/rest_api.pyi +1 -0
  535. homeassistant-stubs/components/logbook/websocket_api.pyi +4 -0
  536. homeassistant-stubs/components/logger/helpers.pyi +6 -0
  537. homeassistant-stubs/components/logger/websocket_api.pyi +4 -0
  538. homeassistant-stubs/components/lookin/climate.pyi +3 -0
  539. homeassistant-stubs/components/lookin/coordinator.pyi +1 -0
  540. homeassistant-stubs/components/luftdaten/config_flow.pyi +1 -0
  541. homeassistant-stubs/components/manual/alarm_control_panel.pyi +1 -0
  542. homeassistant-stubs/components/matter/__init__.pyi +4 -0
  543. homeassistant-stubs/components/matter/addon.pyi +1 -0
  544. homeassistant-stubs/components/matter/api.pyi +40 -0
  545. homeassistant-stubs/components/matter/binary_sensor.pyi +1 -0
  546. homeassistant-stubs/components/matter/climate.pyi +3 -0
  547. homeassistant-stubs/components/matter/cover.pyi +1 -0
  548. homeassistant-stubs/components/matter/discovery.pyi +2 -0
  549. homeassistant-stubs/components/matter/entity.pyi +5 -0
  550. homeassistant-stubs/components/matter/event.pyi +1 -0
  551. homeassistant-stubs/components/matter/fan.pyi +2 -0
  552. homeassistant-stubs/components/matter/helpers.pyi +3 -0
  553. homeassistant-stubs/components/matter/light.pyi +1 -0
  554. homeassistant-stubs/components/matter/lock.pyi +3 -0
  555. homeassistant-stubs/components/matter/number.pyi +1 -0
  556. homeassistant-stubs/components/matter/select.pyi +2 -0
  557. homeassistant-stubs/components/matter/sensor.pyi +2 -0
  558. homeassistant-stubs/components/matter/switch.pyi +1 -0
  559. homeassistant-stubs/components/matter/update.pyi +1 -0
  560. homeassistant-stubs/components/matter/vacuum.pyi +2 -0
  561. homeassistant-stubs/components/matter/valve.pyi +2 -0
  562. homeassistant-stubs/components/media_player/__init__.pyi +20 -1
  563. homeassistant-stubs/components/media_player/browse_media.pyi +1 -0
  564. homeassistant-stubs/components/media_player/device_condition.pyi +1 -0
  565. homeassistant-stubs/components/media_player/significant_change.pyi +1 -0
  566. homeassistant-stubs/components/media_source/__init__.pyi +5 -1
  567. homeassistant-stubs/components/media_source/local_source.pyi +6 -0
  568. homeassistant-stubs/components/media_source/models.pyi +1 -0
  569. homeassistant-stubs/components/met_eireann/weather.pyi +2 -0
  570. homeassistant-stubs/components/metoffice/weather.pyi +2 -0
  571. homeassistant-stubs/components/mikrotik/config_flow.pyi +1 -0
  572. homeassistant-stubs/components/mikrotik/device_tracker.pyi +1 -0
  573. homeassistant-stubs/components/min_max/sensor.pyi +2 -0
  574. homeassistant-stubs/components/minecraft_server/__init__.pyi +1 -0
  575. homeassistant-stubs/components/minecraft_server/sensor.pyi +2 -0
  576. homeassistant-stubs/components/mjpeg/config_flow.pyi +2 -0
  577. homeassistant-stubs/components/modbus/binary_sensor.pyi +1 -0
  578. homeassistant-stubs/components/modbus/entity.pyi +2 -0
  579. homeassistant-stubs/components/modbus/modbus.pyi +1 -0
  580. homeassistant-stubs/components/modbus/sensor.pyi +1 -0
  581. homeassistant-stubs/components/modem_callerid/sensor.pyi +1 -0
  582. homeassistant-stubs/components/mold_indicator/config_flow.pyi +1 -0
  583. homeassistant-stubs/components/mold_indicator/sensor.pyi +2 -0
  584. homeassistant-stubs/components/mopeka/config_flow.pyi +1 -0
  585. homeassistant-stubs/components/mqtt/__init__.pyi +4 -0
  586. homeassistant-stubs/components/mqtt/addon.pyi +1 -0
  587. homeassistant-stubs/components/mqtt/alarm_control_panel.pyi +1 -0
  588. homeassistant-stubs/components/mqtt/binary_sensor.pyi +3 -0
  589. homeassistant-stubs/components/mqtt/button.pyi +1 -0
  590. homeassistant-stubs/components/mqtt/camera.pyi +2 -0
  591. homeassistant-stubs/components/mqtt/client.pyi +30 -0
  592. homeassistant-stubs/components/mqtt/climate.pyi +6 -0
  593. homeassistant-stubs/components/mqtt/config_flow.pyi +2 -0
  594. homeassistant-stubs/components/mqtt/cover.pyi +6 -0
  595. homeassistant-stubs/components/mqtt/device_tracker.pyi +2 -0
  596. homeassistant-stubs/components/mqtt/diagnostics.pyi +2 -0
  597. homeassistant-stubs/components/mqtt/discovery.pyi +11 -0
  598. homeassistant-stubs/components/mqtt/entity.pyi +19 -1
  599. homeassistant-stubs/components/mqtt/event.pyi +2 -0
  600. homeassistant-stubs/components/mqtt/fan.pyi +6 -0
  601. homeassistant-stubs/components/mqtt/humidifier.pyi +6 -0
  602. homeassistant-stubs/components/mqtt/image.pyi +3 -0
  603. homeassistant-stubs/components/mqtt/lawn_mower.pyi +2 -0
  604. homeassistant-stubs/components/mqtt/light/schema_basic.pyi +12 -0
  605. homeassistant-stubs/components/mqtt/light/schema_json.pyi +2 -0
  606. homeassistant-stubs/components/mqtt/light/schema_template.pyi +2 -0
  607. homeassistant-stubs/components/mqtt/lock.pyi +2 -0
  608. homeassistant-stubs/components/mqtt/models.pyi +4 -0
  609. homeassistant-stubs/components/mqtt/notify.pyi +1 -0
  610. homeassistant-stubs/components/mqtt/number.pyi +2 -0
  611. homeassistant-stubs/components/mqtt/scene.pyi +1 -0
  612. homeassistant-stubs/components/mqtt/select.pyi +2 -0
  613. homeassistant-stubs/components/mqtt/sensor.pyi +5 -0
  614. homeassistant-stubs/components/mqtt/siren.pyi +2 -0
  615. homeassistant-stubs/components/mqtt/subscription.pyi +3 -0
  616. homeassistant-stubs/components/mqtt/switch.pyi +2 -0
  617. homeassistant-stubs/components/mqtt/tag.pyi +1 -0
  618. homeassistant-stubs/components/mqtt/text.pyi +2 -0
  619. homeassistant-stubs/components/mqtt/update.pyi +3 -0
  620. homeassistant-stubs/components/mqtt/util.pyi +8 -0
  621. homeassistant-stubs/components/mqtt/vacuum.pyi +2 -0
  622. homeassistant-stubs/components/mqtt/valve.pyi +5 -0
  623. homeassistant-stubs/components/mqtt/water_heater.pyi +2 -0
  624. homeassistant-stubs/components/music_assistant/actions.pyi +2 -0
  625. homeassistant-stubs/components/music_assistant/media_player.pyi +22 -0
  626. homeassistant-stubs/components/mysensors/__init__.pyi +1 -0
  627. homeassistant-stubs/components/mysensors/climate.pyi +1 -0
  628. homeassistant-stubs/components/mysensors/config_flow.pyi +1 -0
  629. homeassistant-stubs/components/mysensors/device_tracker.pyi +1 -0
  630. homeassistant-stubs/components/mysensors/entity.pyi +3 -0
  631. homeassistant-stubs/components/mysensors/handler.pyi +9 -0
  632. homeassistant-stubs/components/mysensors/helpers.pyi +3 -0
  633. homeassistant-stubs/components/mysensors/light.pyi +6 -0
  634. homeassistant-stubs/components/mysensors/remote.pyi +1 -0
  635. homeassistant-stubs/components/mysensors/sensor.pyi +1 -0
  636. homeassistant-stubs/components/myuplink/__init__.pyi +1 -0
  637. homeassistant-stubs/components/myuplink/sensor.pyi +1 -1
  638. homeassistant-stubs/components/nanoleaf/event.pyi +1 -0
  639. homeassistant-stubs/components/nasweb/coordinator.pyi +3 -0
  640. homeassistant-stubs/components/nasweb/switch.pyi +1 -0
  641. homeassistant-stubs/components/nest/camera.pyi +4 -0
  642. homeassistant-stubs/components/nest/device_info.pyi +2 -0
  643. homeassistant-stubs/components/nest/media_source.pyi +1 -0
  644. homeassistant-stubs/components/netatmo/binary_sensor.pyi +1 -0
  645. homeassistant-stubs/components/netatmo/camera.pyi +2 -0
  646. homeassistant-stubs/components/netatmo/climate.pyi +2 -0
  647. homeassistant-stubs/components/netatmo/config_flow.pyi +1 -0
  648. homeassistant-stubs/components/netatmo/cover.pyi +1 -0
  649. homeassistant-stubs/components/netatmo/data_handler.pyi +1 -0
  650. homeassistant-stubs/components/netatmo/entity.pyi +1 -0
  651. homeassistant-stubs/components/netatmo/fan.pyi +1 -0
  652. homeassistant-stubs/components/netatmo/light.pyi +3 -0
  653. homeassistant-stubs/components/netatmo/media_source.pyi +1 -0
  654. homeassistant-stubs/components/netatmo/select.pyi +2 -0
  655. homeassistant-stubs/components/netatmo/sensor.pyi +5 -0
  656. homeassistant-stubs/components/netatmo/switch.pyi +1 -0
  657. homeassistant-stubs/components/network/__init__.pyi +5 -0
  658. homeassistant-stubs/components/network/network.pyi +1 -0
  659. homeassistant-stubs/components/network/util.pyi +1 -0
  660. homeassistant-stubs/components/network/websocket.pyi +7 -0
  661. homeassistant-stubs/components/nextdns/binary_sensor.pyi +1 -0
  662. homeassistant-stubs/components/nextdns/sensor.pyi +1 -0
  663. homeassistant-stubs/components/nextdns/switch.pyi +1 -0
  664. homeassistant-stubs/components/nextdns/system_health.pyi +1 -0
  665. homeassistant-stubs/components/nissan_leaf/entity.pyi +1 -0
  666. homeassistant-stubs/components/notify/__init__.pyi +4 -1
  667. homeassistant-stubs/components/notify/legacy.pyi +3 -0
  668. homeassistant-stubs/components/notify/repairs.pyi +1 -0
  669. homeassistant-stubs/components/notion/__init__.pyi +1 -0
  670. homeassistant-stubs/components/notion/coordinator.pyi +1 -0
  671. homeassistant-stubs/components/notion/entity.pyi +3 -0
  672. homeassistant-stubs/components/number/__init__.pyi +11 -1
  673. homeassistant-stubs/components/number/significant_change.pyi +1 -0
  674. homeassistant-stubs/components/number/websocket_api.pyi +2 -0
  675. homeassistant-stubs/components/nut/__init__.pyi +1 -0
  676. homeassistant-stubs/components/nut/config_flow.pyi +1 -0
  677. homeassistant-stubs/components/onboarding/__init__.pyi +5 -0
  678. homeassistant-stubs/components/onboarding/views.pyi +2 -0
  679. homeassistant-stubs/components/onewire/config_flow.pyi +1 -0
  680. homeassistant-stubs/components/onkyo/config_flow.pyi +1 -0
  681. homeassistant-stubs/components/onkyo/media_player.pyi +10 -0
  682. homeassistant-stubs/components/open_meteo/weather.pyi +2 -0
  683. homeassistant-stubs/components/opensky/config_flow.pyi +1 -0
  684. homeassistant-stubs/components/openuv/binary_sensor.pyi +1 -0
  685. homeassistant-stubs/components/openuv/config_flow.pyi +1 -0
  686. homeassistant-stubs/components/otbr/config_flow.pyi +1 -0
  687. homeassistant-stubs/components/otbr/util.pyi +11 -0
  688. homeassistant-stubs/components/otbr/websocket_api.pyi +12 -0
  689. homeassistant-stubs/components/panel_custom/__init__.pyi +1 -0
  690. homeassistant-stubs/components/peblar/button.pyi +1 -0
  691. homeassistant-stubs/components/peblar/coordinator.pyi +3 -0
  692. homeassistant-stubs/components/peblar/number.pyi +1 -0
  693. homeassistant-stubs/components/peblar/select.pyi +1 -0
  694. homeassistant-stubs/components/peblar/switch.pyi +2 -0
  695. homeassistant-stubs/components/persistent_notification/__init__.pyi +12 -0
  696. homeassistant-stubs/components/ping/config_flow.pyi +1 -0
  697. homeassistant-stubs/components/plugwise/__init__.pyi +1 -0
  698. homeassistant-stubs/components/plugwise/button.pyi +1 -0
  699. homeassistant-stubs/components/plugwise/climate.pyi +3 -0
  700. homeassistant-stubs/components/plugwise/number.pyi +1 -0
  701. homeassistant-stubs/components/plugwise/select.pyi +1 -0
  702. homeassistant-stubs/components/plugwise/switch.pyi +2 -0
  703. homeassistant-stubs/components/powerwall/__init__.pyi +1 -0
  704. homeassistant-stubs/components/private_ble_device/device_tracker.pyi +2 -0
  705. homeassistant-stubs/components/private_ble_device/entity.pyi +2 -0
  706. homeassistant-stubs/components/private_ble_device/sensor.pyi +2 -0
  707. homeassistant-stubs/components/proximity/config_flow.pyi +1 -0
  708. homeassistant-stubs/components/proximity/coordinator.pyi +1 -0
  709. homeassistant-stubs/components/prusalink/coordinator.pyi +1 -0
  710. homeassistant-stubs/components/purpleair/config_flow.pyi +7 -0
  711. homeassistant-stubs/components/purpleair/coordinator.pyi +1 -0
  712. homeassistant-stubs/components/pushbullet/sensor.pyi +1 -0
  713. homeassistant-stubs/components/qnap_qsw/binary_sensor.pyi +1 -0
  714. homeassistant-stubs/components/qnap_qsw/entity.pyi +2 -0
  715. homeassistant-stubs/components/qnap_qsw/sensor.pyi +1 -0
  716. homeassistant-stubs/components/qnap_qsw/update.pyi +2 -0
  717. homeassistant-stubs/components/rabbitair/fan.pyi +1 -0
  718. homeassistant-stubs/components/radarr/calendar.pyi +1 -0
  719. homeassistant-stubs/components/radio_browser/media_source.pyi +2 -0
  720. homeassistant-stubs/components/rainforest_raven/diagnostics.pyi +1 -0
  721. homeassistant-stubs/components/rainmachine/__init__.pyi +1 -0
  722. homeassistant-stubs/components/rainmachine/binary_sensor.pyi +2 -0
  723. homeassistant-stubs/components/rainmachine/config_flow.pyi +3 -0
  724. homeassistant-stubs/components/rainmachine/coordinator.pyi +1 -0
  725. homeassistant-stubs/components/rainmachine/entity.pyi +2 -0
  726. homeassistant-stubs/components/rainmachine/select.pyi +1 -0
  727. homeassistant-stubs/components/rainmachine/sensor.pyi +2 -0
  728. homeassistant-stubs/components/rainmachine/switch.pyi +17 -0
  729. homeassistant-stubs/components/rainmachine/update.pyi +1 -0
  730. homeassistant-stubs/components/rainmachine/util.pyi +1 -0
  731. homeassistant-stubs/components/raspberry_pi/hardware.pyi +1 -0
  732. homeassistant-stubs/components/recollect_waste/calendar.pyi +2 -0
  733. homeassistant-stubs/components/recollect_waste/config_flow.pyi +1 -0
  734. homeassistant-stubs/components/recollect_waste/sensor.pyi +1 -0
  735. homeassistant-stubs/components/recollect_waste/util.pyi +1 -0
  736. homeassistant-stubs/components/recorder/__init__.pyi +1 -0
  737. homeassistant-stubs/components/recorder/basic_websocket_api.pyi +2 -0
  738. homeassistant-stubs/components/recorder/core.pyi +25 -0
  739. homeassistant-stubs/components/recorder/entity_registry.pyi +1 -0
  740. homeassistant-stubs/components/recorder/migration.pyi +2 -1
  741. homeassistant-stubs/components/recorder/services.pyi +5 -0
  742. homeassistant-stubs/components/recorder/statistics.pyi +4 -0
  743. homeassistant-stubs/components/recorder/system_health/__init__.pyi +2 -0
  744. homeassistant-stubs/components/recorder/util.pyi +6 -0
  745. homeassistant-stubs/components/recorder/websocket_api.pyi +17 -0
  746. homeassistant-stubs/components/remote/__init__.pyi +3 -1
  747. homeassistant-stubs/components/remote/device_condition.pyi +1 -0
  748. homeassistant-stubs/components/remote/significant_change.pyi +1 -0
  749. homeassistant-stubs/components/renault/renault_vehicle.pyi +9 -0
  750. homeassistant-stubs/components/reolink/button.pyi +3 -0
  751. homeassistant-stubs/components/reolink/camera.pyi +1 -0
  752. homeassistant-stubs/components/reolink/config_flow.pyi +1 -0
  753. homeassistant-stubs/components/reolink/entity.pyi +1 -0
  754. homeassistant-stubs/components/reolink/host.pyi +2 -0
  755. homeassistant-stubs/components/reolink/light.pyi +4 -0
  756. homeassistant-stubs/components/reolink/number.pyi +3 -0
  757. homeassistant-stubs/components/reolink/select.pyi +2 -0
  758. homeassistant-stubs/components/reolink/services.pyi +1 -0
  759. homeassistant-stubs/components/reolink/siren.pyi +2 -0
  760. homeassistant-stubs/components/reolink/switch.pyi +6 -0
  761. homeassistant-stubs/components/reolink/views.pyi +1 -0
  762. homeassistant-stubs/components/repairs/issue_handler.pyi +2 -0
  763. homeassistant-stubs/components/repairs/websocket_api.pyi +4 -0
  764. homeassistant-stubs/components/rest/__init__.pyi +1 -0
  765. homeassistant-stubs/components/rest/entity.pyi +1 -0
  766. homeassistant-stubs/components/rfxtrx/binary_sensor.pyi +1 -0
  767. homeassistant-stubs/components/rfxtrx/config_flow.pyi +2 -0
  768. homeassistant-stubs/components/rfxtrx/cover.pyi +1 -0
  769. homeassistant-stubs/components/rfxtrx/entity.pyi +1 -0
  770. homeassistant-stubs/components/rfxtrx/event.pyi +1 -0
  771. homeassistant-stubs/components/rfxtrx/helpers.pyi +1 -0
  772. homeassistant-stubs/components/rfxtrx/light.pyi +1 -0
  773. homeassistant-stubs/components/rfxtrx/sensor.pyi +1 -0
  774. homeassistant-stubs/components/rfxtrx/siren.pyi +2 -0
  775. homeassistant-stubs/components/rfxtrx/switch.pyi +1 -0
  776. homeassistant-stubs/components/ridwell/calendar.pyi +1 -0
  777. homeassistant-stubs/components/ring/binary_sensor.pyi +3 -0
  778. homeassistant-stubs/components/ring/button.pyi +1 -0
  779. homeassistant-stubs/components/ring/camera.pyi +4 -0
  780. homeassistant-stubs/components/ring/coordinator.pyi +2 -0
  781. homeassistant-stubs/components/ring/entity.pyi +1 -0
  782. homeassistant-stubs/components/ring/event.pyi +2 -0
  783. homeassistant-stubs/components/ring/light.pyi +2 -0
  784. homeassistant-stubs/components/ring/number.pyi +2 -0
  785. homeassistant-stubs/components/ring/sensor.pyi +1 -0
  786. homeassistant-stubs/components/ring/siren.pyi +3 -0
  787. homeassistant-stubs/components/ring/switch.pyi +2 -0
  788. homeassistant-stubs/components/rituals_perfume_genie/__init__.pyi +1 -0
  789. homeassistant-stubs/components/rituals_perfume_genie/switch.pyi +1 -0
  790. homeassistant-stubs/components/roborock/config_flow.pyi +1 -0
  791. homeassistant-stubs/components/roku/config_flow.pyi +2 -0
  792. homeassistant-stubs/components/romy/vacuum.pyi +1 -0
  793. homeassistant-stubs/components/rtsp_to_webrtc/config_flow.pyi +1 -0
  794. homeassistant-stubs/components/russound_rio/media_player.pyi +6 -0
  795. homeassistant-stubs/components/ruuvi_gateway/bluetooth.pyi +2 -0
  796. homeassistant-stubs/components/samsungtv/__init__.pyi +2 -0
  797. homeassistant-stubs/components/samsungtv/config_flow.pyi +5 -0
  798. homeassistant-stubs/components/samsungtv/helpers.pyi +3 -0
  799. homeassistant-stubs/components/samsungtv/media_player.pyi +2 -0
  800. homeassistant-stubs/components/samsungtv/remote.pyi +1 -0
  801. homeassistant-stubs/components/scene/__init__.pyi +3 -1
  802. homeassistant-stubs/components/schedule/__init__.pyi +3 -0
  803. homeassistant-stubs/components/schlage/coordinator.pyi +1 -0
  804. homeassistant-stubs/components/schlage/lock.pyi +1 -0
  805. homeassistant-stubs/components/schlage/sensor.pyi +1 -0
  806. homeassistant-stubs/components/scrape/sensor.pyi +1 -0
  807. homeassistant-stubs/components/script/__init__.pyi +14 -0
  808. homeassistant-stubs/components/script/helpers.pyi +1 -0
  809. homeassistant-stubs/components/script/logbook.pyi +1 -0
  810. homeassistant-stubs/components/script/trace.pyi +2 -0
  811. homeassistant-stubs/components/search/__init__.pyi +19 -0
  812. homeassistant-stubs/components/select/__init__.pyi +12 -1
  813. homeassistant-stubs/components/select/device_condition.pyi +1 -0
  814. homeassistant-stubs/components/select/significant_change.pyi +1 -0
  815. homeassistant-stubs/components/sensibo/button.pyi +1 -0
  816. homeassistant-stubs/components/sensibo/climate.pyi +5 -0
  817. homeassistant-stubs/components/sensibo/number.pyi +1 -0
  818. homeassistant-stubs/components/sensibo/select.pyi +1 -0
  819. homeassistant-stubs/components/sensibo/switch.pyi +4 -0
  820. homeassistant-stubs/components/sensor/__init__.pyi +14 -2
  821. homeassistant-stubs/components/sensor/device_condition.pyi +1 -0
  822. homeassistant-stubs/components/sensor/helpers.pyi +1 -0
  823. homeassistant-stubs/components/sensor/recorder.pyi +1 -0
  824. homeassistant-stubs/components/sensor/significant_change.pyi +1 -0
  825. homeassistant-stubs/components/sensor/websocket_api.pyi +3 -0
  826. homeassistant-stubs/components/senz/climate.pyi +1 -0
  827. homeassistant-stubs/components/sfr_box/button.pyi +1 -0
  828. homeassistant-stubs/components/shelly/button.pyi +1 -0
  829. homeassistant-stubs/components/shelly/climate.pyi +4 -0
  830. homeassistant-stubs/components/shelly/config_flow.pyi +2 -0
  831. homeassistant-stubs/components/shelly/coordinator.pyi +10 -0
  832. homeassistant-stubs/components/shelly/cover.pyi +3 -0
  833. homeassistant-stubs/components/shelly/entity.pyi +10 -0
  834. homeassistant-stubs/components/shelly/event.pyi +2 -0
  835. homeassistant-stubs/components/shelly/light.pyi +3 -0
  836. homeassistant-stubs/components/shelly/logbook.pyi +1 -0
  837. homeassistant-stubs/components/shelly/switch.pyi +3 -0
  838. homeassistant-stubs/components/shelly/update.pyi +1 -0
  839. homeassistant-stubs/components/shelly/utils.pyi +5 -0
  840. homeassistant-stubs/components/shelly/valve.pyi +2 -0
  841. homeassistant-stubs/components/shopping_list/__init__.pyi +7 -0
  842. homeassistant-stubs/components/simplisafe/__init__.pyi +5 -0
  843. homeassistant-stubs/components/simplisafe/alarm_control_panel.pyi +3 -0
  844. homeassistant-stubs/components/simplisafe/binary_sensor.pyi +2 -0
  845. homeassistant-stubs/components/simplisafe/config_flow.pyi +2 -0
  846. homeassistant-stubs/components/simplisafe/entity.pyi +6 -0
  847. homeassistant-stubs/components/simplisafe/lock.pyi +2 -0
  848. homeassistant-stubs/components/simplisafe/sensor.pyi +1 -0
  849. homeassistant-stubs/components/siren/__init__.pyi +2 -1
  850. homeassistant-stubs/components/skybell/binary_sensor.pyi +1 -0
  851. homeassistant-stubs/components/slack/notify.pyi +2 -0
  852. homeassistant-stubs/components/sleepiq/binary_sensor.pyi +1 -0
  853. homeassistant-stubs/components/sleepiq/entity.pyi +2 -0
  854. homeassistant-stubs/components/sleepiq/light.pyi +1 -0
  855. homeassistant-stubs/components/sleepiq/number.pyi +1 -0
  856. homeassistant-stubs/components/sleepiq/select.pyi +2 -0
  857. homeassistant-stubs/components/sleepiq/sensor.pyi +1 -0
  858. homeassistant-stubs/components/sleepiq/switch.pyi +1 -0
  859. homeassistant-stubs/components/smlight/binary_sensor.pyi +1 -0
  860. homeassistant-stubs/components/smlight/switch.pyi +1 -0
  861. homeassistant-stubs/components/smlight/update.pyi +3 -0
  862. homeassistant-stubs/components/snooz/fan.pyi +2 -0
  863. homeassistant-stubs/components/sonarr/config_flow.pyi +1 -0
  864. homeassistant-stubs/components/speedtestdotnet/config_flow.pyi +1 -0
  865. homeassistant-stubs/components/spotify/media_player.pyi +19 -0
  866. homeassistant-stubs/components/spotify/system_health.pyi +1 -0
  867. homeassistant-stubs/components/sql/config_flow.pyi +1 -0
  868. homeassistant-stubs/components/sql/sensor.pyi +1 -0
  869. homeassistant-stubs/components/squeezebox/coordinator.pyi +1 -0
  870. homeassistant-stubs/components/squeezebox/media_player.pyi +1 -0
  871. homeassistant-stubs/components/ssdp/__init__.pyi +11 -1
  872. homeassistant-stubs/components/statistics/config_flow.pyi +1 -0
  873. homeassistant-stubs/components/statistics/sensor.pyi +5 -0
  874. homeassistant-stubs/components/steamist/config_flow.pyi +1 -0
  875. homeassistant-stubs/components/steamist/discovery.pyi +5 -0
  876. homeassistant-stubs/components/stookwijzer/__init__.pyi +1 -0
  877. homeassistant-stubs/components/stream/__init__.pyi +2 -1
  878. homeassistant-stubs/components/stream/core.pyi +3 -0
  879. homeassistant-stubs/components/stream/hls.pyi +3 -0
  880. homeassistant-stubs/components/stream/recorder.pyi +1 -0
  881. homeassistant-stubs/components/stt/__init__.pyi +7 -1
  882. homeassistant-stubs/components/stt/legacy.pyi +4 -0
  883. homeassistant-stubs/components/sun/entity.pyi +4 -0
  884. homeassistant-stubs/components/surepetcare/binary_sensor.pyi +3 -0
  885. homeassistant-stubs/components/surepetcare/entity.pyi +2 -0
  886. homeassistant-stubs/components/surepetcare/lock.pyi +1 -0
  887. homeassistant-stubs/components/surepetcare/sensor.pyi +2 -0
  888. homeassistant-stubs/components/switch/__init__.pyi +1 -0
  889. homeassistant-stubs/components/switch/device_condition.pyi +1 -0
  890. homeassistant-stubs/components/switch/significant_change.pyi +1 -0
  891. homeassistant-stubs/components/switch_as_x/__init__.pyi +1 -0
  892. homeassistant-stubs/components/switch_as_x/cover.pyi +1 -0
  893. homeassistant-stubs/components/switch_as_x/entity.pyi +4 -0
  894. homeassistant-stubs/components/switch_as_x/lock.pyi +1 -0
  895. homeassistant-stubs/components/switch_as_x/valve.pyi +1 -0
  896. homeassistant-stubs/components/switchbee/climate.pyi +1 -0
  897. homeassistant-stubs/components/switchbee/coordinator.pyi +1 -0
  898. homeassistant-stubs/components/switchbee/cover.pyi +1 -0
  899. homeassistant-stubs/components/switchbee/light.pyi +1 -0
  900. homeassistant-stubs/components/switchbee/switch.pyi +1 -0
  901. homeassistant-stubs/components/switchbot_cloud/__init__.pyi +2 -0
  902. homeassistant-stubs/components/switchbot_cloud/lock.pyi +1 -0
  903. homeassistant-stubs/components/switchbot_cloud/sensor.pyi +1 -0
  904. homeassistant-stubs/components/switchbot_cloud/switch.pyi +4 -0
  905. homeassistant-stubs/components/switchbot_cloud/vacuum.pyi +2 -0
  906. homeassistant-stubs/components/switcher_kis/climate.pyi +1 -0
  907. homeassistant-stubs/components/switcher_kis/coordinator.pyi +1 -0
  908. homeassistant-stubs/components/switcher_kis/cover.pyi +1 -0
  909. homeassistant-stubs/components/switcher_kis/light.pyi +1 -0
  910. homeassistant-stubs/components/switcher_kis/switch.pyi +1 -0
  911. homeassistant-stubs/components/synology_dsm/common.pyi +1 -0
  912. homeassistant-stubs/components/synology_dsm/config_flow.pyi +1 -0
  913. homeassistant-stubs/components/synology_dsm/coordinator.pyi +3 -0
  914. homeassistant-stubs/components/system_health/__init__.pyi +6 -0
  915. homeassistant-stubs/components/system_log/__init__.pyi +2 -0
  916. homeassistant-stubs/components/systemmonitor/binary_sensor.pyi +2 -0
  917. homeassistant-stubs/components/systemmonitor/config_flow.pyi +1 -0
  918. homeassistant-stubs/components/systemmonitor/sensor.pyi +3 -0
  919. homeassistant-stubs/components/tag/__init__.pyi +5 -1
  920. homeassistant-stubs/components/tami4/sensor.pyi +1 -0
  921. homeassistant-stubs/components/technove/number.pyi +1 -0
  922. homeassistant-stubs/components/technove/switch.pyi +2 -0
  923. homeassistant-stubs/components/tedee/entity.pyi +1 -0
  924. homeassistant-stubs/components/text/__init__.pyi +5 -1
  925. homeassistant-stubs/components/thethingsnetwork/entity.pyi +1 -0
  926. homeassistant-stubs/components/threshold/binary_sensor.pyi +3 -0
  927. homeassistant-stubs/components/threshold/config_flow.pyi +1 -0
  928. homeassistant-stubs/components/tibber/sensor.pyi +5 -0
  929. homeassistant-stubs/components/tibber/services.pyi +1 -0
  930. homeassistant-stubs/components/tile/device_tracker.pyi +2 -0
  931. homeassistant-stubs/components/time/__init__.pyi +4 -0
  932. homeassistant-stubs/components/time_date/config_flow.pyi +1 -0
  933. homeassistant-stubs/components/time_date/sensor.pyi +2 -0
  934. homeassistant-stubs/components/timer/__init__.pyi +7 -0
  935. homeassistant-stubs/components/tod/binary_sensor.pyi +1 -0
  936. homeassistant-stubs/components/todo/__init__.pyi +9 -1
  937. homeassistant-stubs/components/tplink/__init__.pyi +1 -0
  938. homeassistant-stubs/components/tplink/binary_sensor.pyi +1 -0
  939. homeassistant-stubs/components/tplink/camera.pyi +1 -0
  940. homeassistant-stubs/components/tplink/climate.pyi +5 -0
  941. homeassistant-stubs/components/tplink/config_flow.pyi +3 -0
  942. homeassistant-stubs/components/tplink/entity.pyi +3 -0
  943. homeassistant-stubs/components/tplink/fan.pyi +3 -0
  944. homeassistant-stubs/components/tplink/light.pyi +7 -0
  945. homeassistant-stubs/components/tplink/number.pyi +2 -0
  946. homeassistant-stubs/components/tplink/select.pyi +2 -0
  947. homeassistant-stubs/components/tplink/sensor.pyi +1 -0
  948. homeassistant-stubs/components/tplink/siren.pyi +3 -0
  949. homeassistant-stubs/components/tplink/switch.pyi +3 -0
  950. homeassistant-stubs/components/tplink_omada/binary_sensor.pyi +1 -0
  951. homeassistant-stubs/components/tplink_omada/device_tracker.pyi +1 -0
  952. homeassistant-stubs/components/tplink_omada/switch.pyi +1 -0
  953. homeassistant-stubs/components/tplink_omada/update.pyi +2 -0
  954. homeassistant-stubs/components/trace/websocket_api.pyi +21 -0
  955. homeassistant-stubs/components/tractive/binary_sensor.pyi +1 -0
  956. homeassistant-stubs/components/tractive/device_tracker.pyi +2 -0
  957. homeassistant-stubs/components/tractive/entity.pyi +2 -0
  958. homeassistant-stubs/components/tractive/sensor.pyi +1 -0
  959. homeassistant-stubs/components/tractive/switch.pyi +1 -0
  960. homeassistant-stubs/components/tradfri/__init__.pyi +1 -0
  961. homeassistant-stubs/components/tradfri/coordinator.pyi +2 -0
  962. homeassistant-stubs/components/tradfri/entity.pyi +2 -0
  963. homeassistant-stubs/components/tradfri/sensor.pyi +1 -0
  964. homeassistant-stubs/components/trafikverket_camera/binary_sensor.pyi +1 -0
  965. homeassistant-stubs/components/trafikverket_camera/entity.pyi +2 -0
  966. homeassistant-stubs/components/trafikverket_camera/sensor.pyi +1 -0
  967. homeassistant-stubs/components/trafikverket_ferry/sensor.pyi +1 -0
  968. homeassistant-stubs/components/trafikverket_train/config_flow.pyi +1 -0
  969. homeassistant-stubs/components/trafikverket_train/sensor.pyi +2 -0
  970. homeassistant-stubs/components/transmission/config_flow.pyi +1 -0
  971. homeassistant-stubs/components/tts/__init__.pyi +10 -2
  972. homeassistant-stubs/components/tts/legacy.pyi +1 -0
  973. homeassistant-stubs/components/tts/media_source.pyi +3 -0
  974. homeassistant-stubs/components/twentemilieu/calendar.pyi +1 -0
  975. homeassistant-stubs/components/unifi/__init__.pyi +3 -0
  976. homeassistant-stubs/components/unifi/button.pyi +2 -0
  977. homeassistant-stubs/components/unifi/config_flow.pyi +1 -0
  978. homeassistant-stubs/components/unifi/device_tracker.pyi +8 -0
  979. homeassistant-stubs/components/unifi/diagnostics.pyi +2 -0
  980. homeassistant-stubs/components/unifi/entity.pyi +10 -0
  981. homeassistant-stubs/components/unifi/hub/entity_helper.pyi +12 -0
  982. homeassistant-stubs/components/unifi/hub/entity_loader.pyi +5 -0
  983. homeassistant-stubs/components/unifi/hub/hub.pyi +5 -0
  984. homeassistant-stubs/components/unifi/hub/websocket.pyi +5 -0
  985. homeassistant-stubs/components/unifi/image.pyi +2 -0
  986. homeassistant-stubs/components/unifi/sensor.pyi +22 -0
  987. homeassistant-stubs/components/unifi/services.pyi +1 -0
  988. homeassistant-stubs/components/unifi/switch.pyi +9 -0
  989. homeassistant-stubs/components/unifi/update.pyi +2 -0
  990. homeassistant-stubs/components/unifiprotect/binary_sensor.pyi +6 -0
  991. homeassistant-stubs/components/unifiprotect/button.pyi +2 -0
  992. homeassistant-stubs/components/unifiprotect/camera.pyi +4 -0
  993. homeassistant-stubs/components/unifiprotect/config_flow.pyi +2 -0
  994. homeassistant-stubs/components/unifiprotect/data.pyi +19 -0
  995. homeassistant-stubs/components/unifiprotect/discovery.pyi +2 -0
  996. homeassistant-stubs/components/unifiprotect/entity.pyi +12 -0
  997. homeassistant-stubs/components/unifiprotect/event.pyi +4 -0
  998. homeassistant-stubs/components/unifiprotect/light.pyi +1 -0
  999. homeassistant-stubs/components/unifiprotect/lock.pyi +1 -0
  1000. homeassistant-stubs/components/unifiprotect/media_player.pyi +1 -0
  1001. homeassistant-stubs/components/unifiprotect/media_source.pyi +6 -0
  1002. homeassistant-stubs/components/unifiprotect/migrate.pyi +3 -0
  1003. homeassistant-stubs/components/unifiprotect/number.pyi +1 -0
  1004. homeassistant-stubs/components/unifiprotect/repairs.pyi +3 -0
  1005. homeassistant-stubs/components/unifiprotect/select.pyi +2 -0
  1006. homeassistant-stubs/components/unifiprotect/sensor.pyi +4 -0
  1007. homeassistant-stubs/components/unifiprotect/services.pyi +4 -0
  1008. homeassistant-stubs/components/unifiprotect/switch.pyi +2 -0
  1009. homeassistant-stubs/components/unifiprotect/text.pyi +1 -0
  1010. homeassistant-stubs/components/unifiprotect/utils.pyi +7 -0
  1011. homeassistant-stubs/components/unifiprotect/views.pyi +9 -0
  1012. homeassistant-stubs/components/upcloud/config_flow.pyi +2 -0
  1013. homeassistant-stubs/components/update/__init__.pyi +7 -1
  1014. homeassistant-stubs/components/update/significant_change.pyi +1 -0
  1015. homeassistant-stubs/components/usb/__init__.pyi +7 -1
  1016. homeassistant-stubs/components/vacuum/__init__.pyi +5 -1
  1017. homeassistant-stubs/components/vacuum/device_condition.pyi +1 -0
  1018. homeassistant-stubs/components/vacuum/significant_change.pyi +1 -0
  1019. homeassistant-stubs/components/valve/__init__.pyi +5 -1
  1020. homeassistant-stubs/components/velbus/button.pyi +1 -0
  1021. homeassistant-stubs/components/velbus/climate.pyi +3 -0
  1022. homeassistant-stubs/components/velbus/cover.pyi +4 -0
  1023. homeassistant-stubs/components/velbus/light.pyi +4 -0
  1024. homeassistant-stubs/components/velbus/select.pyi +1 -0
  1025. homeassistant-stubs/components/velbus/switch.pyi +2 -0
  1026. homeassistant-stubs/components/vlc_telnet/media_player.pyi +12 -0
  1027. homeassistant-stubs/components/wake_word/__init__.pyi +6 -1
  1028. homeassistant-stubs/components/wallbox/coordinator.pyi +6 -0
  1029. homeassistant-stubs/components/water_heater/__init__.pyi +4 -1
  1030. homeassistant-stubs/components/water_heater/significant_change.pyi +1 -0
  1031. homeassistant-stubs/components/watttime/config_flow.pyi +2 -0
  1032. homeassistant-stubs/components/weather/__init__.pyi +36 -1
  1033. homeassistant-stubs/components/weather/significant_change.pyi +1 -0
  1034. homeassistant-stubs/components/weather/websocket_api.pyi +3 -0
  1035. homeassistant-stubs/components/webhook/__init__.pyi +11 -0
  1036. homeassistant-stubs/components/webostv/config_flow.pyi +2 -0
  1037. homeassistant-stubs/components/webostv/helpers.pyi +3 -0
  1038. homeassistant-stubs/components/webostv/media_player.pyi +16 -0
  1039. homeassistant-stubs/components/websocket_api/__init__.pyi +2 -0
  1040. homeassistant-stubs/components/websocket_api/commands.pyi +33 -0
  1041. homeassistant-stubs/components/websocket_api/connection.pyi +9 -0
  1042. homeassistant-stubs/components/websocket_api/http.pyi +7 -0
  1043. homeassistant-stubs/components/websocket_api/sensor.pyi +1 -0
  1044. homeassistant-stubs/components/wemo/__init__.pyi +2 -0
  1045. homeassistant-stubs/components/wemo/config_flow.pyi +1 -0
  1046. homeassistant-stubs/components/wemo/coordinator.pyi +4 -0
  1047. homeassistant-stubs/components/wemo/entity.pyi +2 -0
  1048. homeassistant-stubs/components/wemo/fan.pyi +1 -0
  1049. homeassistant-stubs/components/wemo/light.pyi +1 -0
  1050. homeassistant-stubs/components/wemo/models.pyi +1 -0
  1051. homeassistant-stubs/components/wiz/binary_sensor.pyi +1 -0
  1052. homeassistant-stubs/components/wiz/discovery.pyi +1 -0
  1053. homeassistant-stubs/components/wiz/entity.pyi +3 -0
  1054. homeassistant-stubs/components/wiz/light.pyi +1 -0
  1055. homeassistant-stubs/components/wiz/number.pyi +1 -0
  1056. homeassistant-stubs/components/wiz/sensor.pyi +2 -0
  1057. homeassistant-stubs/components/wled/button.pyi +1 -0
  1058. homeassistant-stubs/components/wled/config_flow.pyi +1 -0
  1059. homeassistant-stubs/components/wled/coordinator.pyi +1 -0
  1060. homeassistant-stubs/components/wled/light.pyi +5 -0
  1061. homeassistant-stubs/components/wled/number.pyi +2 -0
  1062. homeassistant-stubs/components/wled/select.pyi +5 -0
  1063. homeassistant-stubs/components/wled/switch.pyi +9 -0
  1064. homeassistant-stubs/components/wled/update.pyi +1 -0
  1065. homeassistant-stubs/components/workday/binary_sensor.pyi +1 -0
  1066. homeassistant-stubs/components/workday/config_flow.pyi +1 -0
  1067. homeassistant-stubs/components/xiaomi_ble/event.pyi +1 -0
  1068. homeassistant-stubs/components/yale_smart_alarm/config_flow.pyi +1 -0
  1069. homeassistant-stubs/components/yale_smart_alarm/select.pyi +1 -0
  1070. homeassistant-stubs/components/yale_smart_alarm/switch.pyi +1 -0
  1071. homeassistant-stubs/components/yalexs_ble/binary_sensor.pyi +1 -0
  1072. homeassistant-stubs/components/yalexs_ble/config_flow.pyi +1 -0
  1073. homeassistant-stubs/components/yalexs_ble/entity.pyi +3 -0
  1074. homeassistant-stubs/components/yalexs_ble/lock.pyi +1 -0
  1075. homeassistant-stubs/components/yalexs_ble/sensor.pyi +1 -0
  1076. homeassistant-stubs/components/yalexs_ble/util.pyi +1 -0
  1077. homeassistant-stubs/components/youtube/config_flow.pyi +1 -0
  1078. homeassistant-stubs/components/zeroconf/__init__.pyi +7 -0
  1079. homeassistant-stubs/components/zone/__init__.pyi +7 -0
  1080. homeassistant-stubs/components/zwave_js/__init__.pyi +8 -0
  1081. homeassistant-stubs/components/zwave_js/addon.pyi +1 -0
  1082. homeassistant-stubs/components/zwave_js/api.pyi +183 -0
  1083. homeassistant-stubs/components/zwave_js/binary_sensor.pyi +1 -0
  1084. homeassistant-stubs/components/zwave_js/config_flow.pyi +3 -0
  1085. homeassistant-stubs/components/zwave_js/device_automation_helpers.pyi +1 -0
  1086. homeassistant-stubs/components/zwave_js/device_condition.pyi +1 -0
  1087. homeassistant-stubs/components/zwave_js/discovery.pyi +4 -0
  1088. homeassistant-stubs/components/zwave_js/entity.pyi +5 -0
  1089. homeassistant-stubs/components/zwave_js/event.pyi +1 -0
  1090. homeassistant-stubs/components/zwave_js/helpers.pyi +5 -0
  1091. homeassistant-stubs/components/zwave_js/light.pyi +4 -0
  1092. homeassistant-stubs/components/zwave_js/logbook.pyi +1 -0
  1093. homeassistant-stubs/components/zwave_js/migrate.pyi +5 -0
  1094. homeassistant-stubs/components/zwave_js/sensor.pyi +4 -0
  1095. homeassistant-stubs/components/zwave_js/services.pyi +1 -0
  1096. homeassistant-stubs/components/zwave_js/switch.pyi +2 -0
  1097. homeassistant-stubs/components/zwave_js/triggers/trigger_helpers.pyi +1 -0
  1098. homeassistant-stubs/components/zwave_js/update.pyi +4 -0
  1099. homeassistant-stubs/config.pyi +8 -0
  1100. homeassistant-stubs/config_entries.pyi +53 -0
  1101. homeassistant-stubs/core.pyi +47 -0
  1102. homeassistant-stubs/data_entry_flow.pyi +22 -0
  1103. homeassistant-stubs/helpers/aiohttp_client.pyi +11 -0
  1104. homeassistant-stubs/helpers/area_registry.pyi +13 -0
  1105. homeassistant-stubs/helpers/category_registry.pyi +8 -0
  1106. homeassistant-stubs/helpers/collection.pyi +14 -0
  1107. homeassistant-stubs/helpers/condition.pyi +4 -0
  1108. homeassistant-stubs/helpers/config_entry_oauth2_flow.pyi +4 -0
  1109. homeassistant-stubs/helpers/config_validation.pyi +3 -0
  1110. homeassistant-stubs/helpers/debounce.pyi +5 -0
  1111. homeassistant-stubs/helpers/device.pyi +5 -0
  1112. homeassistant-stubs/helpers/device_registry.pyi +19 -0
  1113. homeassistant-stubs/helpers/discovery.pyi +7 -0
  1114. homeassistant-stubs/helpers/discovery_flow.pyi +5 -0
  1115. homeassistant-stubs/helpers/dispatcher.pyi +15 -0
  1116. homeassistant-stubs/helpers/entity.pyi +27 -1
  1117. homeassistant-stubs/helpers/entity_component.pyi +5 -0
  1118. homeassistant-stubs/helpers/entity_platform.pyi +11 -0
  1119. homeassistant-stubs/helpers/entity_registry.pyi +33 -0
  1120. homeassistant-stubs/helpers/event.pyi +79 -0
  1121. homeassistant-stubs/helpers/floor_registry.pyi +8 -0
  1122. homeassistant-stubs/helpers/hassio.pyi +2 -0
  1123. homeassistant-stubs/helpers/httpx_client.pyi +4 -0
  1124. homeassistant-stubs/helpers/icon.pyi +3 -0
  1125. homeassistant-stubs/helpers/integration_platform.pyi +3 -0
  1126. homeassistant-stubs/helpers/intent.pyi +22 -0
  1127. homeassistant-stubs/helpers/issue_registry.pyi +10 -0
  1128. homeassistant-stubs/helpers/label_registry.pyi +8 -0
  1129. homeassistant-stubs/helpers/llm.pyi +6 -0
  1130. homeassistant-stubs/helpers/network.pyi +6 -0
  1131. homeassistant-stubs/helpers/ratelimit.pyi +5 -0
  1132. homeassistant-stubs/helpers/recorder.pyi +5 -0
  1133. homeassistant-stubs/helpers/registry.pyi +2 -0
  1134. homeassistant-stubs/helpers/reload.pyi +1 -0
  1135. homeassistant-stubs/helpers/restore_state.pyi +6 -0
  1136. homeassistant-stubs/helpers/schema_config_entry_flow.pyi +8 -0
  1137. homeassistant-stubs/helpers/script.pyi +11 -0
  1138. homeassistant-stubs/helpers/script_variables.pyi +1 -0
  1139. homeassistant-stubs/helpers/selector.pyi +2 -0
  1140. homeassistant-stubs/helpers/service.pyi +22 -0
  1141. homeassistant-stubs/helpers/signal.pyi +2 -0
  1142. homeassistant-stubs/helpers/significant_change.pyi +1 -0
  1143. homeassistant-stubs/helpers/start.pyi +3 -0
  1144. homeassistant-stubs/helpers/state.pyi +1 -0
  1145. homeassistant-stubs/helpers/storage.pyi +12 -0
  1146. homeassistant-stubs/helpers/sun.pyi +9 -0
  1147. homeassistant-stubs/helpers/system_info.pyi +1 -0
  1148. homeassistant-stubs/helpers/template.pyi +8 -0
  1149. homeassistant-stubs/helpers/trace.pyi +2 -0
  1150. homeassistant-stubs/helpers/translation.pyi +8 -0
  1151. homeassistant-stubs/helpers/trigger.pyi +4 -0
  1152. homeassistant-stubs/helpers/trigger_template_entity.pyi +1 -0
  1153. homeassistant-stubs/helpers/update_coordinator.pyi +11 -0
  1154. homeassistant-stubs/loader.pyi +5 -0
  1155. homeassistant-stubs/requirements.pyi +2 -0
  1156. homeassistant-stubs/runner.pyi +1 -0
  1157. homeassistant-stubs/scripts/benchmark/__init__.pyi +8 -0
  1158. homeassistant-stubs/setup.pyi +11 -0
  1159. homeassistant-stubs/util/enum.pyi +1 -0
  1160. homeassistant-stubs/util/location.pyi +2 -0
  1161. homeassistant-stubs/util/logging.pyi +2 -0
  1162. homeassistant-stubs/util/loop.pyi +2 -0
  1163. homeassistant-stubs/util/package.pyi +2 -0
  1164. homeassistant-stubs/util/ssl.pyi +3 -0
  1165. homeassistant-stubs/util/system_info.pyi +3 -0
  1166. homeassistant-stubs/util/unit_conversion.pyi +8 -0
  1167. homeassistant-stubs/util/yaml/loader.pyi +5 -0
  1168. {homeassistant_stubs-2025.1.2.dist-info → homeassistant_stubs-2025.1.4.dist-info}/METADATA +2 -2
  1169. {homeassistant_stubs-2025.1.2.dist-info → homeassistant_stubs-2025.1.4.dist-info}/RECORD +1171 -1171
  1170. {homeassistant_stubs-2025.1.2.dist-info → homeassistant_stubs-2025.1.4.dist-info}/WHEEL +0 -0
  1171. {homeassistant_stubs-2025.1.2.dist-info → homeassistant_stubs-2025.1.4.dist-info}/licenses/LICENSE +0 -0
@@ -49,6 +49,7 @@ class BaseFirmwareInstallFlow(ConfigEntryBaseFlow, ABC, metaclass=abc.ABCMeta):
49
49
 
50
50
  class BaseFirmwareConfigFlow(BaseFirmwareInstallFlow, ConfigFlow, metaclass=abc.ABCMeta):
51
51
  @staticmethod
52
+ @callback
52
53
  @abstractmethod
53
54
  def async_get_options_flow(config_entry: ConfigEntry) -> OptionsFlow: ...
54
55
  async def async_step_confirm(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
@@ -49,10 +49,14 @@ class MultiprotocolAddonManager(WaitingAddonManager):
49
49
  async def _register_multipan_platform(self, hass: HomeAssistant, integration_domain: str, platform: MultipanProtocol) -> None: ...
50
50
  async def async_change_channel(self, channel: int, delay: float) -> list[asyncio.Task]: ...
51
51
  async def async_active_platforms(self) -> list[str]: ...
52
+ @callback
52
53
  def async_get_channel(self) -> int | None: ...
54
+ @callback
53
55
  def async_set_channel(self, channel: int) -> None: ...
54
56
  async def async_load(self) -> None: ...
57
+ @callback
55
58
  def async_schedule_save(self) -> None: ...
59
+ @callback
56
60
  def _data_to_save(self) -> dict[str, list[dict[str, str | None]]]: ...
57
61
 
58
62
  class MultipanProtocol(Protocol):
@@ -60,6 +64,7 @@ class MultipanProtocol(Protocol):
60
64
  async def async_get_channel(self, hass: HomeAssistant) -> int | None: ...
61
65
  async def async_using_multipan(self, hass: HomeAssistant) -> bool: ...
62
66
 
67
+ @callback
63
68
  def get_flasher_addon_manager(hass: HomeAssistant) -> WaitingAddonManager: ...
64
69
 
65
70
  @dataclasses.dataclass
@@ -12,7 +12,9 @@ from universal_silabs_flasher.const import ApplicationType
12
12
  _LOGGER: Incomplete
13
13
 
14
14
  def get_zha_device_path(config_entry: ConfigEntry) -> str | None: ...
15
+ @callback
15
16
  def get_otbr_addon_manager(hass: HomeAssistant) -> WaitingAddonManager: ...
17
+ @callback
16
18
  def get_zigbee_flasher_addon_manager(hass: HomeAssistant) -> WaitingAddonManager: ...
17
19
 
18
20
  @dataclass(slots=True, kw_only=True)
@@ -23,6 +23,7 @@ class HomeAssistantSkyConnectConfigFlow(SkyConnectTranslationMixin, firmware_con
23
23
  _hw_variant: HardwareVariant | None
24
24
  def __init__(self, *args: Any, **kwargs: Any) -> None: ...
25
25
  @staticmethod
26
+ @callback
26
27
  def async_get_options_flow(config_entry: ConfigEntry) -> OptionsFlow: ...
27
28
  _device: Incomplete
28
29
  _hardware_name: Incomplete
@@ -5,4 +5,5 @@ from homeassistant.core import HomeAssistant as HomeAssistant, callback as callb
5
5
 
6
6
  DOCUMENTATION_URL: str
7
7
 
8
+ @callback
8
9
  def async_info(hass: HomeAssistant) -> list[HardwareInfo]: ...
@@ -9,7 +9,7 @@ from homeassistant.components.homeassistant_hardware.silabs_multiprotocol_addon
9
9
  from homeassistant.config_entries import ConfigEntry as ConfigEntry, ConfigFlowResult as ConfigFlowResult, OptionsFlow as OptionsFlow, SOURCE_HARDWARE as SOURCE_HARDWARE
10
10
  from homeassistant.core import HomeAssistant as HomeAssistant, async_get_hass as async_get_hass, callback as callback
11
11
  from homeassistant.helpers import discovery_flow as discovery_flow, selector as selector
12
- from typing import Any
12
+ from typing import Any, final
13
13
 
14
14
  _LOGGER: Incomplete
15
15
  STEP_HW_SETTINGS_SCHEMA: Incomplete
@@ -20,6 +20,7 @@ class HomeAssistantYellowConfigFlow(BaseFirmwareConfigFlow, domain=DOMAIN):
20
20
  _device: Incomplete
21
21
  def __init__(self, *args: Any, **kwargs: Any) -> None: ...
22
22
  @staticmethod
23
+ @callback
23
24
  def async_get_options_flow(config_entry: ConfigEntry) -> OptionsFlow: ...
24
25
  async def async_step_system(self, data: dict[str, Any] | None = None) -> ConfigFlowResult: ...
25
26
  def _async_flow_finished(self) -> ConfigFlowResult: ...
@@ -30,7 +31,9 @@ class BaseHomeAssistantYellowOptionsFlow(OptionsFlow, ABC, metaclass=abc.ABCMeta
30
31
  def __init__(self, hass: HomeAssistant, *args: Any, **kwargs: Any) -> None: ...
31
32
  @abstractmethod
32
33
  async def async_step_main_menu(self, _: None = None) -> ConfigFlowResult: ...
34
+ @final
33
35
  async def async_step_init(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
36
+ @final
34
37
  async def async_step_on_supervisor(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
35
38
  async def async_step_hardware_settings(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
36
39
  async def async_step_reboot_menu(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
@@ -9,4 +9,5 @@ DOCUMENTATION_URL: str
9
9
  MANUFACTURER: str
10
10
  MODEL: str
11
11
 
12
+ @callback
12
13
  def async_info(hass: HomeAssistant) -> list[HardwareInfo]: ...
@@ -61,12 +61,15 @@ UNPAIR_SERVICE_SCHEMA: Incomplete
61
61
  def _async_all_homekit_instances(hass: HomeAssistant) -> list[HomeKit]: ...
62
62
  def _async_get_imported_entries_indices(current_entries: list[ConfigEntry]) -> tuple[dict[str, ConfigEntry], dict[int, ConfigEntry]]: ...
63
63
  async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool: ...
64
+ @callback
64
65
  def _async_update_config_entry_from_yaml(hass: HomeAssistant, entries_by_name: dict[str, ConfigEntry], entries_by_port: dict[int, ConfigEntry], conf: ConfigType) -> bool: ...
65
66
  async def async_setup_entry(hass: HomeAssistant, entry: HomeKitConfigEntry) -> bool: ...
66
67
  async def _async_update_listener(hass: HomeAssistant, entry: HomeKitConfigEntry) -> None: ...
67
68
  async def async_unload_entry(hass: HomeAssistant, entry: HomeKitConfigEntry) -> bool: ...
68
69
  async def async_remove_entry(hass: HomeAssistant, entry: HomeKitConfigEntry) -> None: ...
70
+ @callback
69
71
  def _async_import_options_from_data_if_missing(hass: HomeAssistant, entry: HomeKitConfigEntry) -> None: ...
72
+ @callback
70
73
  def _async_register_events_and_services(hass: HomeAssistant) -> None: ...
71
74
 
72
75
  class HomeKit:
@@ -93,28 +96,37 @@ class HomeKit:
93
96
  def setup(self, async_zeroconf_instance: AsyncZeroconf, uuid: str) -> bool: ...
94
97
  async def async_reset_accessories(self, entity_ids: Iterable[str]) -> None: ...
95
98
  async def async_reload_accessories(self, entity_ids: Iterable[str]) -> None: ...
99
+ @callback
96
100
  def _async_shutdown_accessory(self, accessory: HomeAccessory) -> None: ...
97
101
  async def _async_reload_accessories_in_accessory_mode(self, entity_ids: Iterable[str]) -> None: ...
98
102
  def _async_remove_accessories_by_entity_id(self, entity_ids: Iterable[str]) -> list[str]: ...
99
103
  async def _async_reset_accessories_in_bridge_mode(self, entity_ids: Iterable[str]) -> None: ...
100
104
  async def _async_reload_accessories_in_bridge_mode(self, entity_ids: Iterable[str]) -> None: ...
101
105
  async def _async_recreate_removed_accessories_in_bridge_mode(self, removed: list[str]) -> None: ...
106
+ @callback
102
107
  def _async_update_accessories_hash(self) -> bool: ...
103
108
  def add_bridge_accessory(self, state: State) -> HomeAccessory | None: ...
104
109
  def _would_exceed_max_devices(self, name: str | None) -> bool: ...
105
110
  async def add_bridge_triggers_accessory(self, device: dr.DeviceEntry, device_triggers: list[dict[str, Any]]) -> None: ...
111
+ @callback
106
112
  def async_remove_bridge_accessory(self, aid: int) -> HomeAccessory | None: ...
107
113
  async def async_configure_accessories(self) -> list[State]: ...
108
114
  async def async_start(self, *args: Any) -> None: ...
115
+ @callback
109
116
  def _async_show_setup_message(self) -> None: ...
117
+ @callback
110
118
  def async_unpair(self) -> None: ...
119
+ @callback
111
120
  def _async_register_bridge(self) -> None: ...
121
+ @callback
112
122
  def _async_purge_old_bridges(self, dev_reg: dr.DeviceRegistry, identifier: tuple[str, str, str], connection: tuple[str, str]) -> None: ...
123
+ @callback
113
124
  def _async_create_single_accessory(self, entity_states: list[State]) -> HomeAccessory | None: ...
114
125
  async def _async_create_bridge_accessory(self, entity_states: Iterable[State]) -> HomeAccessory: ...
115
126
  async def _async_add_trigger_accessories(self) -> None: ...
116
127
  async def _async_create_accessories(self) -> bool: ...
117
128
  async def async_stop(self, *args: Any) -> None: ...
129
+ @callback
118
130
  def _async_configure_linked_sensors(self, ent_reg_ent: er.RegistryEntry, lookup: dict[tuple[str, str | None], str], state: State) -> None: ...
119
131
  async def _async_set_device_info_attributes(self, ent_reg_ent: er.RegistryEntry, dev_reg: dr.DeviceRegistry, entity_id: str) -> None: ...
120
132
  def _fill_config_from_device_registry_entry(self, device_entry: dr.DeviceEntry, config: dict[str, Any]) -> None: ...
@@ -8,7 +8,7 @@ from homeassistant.components.remote import RemoteEntityFeature as RemoteEntityF
8
8
  from homeassistant.components.sensor import SensorDeviceClass as SensorDeviceClass
9
9
  from homeassistant.components.switch import SwitchDeviceClass as SwitchDeviceClass
10
10
  from homeassistant.const import ATTR_BATTERY_CHARGING as ATTR_BATTERY_CHARGING, ATTR_BATTERY_LEVEL as ATTR_BATTERY_LEVEL, ATTR_DEVICE_CLASS as ATTR_DEVICE_CLASS, ATTR_ENTITY_ID as ATTR_ENTITY_ID, ATTR_HW_VERSION as ATTR_HW_VERSION, ATTR_MANUFACTURER as ATTR_MANUFACTURER, ATTR_MODEL as ATTR_MODEL, ATTR_SERVICE as ATTR_SERVICE, ATTR_SUPPORTED_FEATURES as ATTR_SUPPORTED_FEATURES, ATTR_SW_VERSION as ATTR_SW_VERSION, ATTR_UNIT_OF_MEASUREMENT as ATTR_UNIT_OF_MEASUREMENT, CONF_NAME as CONF_NAME, CONF_TYPE as CONF_TYPE, LIGHT_LUX as LIGHT_LUX, PERCENTAGE as PERCENTAGE, STATE_ON as STATE_ON, STATE_UNAVAILABLE as STATE_UNAVAILABLE, STATE_UNKNOWN as STATE_UNKNOWN, UnitOfTemperature as UnitOfTemperature, __version__ as __version__
11
- from homeassistant.core import CALLBACK_TYPE as CALLBACK_TYPE, Context as Context, Event as Event, EventStateChangedData as EventStateChangedData, HassJobType as HassJobType, HomeAssistant as HomeAssistant, State as State, split_entity_id as split_entity_id
11
+ from homeassistant.core import CALLBACK_TYPE as CALLBACK_TYPE, Context as Context, Event as Event, EventStateChangedData as EventStateChangedData, HassJobType as HassJobType, HomeAssistant as HomeAssistant, State as State, callback as ha_callback, split_entity_id as split_entity_id
12
12
  from homeassistant.helpers.dispatcher import async_dispatcher_send as async_dispatcher_send
13
13
  from homeassistant.helpers.event import async_track_state_change_event as async_track_state_change_event
14
14
  from homeassistant.util.decorator import Registry as Registry
@@ -17,6 +17,7 @@ from pyhap.accessory_driver import AccessoryDriver
17
17
  from pyhap.characteristic import Characteristic
18
18
  from pyhap.iid_manager import IIDManager
19
19
  from pyhap.service import Service as Service
20
+ from pyhap.util import callback as pyhap_callback
20
21
  from typing import Any
21
22
  from uuid import UUID
22
23
 
@@ -47,15 +48,26 @@ class HomeAccessory(Accessory):
47
48
  def _update_available_from_state(self, new_state: State | None) -> None: ...
48
49
  @property
49
50
  def available(self) -> bool: ...
51
+ @ha_callback
52
+ @pyhap_callback
50
53
  def run(self) -> None: ...
54
+ @ha_callback
51
55
  def async_update_event_state_callback(self, event: Event[EventStateChangedData]) -> None: ...
56
+ @ha_callback
52
57
  def async_update_state_callback(self, new_state: State | None) -> None: ...
58
+ @ha_callback
53
59
  def async_update_linked_battery_callback(self, event: Event[EventStateChangedData]) -> None: ...
60
+ @ha_callback
54
61
  def async_update_linked_battery_charging_callback(self, event: Event[EventStateChangedData]) -> None: ...
62
+ @ha_callback
55
63
  def async_update_battery(self, battery_level: Any, battery_charging: Any) -> None: ...
64
+ @ha_callback
56
65
  def async_update_state(self, new_state: State) -> None: ...
66
+ @ha_callback
57
67
  def async_call_service(self, domain: str, service: str, service_data: dict[str, Any] | None, value: Any | None = None) -> None: ...
68
+ @ha_callback
58
69
  def async_reload(self) -> None: ...
70
+ @ha_callback
59
71
  def async_stop(self) -> None: ...
60
72
  async def stop(self) -> None: ...
61
73
 
@@ -72,7 +84,9 @@ class HomeDriver(AccessoryDriver):
72
84
  _entry_title: Incomplete
73
85
  iid_storage: Incomplete
74
86
  def __init__(self, hass: HomeAssistant, entry_id: str, bridge_name: str, entry_title: str, iid_storage: AccessoryIIDStorage, **kwargs: Any) -> None: ...
87
+ @pyhap_callback
75
88
  def pair(self, client_username_bytes: bytes, client_public: str, client_permissions: int) -> bool: ...
89
+ @pyhap_callback
76
90
  def unpair(self, client_uuid: UUID) -> None: ...
77
91
 
78
92
  class HomeIIDManager(IIDManager):
@@ -29,6 +29,8 @@ class AccessoryAidStorage:
29
29
  def _migrate_unique_id_aid_assignment_if_needed(self, sys_unique_id: str, entry: er.RegistryEntry) -> None: ...
30
30
  def get_or_allocate_aid(self, unique_id: str | None, entity_id: str) -> int: ...
31
31
  def delete_aid(self, storage_key: str) -> None: ...
32
+ @callback
32
33
  def async_schedule_save(self) -> None: ...
33
34
  async def async_save(self) -> None: ...
35
+ @callback
34
36
  def _data_to_save(self) -> dict[str, dict[str, int]]: ...
@@ -34,6 +34,7 @@ class EntityFilterDict(TypedDict, total=False):
34
34
 
35
35
  def _make_entity_filter(include_domains: list[str] | None = None, include_entities: list[str] | None = None, exclude_domains: list[str] | None = None, exclude_entities: list[str] | None = None) -> EntityFilterDict: ...
36
36
  async def _async_domain_names(hass: HomeAssistant, domains: list[str]) -> str: ...
37
+ @callback
37
38
  def _async_build_entities_filter(domains: list[str], entities: list[str]) -> EntityFilterDict: ...
38
39
  def _async_cameras_from_entities(entities: list[str]) -> list[str]: ...
39
40
  async def _async_name_to_type_map(hass: HomeAssistant) -> dict[str, str]: ...
@@ -47,10 +48,14 @@ class HomeKitConfigFlow(ConfigFlow, domain=DOMAIN):
47
48
  async def _async_add_entries_for_accessory_mode_entities(self, last_assigned_port: int) -> None: ...
48
49
  async def async_step_accessory(self, accessory_input: dict[str, Any]) -> ConfigFlowResult: ...
49
50
  async def async_step_import(self, import_data: dict[str, Any]) -> ConfigFlowResult: ...
51
+ @callback
50
52
  def _async_current_names(self) -> set[str]: ...
53
+ @callback
51
54
  def _async_available_name(self, requested_name: str) -> str: ...
55
+ @callback
52
56
  def _async_is_unique_name_port(self, user_input: dict[str, Any]) -> bool: ...
53
57
  @staticmethod
58
+ @callback
54
59
  def async_get_options_flow(config_entry: ConfigEntry) -> OptionsFlowHandler: ...
55
60
 
56
61
  class OptionsFlowHandler(OptionsFlow):
@@ -69,5 +74,7 @@ async def _async_get_supported_devices(hass: HomeAssistant) -> dict[str, str]: .
69
74
  def _exclude_by_entity_registry(ent_reg: er.EntityRegistry, entity_id: str, include_entity_category: bool, include_hidden: bool) -> bool: ...
70
75
  def _async_get_matching_entities(hass: HomeAssistant, domains: list[str] | None = None, include_entity_category: bool = False, include_hidden: bool = False) -> list[str]: ...
71
76
  def _domains_set_from_entities(entity_ids: Iterable[str]) -> set[str]: ...
77
+ @callback
72
78
  def _async_get_entity_ids_for_accessory_mode(hass: HomeAssistant, include_domains: Iterable[str]) -> list[str]: ...
79
+ @callback
73
80
  def _async_entity_ids_with_accessory_mode(hass: HomeAssistant) -> set[str]: ...
@@ -3,8 +3,9 @@ from .const import CHAR_MUTE as CHAR_MUTE, CHAR_PROGRAMMABLE_SWITCH_EVENT as CHA
3
3
  from .util import state_changed_event_is_same_state as state_changed_event_is_same_state
4
4
  from _typeshed import Incomplete
5
5
  from homeassistant.const import STATE_ON as STATE_ON, STATE_UNAVAILABLE as STATE_UNAVAILABLE, STATE_UNKNOWN as STATE_UNKNOWN
6
- from homeassistant.core import Event as Event, EventStateChangedData as EventStateChangedData, HassJobType as HassJobType, State as State
6
+ from homeassistant.core import Event as Event, EventStateChangedData as EventStateChangedData, HassJobType as HassJobType, State as State, callback as ha_callback
7
7
  from homeassistant.helpers.event import async_track_state_change_event as async_track_state_change_event
8
+ from pyhap.util import callback as pyhap_callback
8
9
  from typing import Any
9
10
 
10
11
  _LOGGER: Incomplete
@@ -18,6 +19,10 @@ class HomeDoorbellAccessory(HomeAccessory):
18
19
  linked_doorbell_sensor: Incomplete
19
20
  doorbell_is_event: bool
20
21
  def __init__(self, *args: Any, **kwargs: Any) -> None: ...
22
+ @ha_callback
23
+ @pyhap_callback
21
24
  def run(self) -> None: ...
25
+ @ha_callback
22
26
  def async_update_doorbell_state_event(self, event: Event[EventStateChangedData]) -> None: ...
27
+ @ha_callback
23
28
  def async_update_doorbell_state(self, old_state: State | None, new_state: State) -> None: ...
@@ -23,6 +23,8 @@ class AccessoryIIDStorage:
23
23
  def __init__(self, hass: HomeAssistant, entry_id: str) -> None: ...
24
24
  async def async_initialize(self) -> None: ...
25
25
  def get_or_allocate_iid(self, aid: int, service_uuid: UUID, service_unique_id: str | None, char_uuid: UUID | None, char_unique_id: str | None) -> int: ...
26
+ @callback
26
27
  def _async_schedule_save(self) -> None: ...
27
28
  async def async_save(self) -> None: ...
29
+ @callback
28
30
  def _data_to_save(self) -> dict[str, dict[str, dict[str, int]]]: ...
@@ -5,4 +5,5 @@ from homeassistant.const import ATTR_ENTITY_ID as ATTR_ENTITY_ID, ATTR_SERVICE a
5
5
  from homeassistant.core import Event as Event, HomeAssistant as HomeAssistant, callback as callback
6
6
  from typing import Any
7
7
 
8
+ @callback
8
9
  def async_describe_events(hass: HomeAssistant, async_describe_event: Callable[[str, str, Callable[[Event], dict[str, Any]]], None]) -> None: ...
@@ -11,6 +11,7 @@ from homeassistant.core import Event as Event, EventStateChangedData as EventSta
11
11
  from homeassistant.helpers.event import async_track_state_change_event as async_track_state_change_event, async_track_time_interval as async_track_time_interval
12
12
  from homeassistant.util.async_ import create_eager_task as create_eager_task
13
13
  from pyhap.camera import Camera as PyhapCamera
14
+ from pyhap.util import callback as pyhap_callback
14
15
  from typing import Any
15
16
 
16
17
  _LOGGER: Incomplete
@@ -31,15 +32,22 @@ class Camera(HomeDoorbellAccessory, PyhapCamera):
31
32
  linked_motion_sensor: str | None
32
33
  motion_is_event: bool
33
34
  def __init__(self, hass: HomeAssistant, driver: HomeDriver, name: str, entity_id: str, aid: int, config: dict[str, Any]) -> None: ...
35
+ @pyhap_callback
36
+ @callback
34
37
  def run(self) -> None: ...
38
+ @callback
35
39
  def _async_update_motion_state_event(self, event: Event[EventStateChangedData]) -> None: ...
40
+ @callback
36
41
  def _async_update_motion_state(self, old_state: State | None, new_state: State) -> None: ...
42
+ @callback
37
43
  def async_update_state(self, new_state: State | None) -> None: ...
38
44
  async def _async_get_stream_source(self) -> str | None: ...
39
45
  async def start_stream(self, session_info: dict[str, Any], stream_config: dict[str, Any]) -> bool: ...
40
46
  async def _async_log_stderr_stream(self, stderr_reader: asyncio.StreamReader) -> None: ...
41
47
  async def _async_ffmpeg_watch(self, session_id: str) -> bool: ...
48
+ @callback
42
49
  def _async_stop_ffmpeg_watch(self, session_id: str) -> None: ...
50
+ @callback
43
51
  def async_stop(self) -> None: ...
44
52
  async def stop_stream(self, session_info: dict[str, Any]) -> None: ...
45
53
  async def reconfigure_stream(self, session_info: dict[str, Any], stream_config: dict[str, Any]) -> bool: ...
@@ -6,6 +6,7 @@ from homeassistant.const import ATTR_ENTITY_ID as ATTR_ENTITY_ID, ATTR_SUPPORTED
6
6
  from homeassistant.core import Event as Event, EventStateChangedData as EventStateChangedData, HassJobType as HassJobType, State as State, callback as callback
7
7
  from homeassistant.helpers.event import async_track_state_change_event as async_track_state_change_event
8
8
  from pyhap.service import Service as Service
9
+ from pyhap.util import callback as pyhap_callback
9
10
  from typing import Any
10
11
 
11
12
  DOOR_CURRENT_HASS_TO_HK: Incomplete
@@ -19,10 +20,15 @@ class GarageDoorOpener(HomeAccessory):
19
20
  char_obstruction_detected: Incomplete
20
21
  linked_obstruction_sensor: Incomplete
21
22
  def __init__(self, *args: Any) -> None: ...
23
+ @callback
24
+ @pyhap_callback
22
25
  def run(self) -> None: ...
26
+ @callback
23
27
  def _async_update_obstruction_event(self, event: Event[EventStateChangedData]) -> None: ...
28
+ @callback
24
29
  def _async_update_obstruction_state(self, new_state: State | None) -> None: ...
25
30
  def set_state(self, value: int) -> None: ...
31
+ @callback
26
32
  def async_update_state(self, new_state: State) -> None: ...
27
33
 
28
34
  class OpeningDeviceBase(HomeAccessory):
@@ -37,6 +43,7 @@ class OpeningDeviceBase(HomeAccessory):
37
43
  def __init__(self, *args: Any, category: int, service: Service) -> None: ...
38
44
  def set_stop(self, value: int) -> None: ...
39
45
  def set_tilt(self, value: float) -> None: ...
46
+ @callback
40
47
  def async_update_state(self, new_state: State) -> None: ...
41
48
 
42
49
  class OpeningDevice(OpeningDeviceBase, HomeAccessory):
@@ -45,6 +52,7 @@ class OpeningDevice(OpeningDeviceBase, HomeAccessory):
45
52
  char_position_state: Incomplete
46
53
  def __init__(self, *args: Any, category: int, service: Service) -> None: ...
47
54
  def move_cover(self, value: int) -> None: ...
55
+ @callback
48
56
  def async_update_state(self, new_state: State) -> None: ...
49
57
 
50
58
  class Door(OpeningDevice):
@@ -62,6 +70,7 @@ class WindowCoveringBasic(OpeningDeviceBase, HomeAccessory):
62
70
  char_position_state: Incomplete
63
71
  def __init__(self, *args: Any) -> None: ...
64
72
  def move_cover(self, value: int) -> None: ...
73
+ @callback
65
74
  def async_update_state(self, new_state: State) -> None: ...
66
75
 
67
76
  def _hass_state_to_position_start(state: str) -> int: ...
@@ -27,4 +27,5 @@ class Fan(HomeAccessory):
27
27
  def set_oscillating(self, value: int) -> None: ...
28
28
  def set_percentage(self, value: float) -> None: ...
29
29
  _state: Incomplete
30
+ @callback
30
31
  def async_update_state(self, new_state: State) -> None: ...
@@ -5,6 +5,7 @@ from homeassistant.components.humidifier import ATTR_CURRENT_HUMIDITY as ATTR_CU
5
5
  from homeassistant.const import ATTR_DEVICE_CLASS as ATTR_DEVICE_CLASS, ATTR_ENTITY_ID as ATTR_ENTITY_ID, PERCENTAGE as PERCENTAGE, SERVICE_TURN_OFF as SERVICE_TURN_OFF, SERVICE_TURN_ON as SERVICE_TURN_ON, STATE_ON as STATE_ON
6
6
  from homeassistant.core import Event as Event, EventStateChangedData as EventStateChangedData, HassJobType as HassJobType, State as State, callback as callback
7
7
  from homeassistant.helpers.event import async_track_state_change_event as async_track_state_change_event
8
+ from pyhap.util import callback as pyhap_callback
8
9
  from typing import Any
9
10
 
10
11
  _LOGGER: Incomplete
@@ -31,10 +32,16 @@ class HumidifierDehumidifier(HomeAccessory):
31
32
  char_active: Incomplete
32
33
  linked_humidity_sensor: Incomplete
33
34
  def __init__(self, *args: Any) -> None: ...
35
+ @callback
36
+ @pyhap_callback
34
37
  def run(self) -> None: ...
38
+ @callback
35
39
  def async_update_current_humidity_event(self, event: Event[EventStateChangedData]) -> None: ...
40
+ @callback
36
41
  def _async_update_current_humidity(self, new_state: State | None) -> None: ...
42
+ @callback
37
43
  def _async_update_current_humidity_value(self, current_humidity: float) -> None: ...
38
44
  def _set_chars(self, char_values: dict[str, Any]) -> None: ...
39
45
  def get_humidity_range(self, state: State) -> tuple[int, int]: ...
46
+ @callback
40
47
  def async_update_state(self, new_state: State) -> None: ...
@@ -1,5 +1,6 @@
1
1
  from .accessories import HomeAccessory as HomeAccessory, TYPES as TYPES
2
2
  from .const import CHAR_BRIGHTNESS as CHAR_BRIGHTNESS, CHAR_COLOR_TEMPERATURE as CHAR_COLOR_TEMPERATURE, CHAR_HUE as CHAR_HUE, CHAR_ON as CHAR_ON, CHAR_SATURATION as CHAR_SATURATION, PROP_MAX_VALUE as PROP_MAX_VALUE, PROP_MIN_VALUE as PROP_MIN_VALUE, SERV_LIGHTBULB as SERV_LIGHTBULB
3
+ from .util import get_min_max as get_min_max
3
4
  from _typeshed import Incomplete
4
5
  from datetime import datetime
5
6
  from homeassistant.components.light import ATTR_BRIGHTNESS as ATTR_BRIGHTNESS, ATTR_BRIGHTNESS_PCT as ATTR_BRIGHTNESS_PCT, ATTR_COLOR_MODE as ATTR_COLOR_MODE, ATTR_COLOR_TEMP_KELVIN as ATTR_COLOR_TEMP_KELVIN, ATTR_HS_COLOR as ATTR_HS_COLOR, ATTR_MAX_COLOR_TEMP_KELVIN as ATTR_MAX_COLOR_TEMP_KELVIN, ATTR_MIN_COLOR_TEMP_KELVIN as ATTR_MIN_COLOR_TEMP_KELVIN, ATTR_RGBWW_COLOR as ATTR_RGBWW_COLOR, ATTR_RGBW_COLOR as ATTR_RGBW_COLOR, ATTR_SUPPORTED_COLOR_MODES as ATTR_SUPPORTED_COLOR_MODES, ATTR_WHITE as ATTR_WHITE, ColorMode as ColorMode, brightness_supported as brightness_supported, color_supported as color_supported, color_temp_supported as color_temp_supported
@@ -29,12 +30,13 @@ class Light(HomeAccessory):
29
30
  brightness_supported: Incomplete
30
31
  char_on: Incomplete
31
32
  char_brightness: Incomplete
32
- min_mireds: Incomplete
33
33
  max_mireds: Incomplete
34
34
  char_color_temp: Incomplete
35
35
  char_hue: Incomplete
36
36
  char_saturation: Incomplete
37
37
  def __init__(self, *args: Any) -> None: ...
38
38
  def _set_chars(self, char_values: dict[str, Any]) -> None: ...
39
+ @callback
39
40
  def _async_send_events(self, _now: datetime) -> None: ...
41
+ @callback
40
42
  def async_update_state(self, new_state: State) -> None: ...
@@ -20,4 +20,5 @@ class Lock(HomeDoorbellAccessory):
20
20
  char_target_state: Incomplete
21
21
  def __init__(self, *args: Any) -> None: ...
22
22
  def set_state(self, value: int) -> None: ...
23
+ @callback
23
24
  def async_update_state(self, new_state: State) -> None: ...
@@ -21,6 +21,7 @@ class MediaPlayer(HomeAccessory):
21
21
  def set_play_pause(self, value: bool) -> None: ...
22
22
  def set_play_stop(self, value: bool) -> None: ...
23
23
  def set_toggle_mute(self, value: bool) -> None: ...
24
+ @callback
24
25
  def async_update_state(self, new_state: State) -> None: ...
25
26
 
26
27
  class TelevisionMediaPlayer(RemoteInputSelectAccessory):
@@ -36,6 +37,7 @@ class TelevisionMediaPlayer(RemoteInputSelectAccessory):
36
37
  def set_volume_step(self, value: bool) -> None: ...
37
38
  def set_input_source(self, value: int) -> None: ...
38
39
  def set_remote_key(self, value: int) -> None: ...
40
+ @callback
39
41
  def async_update_state(self, new_state: State) -> None: ...
40
42
 
41
43
  class ReceiverMediaPlayer(TelevisionMediaPlayer):
@@ -33,6 +33,7 @@ class RemoteInputSelectAccessory(HomeAccessory, ABC, metaclass=abc.ABCMeta):
33
33
  def set_input_source(self, value: int) -> None: ...
34
34
  @abstractmethod
35
35
  def set_remote_key(self, value: int) -> None: ...
36
+ @callback
36
37
  def _async_update_input_state(self, hk_state: int, new_state: State) -> None: ...
37
38
 
38
39
  class ActivityRemote(RemoteInputSelectAccessory):
@@ -40,4 +41,5 @@ class ActivityRemote(RemoteInputSelectAccessory):
40
41
  def set_on_off(self, value: bool) -> None: ...
41
42
  def set_input_source(self, value: int) -> None: ...
42
43
  def set_remote_key(self, value: int) -> None: ...
44
+ @callback
43
45
  def async_update_state(self, new_state: State) -> None: ...
@@ -23,4 +23,5 @@ class SecuritySystem(HomeAccessory):
23
23
  char_target_state: Incomplete
24
24
  def __init__(self, *args: Any) -> None: ...
25
25
  def set_security_state(self, value: int) -> None: ...
26
+ @callback
26
27
  def async_update_state(self, new_state: State) -> None: ...
@@ -21,11 +21,13 @@ BINARY_SENSOR_SERVICE_MAP: dict[str, SI]
21
21
  class TemperatureSensor(HomeAccessory):
22
22
  char_temp: Incomplete
23
23
  def __init__(self, *args: Any) -> None: ...
24
+ @callback
24
25
  def async_update_state(self, new_state: State) -> None: ...
25
26
 
26
27
  class HumiditySensor(HomeAccessory):
27
28
  char_humidity: Incomplete
28
29
  def __init__(self, *args: Any) -> None: ...
30
+ @callback
29
31
  def async_update_state(self, new_state: State) -> None: ...
30
32
 
31
33
  class AirQualitySensor(HomeAccessory):
@@ -33,30 +35,35 @@ class AirQualitySensor(HomeAccessory):
33
35
  char_quality: Incomplete
34
36
  char_density: Incomplete
35
37
  def create_services(self) -> None: ...
38
+ @callback
36
39
  def async_update_state(self, new_state: State) -> None: ...
37
40
 
38
41
  class PM10Sensor(AirQualitySensor):
39
42
  char_quality: Incomplete
40
43
  char_density: Incomplete
41
44
  def create_services(self) -> None: ...
45
+ @callback
42
46
  def async_update_state(self, new_state: State) -> None: ...
43
47
 
44
48
  class PM25Sensor(AirQualitySensor):
45
49
  char_quality: Incomplete
46
50
  char_density: Incomplete
47
51
  def create_services(self) -> None: ...
52
+ @callback
48
53
  def async_update_state(self, new_state: State) -> None: ...
49
54
 
50
55
  class NitrogenDioxideSensor(AirQualitySensor):
51
56
  char_quality: Incomplete
52
57
  char_density: Incomplete
53
58
  def create_services(self) -> None: ...
59
+ @callback
54
60
  def async_update_state(self, new_state: State) -> None: ...
55
61
 
56
62
  class VolatileOrganicCompoundsSensor(AirQualitySensor):
57
63
  char_quality: Incomplete
58
64
  char_density: Incomplete
59
65
  def create_services(self) -> None: ...
66
+ @callback
60
67
  def async_update_state(self, new_state: State) -> None: ...
61
68
 
62
69
  class CarbonMonoxideSensor(HomeAccessory):
@@ -65,6 +72,7 @@ class CarbonMonoxideSensor(HomeAccessory):
65
72
  char_peak: Incomplete
66
73
  char_detected: Incomplete
67
74
  def __init__(self, *args: Any) -> None: ...
75
+ @callback
68
76
  def async_update_state(self, new_state: State) -> None: ...
69
77
 
70
78
  class CarbonDioxideSensor(HomeAccessory):
@@ -73,15 +81,18 @@ class CarbonDioxideSensor(HomeAccessory):
73
81
  char_peak: Incomplete
74
82
  char_detected: Incomplete
75
83
  def __init__(self, *args: Any) -> None: ...
84
+ @callback
76
85
  def async_update_state(self, new_state: State) -> None: ...
77
86
 
78
87
  class LightSensor(HomeAccessory):
79
88
  char_light: Incomplete
80
89
  def __init__(self, *args: Any) -> None: ...
90
+ @callback
81
91
  def async_update_state(self, new_state: State) -> None: ...
82
92
 
83
93
  class BinarySensor(HomeAccessory):
84
94
  format: Incomplete
85
95
  char_detected: Incomplete
86
96
  def __init__(self, *args: Any) -> None: ...
97
+ @callback
87
98
  def async_update_state(self, new_state: State) -> None: ...
@@ -27,6 +27,7 @@ class Outlet(HomeAccessory):
27
27
  char_outlet_in_use: Incomplete
28
28
  def __init__(self, *args: Any) -> None: ...
29
29
  def set_state(self, value: bool) -> None: ...
30
+ @callback
30
31
  def async_update_state(self, new_state: State) -> None: ...
31
32
 
32
33
  class Switch(HomeAccessory):
@@ -36,10 +37,12 @@ class Switch(HomeAccessory):
36
37
  def is_activate(self, state: State) -> bool: ...
37
38
  def reset_switch(self, *args: Any) -> None: ...
38
39
  def set_state(self, value: bool) -> None: ...
40
+ @callback
39
41
  def async_update_state(self, new_state: State) -> None: ...
40
42
 
41
43
  class Vacuum(Switch):
42
44
  def set_state(self, value: bool) -> None: ...
45
+ @callback
43
46
  def async_update_state(self, new_state: State) -> None: ...
44
47
 
45
48
  class ValveBase(HomeAccessory):
@@ -53,6 +56,7 @@ class ValveBase(HomeAccessory):
53
56
  char_valve_type: Incomplete
54
57
  def __init__(self, valve_type: str, open_states: set[str], on_service: str, off_service: str, *args: Any, **kwargs: Any) -> None: ...
55
58
  def set_state(self, value: bool) -> None: ...
59
+ @callback
56
60
  def async_update_state(self, new_state: State) -> None: ...
57
61
 
58
62
  class ValveSwitch(ValveBase):
@@ -66,4 +70,5 @@ class SelectSwitch(HomeAccessory):
66
70
  select_chars: dict[str, Characteristic]
67
71
  def __init__(self, *args: Any) -> None: ...
68
72
  def select_option(self, option: str) -> None: ...
73
+ @callback
69
74
  def async_update_state(self, new_state: State) -> None: ...
@@ -1,8 +1,8 @@
1
1
  from .accessories import HomeAccessory as HomeAccessory, TYPES as TYPES
2
2
  from .const import CHAR_ACTIVE as CHAR_ACTIVE, CHAR_COOLING_THRESHOLD_TEMPERATURE as CHAR_COOLING_THRESHOLD_TEMPERATURE, CHAR_CURRENT_FAN_STATE as CHAR_CURRENT_FAN_STATE, CHAR_CURRENT_HEATING_COOLING as CHAR_CURRENT_HEATING_COOLING, CHAR_CURRENT_HUMIDITY as CHAR_CURRENT_HUMIDITY, CHAR_CURRENT_TEMPERATURE as CHAR_CURRENT_TEMPERATURE, CHAR_HEATING_THRESHOLD_TEMPERATURE as CHAR_HEATING_THRESHOLD_TEMPERATURE, CHAR_ROTATION_SPEED as CHAR_ROTATION_SPEED, CHAR_SWING_MODE as CHAR_SWING_MODE, CHAR_TARGET_FAN_STATE as CHAR_TARGET_FAN_STATE, CHAR_TARGET_HEATING_COOLING as CHAR_TARGET_HEATING_COOLING, CHAR_TARGET_HUMIDITY as CHAR_TARGET_HUMIDITY, CHAR_TARGET_TEMPERATURE as CHAR_TARGET_TEMPERATURE, CHAR_TEMP_DISPLAY_UNITS as CHAR_TEMP_DISPLAY_UNITS, DEFAULT_MAX_TEMP_WATER_HEATER as DEFAULT_MAX_TEMP_WATER_HEATER, DEFAULT_MIN_TEMP_WATER_HEATER as DEFAULT_MIN_TEMP_WATER_HEATER, PROP_MAX_VALUE as PROP_MAX_VALUE, PROP_MIN_STEP as PROP_MIN_STEP, PROP_MIN_VALUE as PROP_MIN_VALUE, SERV_FANV2 as SERV_FANV2, SERV_THERMOSTAT as SERV_THERMOSTAT
3
- from .util import temperature_to_homekit as temperature_to_homekit, temperature_to_states as temperature_to_states
3
+ from .util import get_min_max as get_min_max, temperature_to_homekit as temperature_to_homekit, temperature_to_states as temperature_to_states
4
4
  from _typeshed import Incomplete
5
- from homeassistant.components.climate import ATTR_CURRENT_HUMIDITY as ATTR_CURRENT_HUMIDITY, ATTR_CURRENT_TEMPERATURE as ATTR_CURRENT_TEMPERATURE, ATTR_FAN_MODE as ATTR_FAN_MODE, ATTR_FAN_MODES as ATTR_FAN_MODES, ATTR_HUMIDITY as ATTR_HUMIDITY, ATTR_HVAC_ACTION as ATTR_HVAC_ACTION, ATTR_HVAC_MODE as ATTR_HVAC_MODE, ATTR_HVAC_MODES as ATTR_HVAC_MODES, ATTR_MAX_TEMP as ATTR_MAX_TEMP, ATTR_MIN_HUMIDITY as ATTR_MIN_HUMIDITY, ATTR_MIN_TEMP as ATTR_MIN_TEMP, ATTR_SWING_MODE as ATTR_SWING_MODE, ATTR_SWING_MODES as ATTR_SWING_MODES, ATTR_TARGET_TEMP_HIGH as ATTR_TARGET_TEMP_HIGH, ATTR_TARGET_TEMP_LOW as ATTR_TARGET_TEMP_LOW, ClimateEntityFeature as ClimateEntityFeature, DEFAULT_MAX_TEMP as DEFAULT_MAX_TEMP, DEFAULT_MIN_HUMIDITY as DEFAULT_MIN_HUMIDITY, DEFAULT_MIN_TEMP as DEFAULT_MIN_TEMP, FAN_AUTO as FAN_AUTO, FAN_HIGH as FAN_HIGH, FAN_LOW as FAN_LOW, FAN_MEDIUM as FAN_MEDIUM, FAN_MIDDLE as FAN_MIDDLE, FAN_OFF as FAN_OFF, FAN_ON as FAN_ON, HVACAction as HVACAction, HVACMode as HVACMode, SERVICE_SET_FAN_MODE as SERVICE_SET_FAN_MODE, SERVICE_SET_HUMIDITY as SERVICE_SET_HUMIDITY, SERVICE_SET_SWING_MODE as SERVICE_SET_SWING_MODE, SWING_BOTH as SWING_BOTH, SWING_HORIZONTAL as SWING_HORIZONTAL, SWING_OFF as SWING_OFF, SWING_ON as SWING_ON, SWING_VERTICAL as SWING_VERTICAL
5
+ from homeassistant.components.climate import ATTR_CURRENT_HUMIDITY as ATTR_CURRENT_HUMIDITY, ATTR_CURRENT_TEMPERATURE as ATTR_CURRENT_TEMPERATURE, ATTR_FAN_MODE as ATTR_FAN_MODE, ATTR_FAN_MODES as ATTR_FAN_MODES, ATTR_HUMIDITY as ATTR_HUMIDITY, ATTR_HVAC_ACTION as ATTR_HVAC_ACTION, ATTR_HVAC_MODE as ATTR_HVAC_MODE, ATTR_HVAC_MODES as ATTR_HVAC_MODES, ATTR_MAX_HUMIDITY as ATTR_MAX_HUMIDITY, ATTR_MAX_TEMP as ATTR_MAX_TEMP, ATTR_MIN_HUMIDITY as ATTR_MIN_HUMIDITY, ATTR_MIN_TEMP as ATTR_MIN_TEMP, ATTR_SWING_MODE as ATTR_SWING_MODE, ATTR_SWING_MODES as ATTR_SWING_MODES, ATTR_TARGET_TEMP_HIGH as ATTR_TARGET_TEMP_HIGH, ATTR_TARGET_TEMP_LOW as ATTR_TARGET_TEMP_LOW, ClimateEntityFeature as ClimateEntityFeature, DEFAULT_MAX_HUMIDITY as DEFAULT_MAX_HUMIDITY, DEFAULT_MAX_TEMP as DEFAULT_MAX_TEMP, DEFAULT_MIN_HUMIDITY as DEFAULT_MIN_HUMIDITY, DEFAULT_MIN_TEMP as DEFAULT_MIN_TEMP, FAN_AUTO as FAN_AUTO, FAN_HIGH as FAN_HIGH, FAN_LOW as FAN_LOW, FAN_MEDIUM as FAN_MEDIUM, FAN_MIDDLE as FAN_MIDDLE, FAN_OFF as FAN_OFF, FAN_ON as FAN_ON, HVACAction as HVACAction, HVACMode as HVACMode, SERVICE_SET_FAN_MODE as SERVICE_SET_FAN_MODE, SERVICE_SET_HUMIDITY as SERVICE_SET_HUMIDITY, SERVICE_SET_SWING_MODE as SERVICE_SET_SWING_MODE, SWING_BOTH as SWING_BOTH, SWING_HORIZONTAL as SWING_HORIZONTAL, SWING_OFF as SWING_OFF, SWING_ON as SWING_ON, SWING_VERTICAL as SWING_VERTICAL
6
6
  from homeassistant.const import ATTR_ENTITY_ID as ATTR_ENTITY_ID, ATTR_SUPPORTED_FEATURES as ATTR_SUPPORTED_FEATURES, ATTR_TEMPERATURE as ATTR_TEMPERATURE, PERCENTAGE as PERCENTAGE, STATE_UNAVAILABLE as STATE_UNAVAILABLE, STATE_UNKNOWN as STATE_UNKNOWN, UnitOfTemperature as UnitOfTemperature
7
7
  from homeassistant.core import State as State, callback as callback
8
8
  from homeassistant.util.enum import try_parse_enum as try_parse_enum
@@ -72,7 +72,9 @@ class Thermostat(HomeAccessory):
72
72
  def _configure_hvac_modes(self, state: State) -> None: ...
73
73
  def get_temperature_range(self, state: State) -> tuple[float, float]: ...
74
74
  def set_target_humidity(self, value: float) -> None: ...
75
+ @callback
75
76
  def async_update_state(self, new_state: State) -> None: ...
77
+ @callback
76
78
  def _async_update_fan_state(self, new_state: State) -> None: ...
77
79
 
78
80
  class WaterHeater(HomeAccessory):
@@ -86,6 +88,7 @@ class WaterHeater(HomeAccessory):
86
88
  def get_temperature_range(self, state: State) -> tuple[float, float]: ...
87
89
  def set_heat_cool(self, value: int) -> None: ...
88
90
  def set_target_temperature(self, value: float) -> None: ...
91
+ @callback
89
92
  def async_update_state(self, new_state: State) -> None: ...
90
93
 
91
94
  def _get_temperature_range_from_state(state: State, unit: str, default_min: float, default_max: float) -> tuple[float, float]: ...
@@ -5,6 +5,7 @@ from .util import cleanup_name_for_homekit as cleanup_name_for_homekit
5
5
  from _typeshed import Incomplete
6
6
  from homeassistant.core import CALLBACK_TYPE as CALLBACK_TYPE, Context as Context, callback as callback
7
7
  from homeassistant.helpers.trigger import async_initialize_triggers as async_initialize_triggers
8
+ from pyhap.util import callback as pyhap_callback
8
9
  from typing import Any
9
10
 
10
11
  _LOGGER: Incomplete
@@ -14,10 +15,14 @@ class DeviceTriggerAccessory(HomeAccessory):
14
15
  _remove_triggers: CALLBACK_TYPE | None
15
16
  triggers: Incomplete
16
17
  def __init__(self, *args: Any, device_triggers: list[dict[str, Any]] | None = None, device_id: str | None = None) -> None: ...
18
+ @callback
17
19
  def _remove_triggers_if_configured(self) -> None: ...
18
20
  async def async_attach(self) -> None: ...
21
+ @pyhap_callback
22
+ @callback
19
23
  def run(self) -> None: ...
20
24
  async def async_trigger(self, run_variables: dict[str, Any], context: Context | None = None, skip_condition: bool = False) -> None: ...
25
+ @callback
21
26
  def async_stop(self) -> None: ...
22
27
  @property
23
28
  def available(self) -> bool: ...