homeassistant-stubs 2023.4.0b4__py3-none-any.whl → 2023.4.0b6__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.
- homeassistant-stubs/auth/__init__.pyi +18 -18
- homeassistant-stubs/auth/auth_store.pyi +8 -8
- homeassistant-stubs/auth/jwt_wrapper.pyi +2 -2
- homeassistant-stubs/auth/mfa_modules/__init__.pyi +1 -1
- homeassistant-stubs/auth/mfa_modules/notify.pyi +5 -5
- homeassistant-stubs/auth/mfa_modules/totp.pyi +2 -2
- homeassistant-stubs/auth/models.pyi +12 -12
- homeassistant-stubs/auth/permissions/__init__.pyi +1 -1
- homeassistant-stubs/auth/permissions/entities.pyi +4 -4
- homeassistant-stubs/auth/permissions/util.pyi +1 -1
- homeassistant-stubs/auth/providers/__init__.pyi +6 -6
- homeassistant-stubs/auth/providers/command_line.pyi +2 -2
- homeassistant-stubs/auth/providers/homeassistant.pyi +2 -2
- homeassistant-stubs/auth/providers/insecure_example.pyi +2 -2
- homeassistant-stubs/auth/providers/legacy_api_password.pyi +2 -2
- homeassistant-stubs/auth/providers/trusted_networks.pyi +4 -4
- homeassistant-stubs/bootstrap.pyi +3 -3
- homeassistant-stubs/components/__init__.pyi +1 -1
- homeassistant-stubs/components/abode/__init__.pyi +1 -1
- homeassistant-stubs/components/abode/alarm_control_panel.pyi +5 -5
- homeassistant-stubs/components/abode/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/abode/camera.pyi +1 -1
- homeassistant-stubs/components/abode/config_flow.pyi +3 -3
- homeassistant-stubs/components/abode/light.pyi +5 -5
- homeassistant-stubs/components/abode/sensor.pyi +1 -1
- homeassistant-stubs/components/abode/switch.pyi +1 -1
- homeassistant-stubs/components/accuweather/config_flow.pyi +1 -1
- homeassistant-stubs/components/accuweather/sensor.pyi +5 -5
- homeassistant-stubs/components/accuweather/weather.pyi +3 -3
- homeassistant-stubs/components/acer_projector/switch.pyi +2 -2
- homeassistant-stubs/components/actiontec/device_tracker.pyi +3 -3
- homeassistant-stubs/components/adguard/config_flow.pyi +5 -5
- homeassistant-stubs/components/adguard/sensor.pyi +1 -1
- homeassistant-stubs/components/aftership/sensor.pyi +3 -3
- homeassistant-stubs/components/air_quality/__init__.pyi +1 -1
- homeassistant-stubs/components/airly/__init__.pyi +1 -1
- homeassistant-stubs/components/airly/config_flow.pyi +1 -1
- homeassistant-stubs/components/airly/sensor.pyi +1 -1
- homeassistant-stubs/components/airvisual/config_flow.pyi +4 -4
- homeassistant-stubs/components/airzone/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/airzone/config_flow.pyi +4 -4
- homeassistant-stubs/components/airzone/select.pyi +1 -1
- homeassistant-stubs/components/aladdin_connect/config_flow.pyi +3 -3
- homeassistant-stubs/components/aladdin_connect/cover.pyi +2 -2
- homeassistant-stubs/components/aladdin_connect/sensor.pyi +2 -2
- homeassistant-stubs/components/alarm_control_panel/__init__.pyi +19 -19
- homeassistant-stubs/components/alarm_control_panel/device_action.pyi +1 -1
- homeassistant-stubs/components/alarm_control_panel/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/alert/__init__.pyi +1 -1
- homeassistant-stubs/components/alert/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/amazon_polly/tts.pyi +3 -3
- homeassistant-stubs/components/ambient_station/config_flow.pyi +2 -2
- homeassistant-stubs/components/amcrest/__init__.pyi +1 -1
- homeassistant-stubs/components/amcrest/binary_sensor.pyi +2 -2
- homeassistant-stubs/components/amcrest/camera.pyi +8 -8
- homeassistant-stubs/components/amcrest/helpers.pyi +1 -1
- homeassistant-stubs/components/amcrest/sensor.pyi +1 -1
- homeassistant-stubs/components/amcrest/switch.pyi +1 -1
- homeassistant-stubs/components/ampio/air_quality.pyi +4 -4
- homeassistant-stubs/components/analytics/analytics.pyi +3 -3
- homeassistant-stubs/components/anthemav/config_flow.pyi +1 -1
- homeassistant-stubs/components/apcupsd/__init__.pyi +6 -6
- homeassistant-stubs/components/apcupsd/config_flow.pyi +1 -1
- homeassistant-stubs/components/apcupsd/sensor.pyi +1 -1
- homeassistant-stubs/components/aqualogic/__init__.pyi +1 -1
- homeassistant-stubs/components/aqualogic/sensor.pyi +3 -3
- homeassistant-stubs/components/aqualogic/switch.pyi +1 -1
- homeassistant-stubs/components/aseko_pool_live/config_flow.pyi +1 -1
- homeassistant-stubs/components/aseko_pool_live/sensor.pyi +1 -1
- homeassistant-stubs/components/asuswrt/config_flow.pyi +4 -4
- homeassistant-stubs/components/asuswrt/device_tracker.pyi +2 -2
- homeassistant-stubs/components/asuswrt/router.pyi +8 -8
- homeassistant-stubs/components/asuswrt/sensor.pyi +2 -2
- homeassistant-stubs/components/auth/__init__.pyi +2 -2
- homeassistant-stubs/components/auth/indieauth.pyi +1 -1
- homeassistant-stubs/components/automation/__init__.pyi +8 -8
- homeassistant-stubs/components/automation/config.pyi +4 -4
- homeassistant-stubs/components/automation/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/automation/trace.pyi +3 -3
- homeassistant-stubs/components/awair/__init__.pyi +2 -2
- homeassistant-stubs/components/awair/config_flow.pyi +7 -7
- homeassistant-stubs/components/awair/sensor.pyi +3 -3
- homeassistant-stubs/components/backup/http.pyi +1 -1
- homeassistant-stubs/components/backup/manager.pyi +1 -1
- homeassistant-stubs/components/baf/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/baf/config_flow.pyi +2 -2
- homeassistant-stubs/components/baf/fan.pyi +2 -2
- homeassistant-stubs/components/baf/number.pyi +1 -1
- homeassistant-stubs/components/baf/sensor.pyi +1 -1
- homeassistant-stubs/components/baf/switch.pyi +1 -1
- homeassistant-stubs/components/bayesian/binary_sensor.pyi +5 -5
- homeassistant-stubs/components/bayesian/helpers.pyi +8 -8
- homeassistant-stubs/components/binary_sensor/__init__.pyi +6 -6
- homeassistant-stubs/components/binary_sensor/significant_change.pyi +1 -1
- homeassistant-stubs/components/bitcoin/sensor.pyi +1 -1
- homeassistant-stubs/components/blockchain/sensor.pyi +1 -1
- homeassistant-stubs/components/bluetooth/active_update_coordinator.pyi +1 -1
- homeassistant-stubs/components/bluetooth/active_update_processor.pyi +1 -1
- homeassistant-stubs/components/bluetooth/api.pyi +5 -5
- homeassistant-stubs/components/bluetooth/base_scanner.pyi +4 -4
- homeassistant-stubs/components/bluetooth/config_flow.pyi +3 -3
- homeassistant-stubs/components/bluetooth/manager.pyi +8 -8
- homeassistant-stubs/components/bluetooth/models.pyi +1 -1
- homeassistant-stubs/components/bluetooth/passive_update_processor.pyi +7 -7
- homeassistant-stubs/components/bluetooth/scanner.pyi +1 -1
- homeassistant-stubs/components/bluetooth/storage.pyi +2 -2
- homeassistant-stubs/components/bluetooth/usage.pyi +1 -1
- homeassistant-stubs/components/bluetooth/util.pyi +1 -1
- homeassistant-stubs/components/bluetooth/wrappers.pyi +7 -7
- homeassistant-stubs/components/bluetooth_tracker/device_tracker.pyi +3 -3
- homeassistant-stubs/components/bmw_connected_drive/__init__.pyi +1 -1
- homeassistant-stubs/components/bmw_connected_drive/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/bmw_connected_drive/button.pyi +2 -2
- homeassistant-stubs/components/bmw_connected_drive/config_flow.pyi +4 -4
- homeassistant-stubs/components/bmw_connected_drive/coordinator.pyi +1 -1
- homeassistant-stubs/components/bmw_connected_drive/device_tracker.pyi +2 -2
- homeassistant-stubs/components/bmw_connected_drive/diagnostics.pyi +1 -1
- homeassistant-stubs/components/bmw_connected_drive/notify.pyi +2 -2
- homeassistant-stubs/components/bmw_connected_drive/sensor.pyi +3 -3
- homeassistant-stubs/components/bond/button.pyi +2 -2
- homeassistant-stubs/components/bond/config_flow.pyi +3 -3
- homeassistant-stubs/components/bond/entity.pyi +1 -1
- homeassistant-stubs/components/bond/fan.pyi +2 -2
- homeassistant-stubs/components/bond/light.pyi +1 -1
- homeassistant-stubs/components/bond/utils.pyi +10 -10
- homeassistant-stubs/components/braviatv/config_flow.pyi +5 -5
- homeassistant-stubs/components/braviatv/coordinator.pyi +4 -4
- homeassistant-stubs/components/braviatv/media_player.pyi +10 -10
- homeassistant-stubs/components/brother/config_flow.pyi +2 -2
- homeassistant-stubs/components/brother/sensor.pyi +1 -1
- homeassistant-stubs/components/button/__init__.pyi +5 -5
- homeassistant-stubs/components/button/device_action.pyi +1 -1
- homeassistant-stubs/components/calendar/__init__.pyi +14 -14
- homeassistant-stubs/components/camera/__init__.pyi +18 -18
- homeassistant-stubs/components/camera/img_util.pyi +3 -3
- homeassistant-stubs/components/camera/prefs.pyi +1 -1
- homeassistant-stubs/components/canary/alarm_control_panel.pyi +5 -5
- homeassistant-stubs/components/canary/camera.pyi +2 -2
- homeassistant-stubs/components/canary/config_flow.pyi +3 -3
- homeassistant-stubs/components/canary/sensor.pyi +3 -3
- homeassistant-stubs/components/clickatell/notify.pyi +1 -1
- homeassistant-stubs/components/clicksend/notify.pyi +1 -1
- homeassistant-stubs/components/configurator/__init__.pyi +2 -2
- homeassistant-stubs/components/cover/__init__.pyi +15 -15
- homeassistant-stubs/components/cover/device_action.pyi +1 -1
- homeassistant-stubs/components/cover/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/cpuspeed/config_flow.pyi +2 -2
- homeassistant-stubs/components/crownstone/config_flow.pyi +5 -5
- homeassistant-stubs/components/crownstone/entry_manager.pyi +1 -1
- homeassistant-stubs/components/crownstone/helpers.pyi +1 -1
- homeassistant-stubs/components/crownstone/light.pyi +3 -3
- homeassistant-stubs/components/crownstone/listeners.pyi +1 -1
- homeassistant-stubs/components/deconz/alarm_control_panel.pyi +7 -7
- homeassistant-stubs/components/deconz/binary_sensor.pyi +5 -5
- homeassistant-stubs/components/deconz/button.pyi +2 -2
- homeassistant-stubs/components/deconz/climate.pyi +4 -4
- homeassistant-stubs/components/deconz/config_flow.pyi +6 -6
- homeassistant-stubs/components/deconz/cover.pyi +2 -2
- homeassistant-stubs/components/deconz/deconz_device.pyi +6 -6
- homeassistant-stubs/components/deconz/deconz_event.pyi +1 -1
- homeassistant-stubs/components/deconz/device_trigger.pyi +1 -1
- homeassistant-stubs/components/deconz/fan.pyi +3 -3
- homeassistant-stubs/components/deconz/gateway.pyi +1 -1
- homeassistant-stubs/components/deconz/light.pyi +7 -7
- homeassistant-stubs/components/deconz/lock.pyi +1 -2
- homeassistant-stubs/components/deconz/logbook.pyi +1 -1
- homeassistant-stubs/components/deconz/number.pyi +3 -3
- homeassistant-stubs/components/deconz/scene.pyi +1 -2
- homeassistant-stubs/components/deconz/select.pyi +6 -6
- homeassistant-stubs/components/deconz/sensor.pyi +5 -5
- homeassistant-stubs/components/deconz/siren.pyi +1 -1
- homeassistant-stubs/components/deconz/switch.pyi +1 -2
- homeassistant-stubs/components/deconz/util.pyi +1 -1
- homeassistant-stubs/components/demo/air_quality.pyi +3 -3
- homeassistant-stubs/components/demo/alarm_control_panel.pyi +1 -1
- homeassistant-stubs/components/demo/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/demo/button.pyi +1 -1
- homeassistant-stubs/components/demo/calendar.pyi +1 -1
- homeassistant-stubs/components/demo/camera.pyi +2 -2
- homeassistant-stubs/components/demo/climate.pyi +13 -13
- homeassistant-stubs/components/demo/config_flow.pyi +3 -3
- homeassistant-stubs/components/demo/cover.pyi +4 -4
- homeassistant-stubs/components/demo/device_tracker.pyi +1 -1
- homeassistant-stubs/components/demo/fan.pyi +12 -12
- homeassistant-stubs/components/demo/geo_location.pyi +4 -4
- homeassistant-stubs/components/demo/humidifier.pyi +2 -2
- homeassistant-stubs/components/demo/image_processing.pyi +1 -1
- homeassistant-stubs/components/demo/light.pyi +8 -8
- homeassistant-stubs/components/demo/lock.pyi +1 -1
- homeassistant-stubs/components/demo/mailbox.pyi +1 -1
- homeassistant-stubs/components/demo/media_player.pyi +9 -9
- homeassistant-stubs/components/demo/notify.pyi +1 -1
- homeassistant-stubs/components/demo/number.pyi +2 -2
- homeassistant-stubs/components/demo/remote.pyi +3 -3
- homeassistant-stubs/components/demo/select.pyi +2 -2
- homeassistant-stubs/components/demo/sensor.pyi +3 -3
- homeassistant-stubs/components/demo/siren.pyi +2 -2
- homeassistant-stubs/components/demo/stt.pyi +1 -1
- homeassistant-stubs/components/demo/switch.pyi +2 -2
- homeassistant-stubs/components/demo/text.pyi +2 -2
- homeassistant-stubs/components/demo/tts.pyi +2 -2
- homeassistant-stubs/components/demo/update.pyi +4 -4
- homeassistant-stubs/components/demo/vacuum.pyi +3 -3
- homeassistant-stubs/components/demo/water_heater.pyi +2 -2
- homeassistant-stubs/components/demo/weather.pyi +1 -1
- homeassistant-stubs/components/derivative/config_flow.pyi +2 -2
- homeassistant-stubs/components/derivative/sensor.pyi +4 -4
- homeassistant-stubs/components/device_automation/__init__.pyi +2 -2
- homeassistant-stubs/components/device_automation/action.pyi +2 -2
- homeassistant-stubs/components/device_automation/toggle_entity.pyi +1 -1
- homeassistant-stubs/components/device_tracker/config_entry.pyi +14 -14
- homeassistant-stubs/components/device_tracker/legacy.pyi +22 -22
- homeassistant-stubs/components/devolo_home_control/__init__.pyi +1 -1
- homeassistant-stubs/components/devolo_home_control/climate.pyi +2 -2
- homeassistant-stubs/components/devolo_home_control/config_flow.pyi +4 -4
- homeassistant-stubs/components/devolo_home_network/config_flow.pyi +3 -3
- homeassistant-stubs/components/dhcp/__init__.pyi +2 -2
- homeassistant-stubs/components/diagnostics/__init__.pyi +3 -3
- homeassistant-stubs/components/dlna_dmr/config_flow.pyi +2 -2
- homeassistant-stubs/components/dlna_dmr/const.pyi +1 -1
- homeassistant-stubs/components/dlna_dmr/data.pyi +3 -3
- homeassistant-stubs/components/dlna_dmr/media_player.pyi +29 -29
- homeassistant-stubs/components/dnsip/config_flow.pyi +2 -2
- homeassistant-stubs/components/dormakaba_dkey/config_flow.pyi +5 -5
- homeassistant-stubs/components/dsmr/__init__.pyi +1 -1
- homeassistant-stubs/components/dsmr/config_flow.pyi +10 -10
- homeassistant-stubs/components/dsmr/sensor.pyi +6 -6
- homeassistant-stubs/components/dunehd/config_flow.pyi +1 -1
- homeassistant-stubs/components/dunehd/media_player.pyi +1 -1
- homeassistant-stubs/components/efergy/config_flow.pyi +2 -2
- homeassistant-stubs/components/efergy/sensor.pyi +1 -1
- homeassistant-stubs/components/elgato/config_flow.pyi +4 -4
- homeassistant-stubs/components/elgato/coordinator.pyi +2 -2
- homeassistant-stubs/components/elgato/light.pyi +4 -4
- homeassistant-stubs/components/elgato/sensor.pyi +2 -2
- homeassistant-stubs/components/elgato/switch.pyi +2 -2
- homeassistant-stubs/components/elkm1/__init__.pyi +3 -3
- homeassistant-stubs/components/elkm1/alarm_control_panel.pyi +12 -12
- homeassistant-stubs/components/elkm1/climate.pyi +9 -9
- homeassistant-stubs/components/elkm1/config_flow.pyi +6 -6
- homeassistant-stubs/components/elkm1/discovery.pyi +2 -2
- homeassistant-stubs/components/elkm1/sensor.pyi +6 -6
- homeassistant-stubs/components/emulated_hue/config.pyi +1 -1
- homeassistant-stubs/components/emulated_hue/upnp.pyi +1 -1
- homeassistant-stubs/components/energy/data.pyi +13 -13
- homeassistant-stubs/components/energy/sensor.pyi +4 -4
- homeassistant-stubs/components/energy/types.pyi +2 -2
- homeassistant-stubs/components/energy/validate.pyi +4 -4
- homeassistant-stubs/components/esphome/__init__.pyi +7 -7
- homeassistant-stubs/components/esphome/binary_sensor.pyi +2 -2
- homeassistant-stubs/components/esphome/bluetooth/characteristic.pyi +1 -1
- homeassistant-stubs/components/esphome/bluetooth/client.pyi +6 -6
- homeassistant-stubs/components/esphome/button.pyi +1 -1
- homeassistant-stubs/components/esphome/camera.pyi +2 -2
- homeassistant-stubs/components/esphome/climate.pyi +9 -9
- homeassistant-stubs/components/esphome/config_flow.pyi +9 -9
- homeassistant-stubs/components/esphome/cover.pyi +4 -4
- homeassistant-stubs/components/esphome/dashboard.pyi +1 -1
- homeassistant-stubs/components/esphome/domain_data.pyi +2 -2
- homeassistant-stubs/components/esphome/entry_data.pyi +2 -2
- homeassistant-stubs/components/esphome/fan.pyi +6 -6
- homeassistant-stubs/components/esphome/light.pyi +8 -8
- homeassistant-stubs/components/esphome/lock.pyi +5 -5
- homeassistant-stubs/components/esphome/media_player.pyi +4 -4
- homeassistant-stubs/components/esphome/number.pyi +3 -3
- homeassistant-stubs/components/esphome/select.pyi +1 -1
- homeassistant-stubs/components/esphome/sensor.pyi +6 -6
- homeassistant-stubs/components/esphome/switch.pyi +2 -2
- homeassistant-stubs/components/esphome/update.pyi +4 -4
- homeassistant-stubs/components/evil_genius_labs/__init__.pyi +2 -2
- homeassistant-stubs/components/evil_genius_labs/config_flow.pyi +1 -1
- homeassistant-stubs/components/fan/__init__.pyi +18 -18
- homeassistant-stubs/components/fan/device_action.pyi +1 -1
- homeassistant-stubs/components/fan/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/fastdotcom/__init__.pyi +1 -1
- homeassistant-stubs/components/fastdotcom/sensor.pyi +1 -1
- homeassistant-stubs/components/feedreader/__init__.pyi +1 -1
- homeassistant-stubs/components/file_upload/__init__.pyi +1 -1
- homeassistant-stubs/components/filesize/config_flow.pyi +1 -1
- homeassistant-stubs/components/filesize/sensor.pyi +2 -2
- homeassistant-stubs/components/filter/sensor.pyi +9 -9
- homeassistant-stubs/components/fitbit/const.pyi +1 -1
- homeassistant-stubs/components/fitbit/sensor.pyi +7 -7
- homeassistant-stubs/components/flux_led/__init__.pyi +1 -1
- homeassistant-stubs/components/flux_led/config_flow.pyi +5 -5
- homeassistant-stubs/components/flux_led/discovery.pyi +5 -5
- homeassistant-stubs/components/flux_led/entity.pyi +1 -1
- homeassistant-stubs/components/flux_led/light.pyi +2 -2
- homeassistant-stubs/components/flux_led/number.pyi +1 -1
- homeassistant-stubs/components/flux_led/select.pyi +5 -5
- homeassistant-stubs/components/flux_led/util.pyi +2 -2
- homeassistant-stubs/components/forecast_solar/config_flow.pyi +2 -2
- homeassistant-stubs/components/forecast_solar/energy.pyi +1 -1
- homeassistant-stubs/components/forecast_solar/models.pyi +1 -1
- homeassistant-stubs/components/forecast_solar/sensor.pyi +1 -1
- homeassistant-stubs/components/fritz/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/fritz/button.pyi +1 -1
- homeassistant-stubs/components/fritz/common.pyi +21 -22
- homeassistant-stubs/components/fritz/config_flow.pyi +9 -9
- homeassistant-stubs/components/fritz/sensor.pyi +2 -2
- homeassistant-stubs/components/fritz/services.pyi +1 -1
- homeassistant-stubs/components/fritz/switch.pyi +3 -3
- homeassistant-stubs/components/fritz/update.pyi +4 -4
- homeassistant-stubs/components/fritzbox/__init__.pyi +3 -2
- homeassistant-stubs/components/fritzbox/binary_sensor.pyi +2 -6
- homeassistant-stubs/components/fritzbox/climate.pyi +2 -2
- homeassistant-stubs/components/fritzbox/config_flow.pyi +3 -3
- homeassistant-stubs/components/fritzbox/cover.pyi +2 -2
- homeassistant-stubs/components/fritzbox/light.pyi +2 -2
- homeassistant-stubs/components/fritzbox/sensor.pyi +2 -2
- homeassistant-stubs/components/fritzbox_callmonitor/base.pyi +1 -1
- homeassistant-stubs/components/fritzbox_callmonitor/config_flow.pyi +5 -5
- homeassistant-stubs/components/fritzbox_callmonitor/sensor.pyi +4 -4
- homeassistant-stubs/components/fronius/__init__.pyi +1 -1
- homeassistant-stubs/components/fronius/config_flow.pyi +2 -2
- homeassistant-stubs/components/fronius/coordinator.pyi +6 -6
- homeassistant-stubs/components/fronius/sensor.pyi +8 -7
- homeassistant-stubs/components/frontend/__init__.pyi +14 -14
- homeassistant-stubs/components/fully_kiosk/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/fully_kiosk/config_flow.pyi +3 -3
- homeassistant-stubs/components/fully_kiosk/media_player.pyi +3 -3
- homeassistant-stubs/components/fully_kiosk/number.pyi +1 -1
- homeassistant-stubs/components/fully_kiosk/sensor.pyi +1 -1
- homeassistant-stubs/components/fully_kiosk/switch.pyi +1 -1
- homeassistant-stubs/components/geo_location/__init__.pyi +7 -7
- homeassistant-stubs/components/geo_location/trigger.pyi +1 -1
- homeassistant-stubs/components/geocaching/config_flow.pyi +2 -3
- homeassistant-stubs/components/geocaching/sensor.pyi +2 -2
- homeassistant-stubs/components/gios/config_flow.pyi +1 -1
- homeassistant-stubs/components/gios/sensor.pyi +2 -2
- homeassistant-stubs/components/goalzero/config_flow.pyi +3 -3
- homeassistant-stubs/components/goalzero/entity.pyi +1 -1
- homeassistant-stubs/components/google/api.pyi +2 -2
- homeassistant-stubs/components/google/calendar.pyi +6 -6
- homeassistant-stubs/components/google/config_flow.pyi +5 -5
- homeassistant-stubs/components/google/store.pyi +1 -1
- homeassistant-stubs/components/google_sheets/config_flow.pyi +3 -3
- homeassistant-stubs/components/greeneye_monitor/sensor.pyi +7 -7
- homeassistant-stubs/components/group/__init__.pyi +13 -13
- homeassistant-stubs/components/group/binary_sensor.pyi +3 -3
- homeassistant-stubs/components/group/config_flow.pyi +5 -5
- homeassistant-stubs/components/group/cover.pyi +7 -7
- homeassistant-stubs/components/group/fan.pyi +8 -8
- homeassistant-stubs/components/group/light.pyi +2 -2
- homeassistant-stubs/components/group/lock.pyi +2 -2
- homeassistant-stubs/components/group/media_player.pyi +4 -4
- homeassistant-stubs/components/group/notify.pyi +1 -1
- homeassistant-stubs/components/group/reproduce_state.pyi +1 -1
- homeassistant-stubs/components/group/sensor.pyi +15 -15
- homeassistant-stubs/components/group/switch.pyi +2 -2
- homeassistant-stubs/components/group/util.pyi +3 -3
- homeassistant-stubs/components/guardian/config_flow.pyi +2 -2
- homeassistant-stubs/components/hardkernel/config_flow.pyi +1 -1
- homeassistant-stubs/components/hardware/models.pyi +11 -11
- homeassistant-stubs/components/hardware/websocket_api.pyi +1 -1
- homeassistant-stubs/components/here_travel_time/config_flow.pyi +9 -9
- homeassistant-stubs/components/here_travel_time/coordinator.pyi +3 -3
- homeassistant-stubs/components/here_travel_time/model.pyi +11 -11
- homeassistant-stubs/components/here_travel_time/sensor.pyi +4 -4
- homeassistant-stubs/components/history/__init__.pyi +3 -3
- homeassistant-stubs/components/history/models.pyi +2 -2
- homeassistant-stubs/components/history/websocket_api.pyi +8 -8
- homeassistant-stubs/components/homeassistant_alerts/__init__.pyi +1 -1
- homeassistant-stubs/components/homeassistant_hardware/silabs_multiprotocol_addon.pyi +14 -14
- homeassistant-stubs/components/homeassistant_yellow/config_flow.pyi +1 -1
- homeassistant-stubs/components/homekit/__init__.pyi +6 -6
- homeassistant-stubs/components/homekit/accessories.pyi +5 -5
- homeassistant-stubs/components/homekit/aidmanager.pyi +2 -2
- homeassistant-stubs/components/homekit/config_flow.pyi +10 -10
- homeassistant-stubs/components/homekit/type_triggers.pyi +2 -2
- homeassistant-stubs/components/homekit/util.pyi +5 -5
- homeassistant-stubs/components/homekit_controller/alarm_control_panel.pyi +6 -6
- homeassistant-stubs/components/homekit_controller/button.pyi +1 -1
- homeassistant-stubs/components/homekit_controller/config_flow.pyi +7 -7
- homeassistant-stubs/components/homekit_controller/lock.pyi +1 -1
- homeassistant-stubs/components/homekit_controller/select.pyi +1 -1
- homeassistant-stubs/components/homekit_controller/storage.pyi +2 -2
- homeassistant-stubs/components/homewizard/config_flow.pyi +4 -4
- homeassistant-stubs/components/homewizard/const.pyi +2 -2
- homeassistant-stubs/components/homewizard/number.pyi +2 -2
- homeassistant-stubs/components/homewizard/sensor.pyi +2 -2
- homeassistant-stubs/components/homewizard/switch.pyi +4 -4
- homeassistant-stubs/components/http/__init__.pyi +5 -5
- homeassistant-stubs/components/http/auth.pyi +2 -2
- homeassistant-stubs/components/http/ban.pyi +2 -2
- homeassistant-stubs/components/http/forwarded.pyi +1 -1
- homeassistant-stubs/components/http/request_context.pyi +2 -2
- homeassistant-stubs/components/http/static.pyi +1 -1
- homeassistant-stubs/components/http/view.pyi +3 -3
- homeassistant-stubs/components/http/web_runner.pyi +1 -1
- homeassistant-stubs/components/huawei_lte/binary_sensor.pyi +2 -2
- homeassistant-stubs/components/huawei_lte/config_flow.pyi +6 -6
- homeassistant-stubs/components/huawei_lte/device_tracker.pyi +6 -6
- homeassistant-stubs/components/huawei_lte/notify.pyi +1 -1
- homeassistant-stubs/components/huawei_lte/sensor.pyi +15 -15
- homeassistant-stubs/components/huawei_lte/switch.pyi +2 -2
- homeassistant-stubs/components/hyperion/__init__.pyi +2 -2
- homeassistant-stubs/components/hyperion/camera.pyi +4 -4
- homeassistant-stubs/components/hyperion/config_flow.pyi +9 -9
- homeassistant-stubs/components/hyperion/light.pyi +11 -11
- homeassistant-stubs/components/hyperion/switch.pyi +1 -1
- homeassistant-stubs/components/ibeacon/config_flow.pyi +1 -1
- homeassistant-stubs/components/ibeacon/entity.pyi +1 -1
- homeassistant-stubs/components/ibeacon/sensor.pyi +2 -2
- homeassistant-stubs/components/image_processing/__init__.pyi +11 -11
- homeassistant-stubs/components/input_button/__init__.pyi +2 -2
- homeassistant-stubs/components/input_select/__init__.pyi +1 -1
- homeassistant-stubs/components/input_select/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/integration/config_flow.pyi +2 -2
- homeassistant-stubs/components/integration/sensor.pyi +4 -4
- homeassistant-stubs/components/iqvia/config_flow.pyi +1 -1
- homeassistant-stubs/components/isy994/__init__.pyi +1 -1
- homeassistant-stubs/components/isy994/binary_sensor.pyi +8 -8
- homeassistant-stubs/components/isy994/button.pyi +1 -1
- homeassistant-stubs/components/isy994/climate.pyi +10 -10
- homeassistant-stubs/components/isy994/config_flow.pyi +4 -4
- homeassistant-stubs/components/isy994/cover.pyi +2 -2
- homeassistant-stubs/components/isy994/entity.pyi +7 -7
- homeassistant-stubs/components/isy994/fan.pyi +5 -5
- homeassistant-stubs/components/isy994/helpers.pyi +7 -7
- homeassistant-stubs/components/isy994/light.pyi +3 -3
- homeassistant-stubs/components/isy994/lock.pyi +1 -1
- homeassistant-stubs/components/isy994/models.pyi +2 -2
- homeassistant-stubs/components/isy994/number.pyi +3 -3
- homeassistant-stubs/components/isy994/select.pyi +3 -3
- homeassistant-stubs/components/isy994/sensor.pyi +8 -8
- homeassistant-stubs/components/isy994/services.pyi +1 -1
- homeassistant-stubs/components/isy994/switch.pyi +4 -4
- homeassistant-stubs/components/jellyfin/browse_media.pyi +4 -4
- homeassistant-stubs/components/jellyfin/client_wrapper.pyi +2 -2
- homeassistant-stubs/components/jellyfin/config_flow.pyi +1 -1
- homeassistant-stubs/components/jellyfin/media_player.pyi +3 -3
- homeassistant-stubs/components/jellyfin/media_source.pyi +2 -2
- homeassistant-stubs/components/jewish_calendar/__init__.pyi +1 -1
- homeassistant-stubs/components/jewish_calendar/binary_sensor.pyi +3 -3
- homeassistant-stubs/components/jewish_calendar/sensor.pyi +4 -4
- homeassistant-stubs/components/kaleidescape/config_flow.pyi +2 -2
- homeassistant-stubs/components/kaleidescape/media_player.pyi +5 -5
- homeassistant-stubs/components/knx/__init__.pyi +1 -1
- homeassistant-stubs/components/knx/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/knx/climate.pyi +6 -6
- homeassistant-stubs/components/knx/config_flow.pyi +12 -12
- homeassistant-stubs/components/knx/const.pyi +7 -7
- homeassistant-stubs/components/knx/cover.pyi +3 -3
- homeassistant-stubs/components/knx/expose.pyi +2 -2
- homeassistant-stubs/components/knx/fan.pyi +3 -3
- homeassistant-stubs/components/knx/light.pyi +6 -6
- homeassistant-stubs/components/knx/notify.pyi +1 -1
- homeassistant-stubs/components/knx/schema.pyi +17 -17
- homeassistant-stubs/components/knx/select.pyi +1 -1
- homeassistant-stubs/components/knx/sensor.pyi +3 -3
- homeassistant-stubs/components/knx/text.pyi +1 -1
- homeassistant-stubs/components/knx/weather.pyi +5 -5
- homeassistant-stubs/components/kraken/__init__.pyi +1 -1
- homeassistant-stubs/components/kraken/config_flow.pyi +2 -2
- homeassistant-stubs/components/kraken/const.pyi +1 -1
- homeassistant-stubs/components/lacrosse/sensor.pyi +10 -10
- homeassistant-stubs/components/lacrosse_view/config_flow.pyi +2 -2
- homeassistant-stubs/components/lacrosse_view/sensor.pyi +3 -3
- homeassistant-stubs/components/lametric/config_flow.pyi +7 -8
- homeassistant-stubs/components/lametric/notify.pyi +1 -1
- homeassistant-stubs/components/lametric/number.pyi +2 -2
- homeassistant-stubs/components/lametric/select.pyi +1 -1
- homeassistant-stubs/components/lametric/sensor.pyi +2 -2
- homeassistant-stubs/components/lametric/services.pyi +1 -1
- homeassistant-stubs/components/laundrify/config_flow.pyi +3 -3
- homeassistant-stubs/components/lcn/__init__.pyi +1 -1
- homeassistant-stubs/components/lcn/binary_sensor.pyi +3 -3
- homeassistant-stubs/components/lcn/climate.pyi +2 -2
- homeassistant-stubs/components/lcn/config_flow.pyi +1 -1
- homeassistant-stubs/components/lcn/helpers.pyi +2 -2
- homeassistant-stubs/components/lcn/light.pyi +1 -1
- homeassistant-stubs/components/lcn/sensor.pyi +2 -2
- homeassistant-stubs/components/ld2410_ble/config_flow.pyi +1 -1
- homeassistant-stubs/components/lidarr/config_flow.pyi +3 -3
- homeassistant-stubs/components/lidarr/sensor.pyi +5 -5
- homeassistant-stubs/components/lifx/button.pyi +2 -2
- homeassistant-stubs/components/lifx/config_flow.pyi +5 -5
- homeassistant-stubs/components/lifx/coordinator.pyi +9 -9
- homeassistant-stubs/components/lifx/light.pyi +7 -7
- homeassistant-stubs/components/lifx/util.pyi +5 -5
- homeassistant-stubs/components/light/__init__.pyi +41 -41
- homeassistant-stubs/components/light/device_action.pyi +1 -1
- homeassistant-stubs/components/light/intent.pyi +1 -1
- homeassistant-stubs/components/light/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/light/significant_change.pyi +1 -1
- homeassistant-stubs/components/litejet/config_flow.pyi +2 -2
- homeassistant-stubs/components/litejet/light.pyi +1 -1
- homeassistant-stubs/components/litterrobot/config_flow.pyi +2 -2
- homeassistant-stubs/components/litterrobot/select.pyi +5 -5
- homeassistant-stubs/components/litterrobot/sensor.pyi +4 -4
- homeassistant-stubs/components/litterrobot/switch.pyi +1 -1
- homeassistant-stubs/components/litterrobot/update.pyi +1 -1
- homeassistant-stubs/components/litterrobot/vacuum.pyi +2 -2
- homeassistant-stubs/components/local_ip/config_flow.pyi +1 -1
- homeassistant-stubs/components/local_ip/sensor.pyi +1 -1
- homeassistant-stubs/components/lock/__init__.pyi +15 -15
- homeassistant-stubs/components/lock/device_action.pyi +1 -1
- homeassistant-stubs/components/lock/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/lock/significant_change.pyi +1 -1
- homeassistant-stubs/components/logbook/__init__.pyi +2 -2
- homeassistant-stubs/components/logbook/helpers.pyi +4 -4
- homeassistant-stubs/components/logbook/models.pyi +14 -14
- homeassistant-stubs/components/logbook/processor.pyi +12 -12
- homeassistant-stubs/components/logbook/queries/__init__.pyi +1 -1
- homeassistant-stubs/components/logbook/queries/all.pyi +1 -1
- homeassistant-stubs/components/logbook/rest_api.pyi +3 -3
- homeassistant-stubs/components/logbook/websocket_api.pyi +7 -7
- homeassistant-stubs/components/lookin/climate.pyi +4 -4
- homeassistant-stubs/components/lookin/config_flow.pyi +2 -2
- homeassistant-stubs/components/lookin/coordinator.pyi +1 -1
- homeassistant-stubs/components/lookin/entity.pyi +4 -4
- homeassistant-stubs/components/lookin/models.pyi +1 -1
- homeassistant-stubs/components/luftdaten/config_flow.pyi +2 -2
- homeassistant-stubs/components/luftdaten/sensor.pyi +1 -1
- homeassistant-stubs/components/mastodon/notify.pyi +1 -1
- homeassistant-stubs/components/matter/config_flow.pyi +9 -9
- homeassistant-stubs/components/matter/entity.pyi +1 -1
- homeassistant-stubs/components/matter/helpers.pyi +1 -1
- homeassistant-stubs/components/matter/lock.pyi +1 -1
- homeassistant-stubs/components/matter/models.pyi +7 -7
- homeassistant-stubs/components/media_player/__init__.pyi +76 -76
- homeassistant-stubs/components/media_player/browse_media.pyi +1 -1
- homeassistant-stubs/components/media_player/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/media_source/__init__.pyi +2 -2
- homeassistant-stubs/components/media_source/local_source.pyi +2 -2
- homeassistant-stubs/components/media_source/models.pyi +5 -5
- homeassistant-stubs/components/metoffice/config_flow.pyi +1 -1
- homeassistant-stubs/components/metoffice/helpers.pyi +1 -1
- homeassistant-stubs/components/metoffice/sensor.pyi +2 -2
- homeassistant-stubs/components/metoffice/weather.pyi +9 -9
- homeassistant-stubs/components/mikrotik/config_flow.pyi +5 -5
- homeassistant-stubs/components/mikrotik/device.pyi +3 -3
- homeassistant-stubs/components/mikrotik/device_tracker.pyi +2 -2
- homeassistant-stubs/components/mikrotik/hub.pyi +1 -1
- homeassistant-stubs/components/min_max/config_flow.pyi +2 -2
- homeassistant-stubs/components/min_max/sensor.pyi +12 -12
- homeassistant-stubs/components/mjpeg/camera.pyi +5 -5
- homeassistant-stubs/components/mjpeg/config_flow.pyi +4 -4
- homeassistant-stubs/components/modbus/base_platform.pyi +4 -4
- homeassistant-stubs/components/modbus/binary_sensor.pyi +3 -3
- homeassistant-stubs/components/modbus/climate.pyi +3 -3
- homeassistant-stubs/components/modbus/cover.pyi +3 -3
- homeassistant-stubs/components/modbus/fan.pyi +3 -3
- homeassistant-stubs/components/modbus/light.pyi +1 -1
- homeassistant-stubs/components/modbus/modbus.pyi +2 -2
- homeassistant-stubs/components/modbus/sensor.pyi +3 -3
- homeassistant-stubs/components/modbus/switch.pyi +1 -1
- homeassistant-stubs/components/modbus/validators.pyi +1 -1
- homeassistant-stubs/components/modem_callerid/config_flow.pyi +3 -3
- homeassistant-stubs/components/modem_callerid/sensor.pyi +1 -1
- homeassistant-stubs/components/moon/config_flow.pyi +1 -1
- homeassistant-stubs/components/mopeka/config_flow.pyi +2 -2
- homeassistant-stubs/components/mopeka/sensor.pyi +1 -1
- homeassistant-stubs/components/mqtt/__init__.pyi +1 -1
- homeassistant-stubs/components/mqtt/alarm_control_panel.pyi +14 -14
- homeassistant-stubs/components/mqtt/binary_sensor.pyi +4 -4
- homeassistant-stubs/components/mqtt/button.pyi +2 -2
- homeassistant-stubs/components/mqtt/camera.pyi +3 -3
- homeassistant-stubs/components/mqtt/client.pyi +9 -9
- homeassistant-stubs/components/mqtt/climate.pyi +4 -4
- homeassistant-stubs/components/mqtt/config_flow.pyi +8 -8
- homeassistant-stubs/components/mqtt/cover.pyi +6 -6
- homeassistant-stubs/components/mqtt/device_tracker.pyi +6 -6
- homeassistant-stubs/components/mqtt/device_trigger.pyi +6 -6
- homeassistant-stubs/components/mqtt/diagnostics.pyi +1 -1
- homeassistant-stubs/components/mqtt/fan.pyi +5 -5
- homeassistant-stubs/components/mqtt/humidifier.pyi +3 -3
- homeassistant-stubs/components/mqtt/light/__init__.pyi +1 -1
- homeassistant-stubs/components/mqtt/light/schema_basic.pyi +5 -5
- homeassistant-stubs/components/mqtt/light/schema_json.pyi +8 -8
- homeassistant-stubs/components/mqtt/light/schema_template.pyi +6 -6
- homeassistant-stubs/components/mqtt/lock.pyi +4 -4
- homeassistant-stubs/components/mqtt/mixins.pyi +12 -12
- homeassistant-stubs/components/mqtt/models.pyi +5 -5
- homeassistant-stubs/components/mqtt/number.pyi +3 -3
- homeassistant-stubs/components/mqtt/scene.pyi +2 -2
- homeassistant-stubs/components/mqtt/select.pyi +3 -3
- homeassistant-stubs/components/mqtt/sensor.pyi +7 -7
- homeassistant-stubs/components/mqtt/siren.pyi +6 -6
- homeassistant-stubs/components/mqtt/subscription.pyi +8 -8
- homeassistant-stubs/components/mqtt/switch.pyi +2 -2
- homeassistant-stubs/components/mqtt/tag.pyi +1 -1
- homeassistant-stubs/components/mqtt/text.pyi +4 -4
- homeassistant-stubs/components/mqtt/update.pyi +4 -4
- homeassistant-stubs/components/mqtt/util.pyi +3 -3
- homeassistant-stubs/components/mqtt/vacuum/__init__.pyi +1 -1
- homeassistant-stubs/components/mqtt/vacuum/schema_legacy.pyi +10 -10
- homeassistant-stubs/components/mqtt/vacuum/schema_state.pyi +9 -9
- homeassistant-stubs/components/mysensors/__init__.pyi +1 -1
- homeassistant-stubs/components/mysensors/climate.pyi +6 -6
- homeassistant-stubs/components/mysensors/config_flow.pyi +4 -4
- homeassistant-stubs/components/mysensors/cover.pyi +1 -1
- homeassistant-stubs/components/mysensors/device_tracker.pyi +4 -4
- homeassistant-stubs/components/mysensors/gateway.pyi +2 -2
- homeassistant-stubs/components/mysensors/helpers.pyi +1 -1
- homeassistant-stubs/components/mysensors/remote.pyi +2 -2
- homeassistant-stubs/components/mysensors/sensor.pyi +3 -3
- homeassistant-stubs/components/mysensors/text.pyi +1 -1
- homeassistant-stubs/components/nam/__init__.pyi +2 -2
- homeassistant-stubs/components/nam/config_flow.pyi +4 -4
- homeassistant-stubs/components/nam/sensor.pyi +2 -2
- homeassistant-stubs/components/nanoleaf/config_flow.pyi +3 -3
- homeassistant-stubs/components/nanoleaf/light.pyi +2 -2
- homeassistant-stubs/components/neato/camera.pyi +2 -2
- homeassistant-stubs/components/neato/config_flow.pyi +3 -4
- homeassistant-stubs/components/neato/sensor.pyi +1 -1
- homeassistant-stubs/components/neato/vacuum.pyi +3 -3
- homeassistant-stubs/components/nest/__init__.pyi +3 -3
- homeassistant-stubs/components/nest/api.pyi +1 -1
- homeassistant-stubs/components/nest/camera_sdm.pyi +6 -6
- homeassistant-stubs/components/nest/climate_sdm.pyi +9 -9
- homeassistant-stubs/components/nest/config_flow.pyi +15 -15
- homeassistant-stubs/components/nest/device_info.pyi +3 -3
- homeassistant-stubs/components/nest/legacy/camera.pyi +1 -1
- homeassistant-stubs/components/nest/media_source.pyi +5 -5
- homeassistant-stubs/components/nest/sensor_sdm.pyi +3 -3
- homeassistant-stubs/components/netatmo/camera.pyi +3 -3
- homeassistant-stubs/components/netatmo/climate.pyi +4 -4
- homeassistant-stubs/components/netatmo/config_flow.pyi +5 -5
- homeassistant-stubs/components/netatmo/data_handler.pyi +3 -3
- homeassistant-stubs/components/netatmo/media_source.pyi +3 -3
- homeassistant-stubs/components/netatmo/netatmo_entity_base.pyi +1 -1
- homeassistant-stubs/components/network/__init__.pyi +2 -2
- homeassistant-stubs/components/network/util.pyi +3 -3
- homeassistant-stubs/components/nextdns/config_flow.pyi +2 -2
- homeassistant-stubs/components/nfandroidtv/config_flow.pyi +2 -2
- homeassistant-stubs/components/nfandroidtv/notify.pyi +2 -2
- homeassistant-stubs/components/nissan_leaf/__init__.pyi +1 -1
- homeassistant-stubs/components/nissan_leaf/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/nissan_leaf/button.pyi +1 -1
- homeassistant-stubs/components/nissan_leaf/sensor.pyi +3 -3
- homeassistant-stubs/components/nissan_leaf/switch.pyi +1 -1
- homeassistant-stubs/components/notify/legacy.pyi +3 -3
- homeassistant-stubs/components/notion/config_flow.pyi +2 -2
- homeassistant-stubs/components/number/__init__.pyi +23 -23
- homeassistant-stubs/components/number/const.pyi +1 -1
- homeassistant-stubs/components/number/device_action.pyi +1 -1
- homeassistant-stubs/components/number/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/nut/__init__.pyi +13 -13
- homeassistant-stubs/components/nut/config_flow.pyi +4 -4
- homeassistant-stubs/components/nut/sensor.pyi +2 -2
- homeassistant-stubs/components/oncue/config_flow.pyi +1 -1
- homeassistant-stubs/components/onewire/config_flow.pyi +4 -4
- homeassistant-stubs/components/onewire/onewire_entities.pyi +4 -4
- homeassistant-stubs/components/onewire/onewirehub.pyi +1 -1
- homeassistant-stubs/components/onewire/sensor.pyi +1 -1
- homeassistant-stubs/components/open_meteo/config_flow.pyi +1 -1
- homeassistant-stubs/components/open_meteo/weather.pyi +5 -5
- homeassistant-stubs/components/openexchangerates/config_flow.pyi +1 -1
- homeassistant-stubs/components/openexchangerates/sensor.pyi +2 -2
- homeassistant-stubs/components/openuv/config_flow.pyi +2 -2
- homeassistant-stubs/components/otbr/__init__.pyi +2 -23
- homeassistant-stubs/components/otbr/config_flow.pyi +1 -1
- homeassistant-stubs/components/otbr/util.pyi +33 -4
- homeassistant-stubs/components/otbr/websocket_api.pyi +1 -2
- homeassistant-stubs/components/overkiz/alarm_control_panel.pyi +15 -15
- homeassistant-stubs/components/overkiz/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/overkiz/button.pyi +1 -1
- homeassistant-stubs/components/overkiz/climate_entities/atlantic_electrical_heater.pyi +2 -2
- homeassistant-stubs/components/overkiz/climate_entities/atlantic_electrical_heater_with_adjustable_temperature_setpoint.pyi +4 -4
- homeassistant-stubs/components/overkiz/climate_entities/atlantic_electrical_towel_dryer.pyi +3 -3
- homeassistant-stubs/components/overkiz/climate_entities/atlantic_heat_recovery_ventilation.pyi +5 -5
- homeassistant-stubs/components/overkiz/climate_entities/atlantic_pass_apc_heating_zone.pyi +2 -2
- homeassistant-stubs/components/overkiz/climate_entities/somfy_thermostat.pyi +3 -3
- homeassistant-stubs/components/overkiz/climate_entities/valve_heating_temperature_interface.pyi +2 -2
- homeassistant-stubs/components/overkiz/config_flow.pyi +3 -3
- homeassistant-stubs/components/overkiz/const.pyi +2 -2
- homeassistant-stubs/components/overkiz/coordinator.pyi +1 -1
- homeassistant-stubs/components/overkiz/cover_entities/awning.pyi +3 -3
- homeassistant-stubs/components/overkiz/cover_entities/generic_cover.pyi +3 -3
- homeassistant-stubs/components/overkiz/cover_entities/vertical_cover.pyi +3 -3
- homeassistant-stubs/components/overkiz/executor.pyi +2 -2
- homeassistant-stubs/components/overkiz/light.pyi +2 -2
- homeassistant-stubs/components/overkiz/lock.pyi +1 -1
- homeassistant-stubs/components/overkiz/number.pyi +2 -2
- homeassistant-stubs/components/overkiz/select.pyi +1 -1
- homeassistant-stubs/components/overkiz/sensor.pyi +3 -3
- homeassistant-stubs/components/overkiz/switch.pyi +4 -4
- homeassistant-stubs/components/overkiz/water_heater_entities/domestic_hot_water_production.pyi +6 -6
- homeassistant-stubs/components/overkiz/water_heater_entities/hitachi_dhw.pyi +4 -4
- homeassistant-stubs/components/peco/config_flow.pyi +1 -1
- homeassistant-stubs/components/peco/sensor.pyi +2 -2
- homeassistant-stubs/components/persistent_notification/__init__.pyi +3 -3
- homeassistant-stubs/components/pi_hole/binary_sensor.pyi +3 -3
- homeassistant-stubs/components/pi_hole/config_flow.pyi +3 -3
- homeassistant-stubs/components/pi_hole/sensor.pyi +1 -1
- homeassistant-stubs/components/pi_hole/update.pyi +8 -8
- homeassistant-stubs/components/powerwall/__init__.pyi +1 -1
- homeassistant-stubs/components/powerwall/config_flow.pyi +4 -4
- homeassistant-stubs/components/powerwall/models.pyi +3 -3
- homeassistant-stubs/components/powerwall/sensor.pyi +3 -3
- homeassistant-stubs/components/proximity/__init__.pyi +2 -2
- homeassistant-stubs/components/prusalink/camera.pyi +1 -1
- homeassistant-stubs/components/prusalink/config_flow.pyi +1 -1
- homeassistant-stubs/components/prusalink/sensor.pyi +2 -2
- homeassistant-stubs/components/pure_energie/config_flow.pyi +2 -2
- homeassistant-stubs/components/pure_energie/sensor.pyi +2 -2
- homeassistant-stubs/components/purpleair/config_flow.pyi +8 -8
- homeassistant-stubs/components/purpleair/sensor.pyi +2 -2
- homeassistant-stubs/components/pvoutput/config_flow.pyi +4 -4
- homeassistant-stubs/components/pvoutput/sensor.pyi +2 -2
- homeassistant-stubs/components/qnap_qsw/binary_sensor.pyi +3 -3
- homeassistant-stubs/components/qnap_qsw/config_flow.pyi +4 -4
- homeassistant-stubs/components/qnap_qsw/entity.pyi +6 -5
- homeassistant-stubs/components/qnap_qsw/sensor.pyi +3 -3
- homeassistant-stubs/components/radarr/config_flow.pyi +3 -3
- homeassistant-stubs/components/radarr/sensor.pyi +4 -4
- homeassistant-stubs/components/rainmachine/config_flow.pyi +4 -4
- homeassistant-stubs/components/rainmachine/update.pyi +1 -1
- homeassistant-stubs/components/raspberry_pi/config_flow.pyi +1 -1
- homeassistant-stubs/components/rdw/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/rdw/config_flow.pyi +1 -1
- homeassistant-stubs/components/rdw/sensor.pyi +2 -2
- homeassistant-stubs/components/recollect_waste/calendar.pyi +1 -1
- homeassistant-stubs/components/recollect_waste/config_flow.pyi +2 -2
- homeassistant-stubs/components/recorder/core.pyi +5 -5
- homeassistant-stubs/components/recorder/db_schema.pyi +81 -81
- homeassistant-stubs/components/recorder/filters.pyi +2 -2
- homeassistant-stubs/components/recorder/history/__init__.pyi +4 -4
- homeassistant-stubs/components/recorder/history/legacy.pyi +9 -9
- homeassistant-stubs/components/recorder/history/modern.pyi +9 -9
- homeassistant-stubs/components/recorder/migration.pyi +6 -6
- homeassistant-stubs/components/recorder/models/context.pyi +4 -4
- homeassistant-stubs/components/recorder/models/database.pyi +1 -1
- homeassistant-stubs/components/recorder/models/legacy.pyi +2 -2
- homeassistant-stubs/components/recorder/models/state.pyi +3 -3
- homeassistant-stubs/components/recorder/models/statistics.pyi +4 -4
- homeassistant-stubs/components/recorder/models/time.pyi +2 -2
- homeassistant-stubs/components/recorder/queries.pyi +4 -4
- homeassistant-stubs/components/recorder/statistics.pyi +34 -34
- homeassistant-stubs/components/recorder/system_health/mysql.pyi +1 -1
- homeassistant-stubs/components/recorder/system_health/postgresql.pyi +1 -1
- homeassistant-stubs/components/recorder/system_health/sqlite.pyi +1 -1
- homeassistant-stubs/components/recorder/table_managers/__init__.pyi +2 -2
- homeassistant-stubs/components/recorder/table_managers/event_data.pyi +4 -4
- homeassistant-stubs/components/recorder/table_managers/event_types.pyi +2 -2
- homeassistant-stubs/components/recorder/table_managers/recorder_runs.pyi +2 -2
- homeassistant-stubs/components/recorder/table_managers/state_attributes.pyi +4 -4
- homeassistant-stubs/components/recorder/table_managers/states.pyi +2 -2
- homeassistant-stubs/components/recorder/table_managers/states_meta.pyi +2 -2
- homeassistant-stubs/components/recorder/table_managers/statistics_meta.pyi +7 -7
- homeassistant-stubs/components/recorder/tasks.pyi +3 -3
- homeassistant-stubs/components/recorder/util.pyi +7 -7
- homeassistant-stubs/components/recorder/websocket_api.pyi +3 -3
- homeassistant-stubs/components/remote/__init__.pyi +5 -5
- homeassistant-stubs/components/remote/device_action.pyi +1 -1
- homeassistant-stubs/components/remote/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/renault/binary_sensor.pyi +3 -3
- homeassistant-stubs/components/renault/config_flow.pyi +5 -5
- homeassistant-stubs/components/renault/device_tracker.pyi +2 -2
- homeassistant-stubs/components/renault/renault_vehicle.pyi +1 -1
- homeassistant-stubs/components/renault/select.pyi +2 -2
- homeassistant-stubs/components/renault/sensor.pyi +7 -7
- homeassistant-stubs/components/repairs/__init__.pyi +1 -1
- homeassistant-stubs/components/repairs/issue_handler.pyi +3 -3
- homeassistant-stubs/components/repairs/models.pyi +2 -2
- homeassistant-stubs/components/rest/__init__.pyi +1 -1
- homeassistant-stubs/components/rest/binary_sensor.pyi +2 -2
- homeassistant-stubs/components/rest/data.pyi +1 -1
- homeassistant-stubs/components/rest/entity.pyi +1 -1
- homeassistant-stubs/components/rest/notify.pyi +2 -2
- homeassistant-stubs/components/rest/sensor.pyi +2 -2
- homeassistant-stubs/components/rest/switch.pyi +2 -2
- homeassistant-stubs/components/rfxtrx/__init__.pyi +12 -12
- homeassistant-stubs/components/rfxtrx/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/rfxtrx/config_flow.pyi +13 -13
- homeassistant-stubs/components/rfxtrx/cover.pyi +2 -2
- homeassistant-stubs/components/rfxtrx/device_action.pyi +1 -1
- homeassistant-stubs/components/rfxtrx/sensor.pyi +5 -5
- homeassistant-stubs/components/rfxtrx/siren.pyi +4 -4
- homeassistant-stubs/components/rfxtrx/switch.pyi +1 -1
- homeassistant-stubs/components/rhasspy/config_flow.pyi +1 -1
- homeassistant-stubs/components/ridwell/calendar.pyi +1 -1
- homeassistant-stubs/components/ridwell/config_flow.pyi +2 -2
- homeassistant-stubs/components/rituals_perfume_genie/config_flow.pyi +1 -1
- homeassistant-stubs/components/rituals_perfume_genie/number.pyi +2 -3
- homeassistant-stubs/components/rituals_perfume_genie/select.pyi +1 -1
- homeassistant-stubs/components/rituals_perfume_genie/sensor.pyi +2 -2
- homeassistant-stubs/components/roku/binary_sensor.pyi +2 -2
- homeassistant-stubs/components/roku/browse_media.pyi +3 -3
- homeassistant-stubs/components/roku/config_flow.pyi +3 -3
- homeassistant-stubs/components/roku/coordinator.pyi +1 -1
- homeassistant-stubs/components/roku/entity.pyi +1 -1
- homeassistant-stubs/components/roku/helpers.pyi +1 -1
- homeassistant-stubs/components/roku/media_player.pyi +14 -14
- homeassistant-stubs/components/roku/select.pyi +4 -4
- homeassistant-stubs/components/roku/sensor.pyi +2 -2
- homeassistant-stubs/components/rpi_power/config_flow.pyi +1 -1
- homeassistant-stubs/components/rss_feed_template/__init__.pyi +1 -1
- homeassistant-stubs/components/rtsp_to_webrtc/config_flow.pyi +4 -4
- homeassistant-stubs/components/ruuvi_gateway/config_flow.pyi +2 -2
- homeassistant-stubs/components/ruuvi_gateway/coordinator.pyi +1 -1
- homeassistant-stubs/components/ruuvitag_ble/config_flow.pyi +2 -2
- homeassistant-stubs/components/ruuvitag_ble/sensor.pyi +2 -2
- homeassistant-stubs/components/samsungtv/bridge.pyi +17 -17
- homeassistant-stubs/components/samsungtv/config_flow.pyi +10 -10
- homeassistant-stubs/components/samsungtv/media_player.pyi +2 -2
- homeassistant-stubs/components/samsungtv/triggers/turn_on.pyi +1 -1
- homeassistant-stubs/components/scene/__init__.pyi +2 -2
- homeassistant-stubs/components/schedule/__init__.pyi +3 -3
- homeassistant-stubs/components/scrape/config_flow.pyi +2 -2
- homeassistant-stubs/components/scrape/sensor.pyi +2 -2
- homeassistant-stubs/components/select/__init__.pyi +4 -4
- homeassistant-stubs/components/select/device_action.pyi +1 -1
- homeassistant-stubs/components/select/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/senseme/config_flow.pyi +3 -3
- homeassistant-stubs/components/senseme/fan.pyi +1 -1
- homeassistant-stubs/components/sensibo/binary_sensor.pyi +4 -4
- homeassistant-stubs/components/sensibo/climate.pyi +11 -11
- homeassistant-stubs/components/sensibo/config_flow.pyi +3 -3
- homeassistant-stubs/components/sensibo/entity.pyi +1 -1
- homeassistant-stubs/components/sensibo/number.pyi +2 -2
- homeassistant-stubs/components/sensibo/select.pyi +4 -4
- homeassistant-stubs/components/sensibo/sensor.pyi +6 -6
- homeassistant-stubs/components/sensibo/switch.pyi +4 -4
- homeassistant-stubs/components/sensibo/update.pyi +4 -4
- homeassistant-stubs/components/sensirion_ble/config_flow.pyi +2 -2
- homeassistant-stubs/components/sensirion_ble/sensor.pyi +3 -3
- homeassistant-stubs/components/sensor/__init__.pyi +37 -37
- homeassistant-stubs/components/sensor/const.pyi +2 -2
- homeassistant-stubs/components/sensor/helpers.pyi +1 -1
- homeassistant-stubs/components/sensor/recorder.pyi +8 -8
- homeassistant-stubs/components/sensor/significant_change.pyi +2 -2
- homeassistant-stubs/components/senz/climate.pyi +1 -1
- homeassistant-stubs/components/senz/config_flow.pyi +1 -2
- homeassistant-stubs/components/sfr_box/binary_sensor.pyi +2 -2
- homeassistant-stubs/components/sfr_box/config_flow.pyi +5 -5
- homeassistant-stubs/components/shelly/binary_sensor.pyi +2 -2
- homeassistant-stubs/components/shelly/button.pyi +2 -2
- homeassistant-stubs/components/shelly/climate.pyi +5 -5
- homeassistant-stubs/components/shelly/config_flow.pyi +6 -6
- homeassistant-stubs/components/shelly/coordinator.pyi +7 -7
- homeassistant-stubs/components/shelly/cover.pyi +2 -2
- homeassistant-stubs/components/shelly/entity.pyi +14 -14
- homeassistant-stubs/components/shelly/light.pyi +2 -2
- homeassistant-stubs/components/shelly/number.pyi +1 -1
- homeassistant-stubs/components/shelly/sensor.pyi +3 -3
- homeassistant-stubs/components/shelly/update.pyi +8 -8
- homeassistant-stubs/components/shelly/utils.pyi +6 -6
- homeassistant-stubs/components/simplepush/config_flow.pyi +2 -2
- homeassistant-stubs/components/simplepush/notify.pyi +1 -1
- homeassistant-stubs/components/simplisafe/__init__.pyi +1 -1
- homeassistant-stubs/components/simplisafe/alarm_control_panel.pyi +4 -4
- homeassistant-stubs/components/simplisafe/binary_sensor.pyi +2 -1
- homeassistant-stubs/components/simplisafe/config_flow.pyi +2 -2
- homeassistant-stubs/components/skybell/camera.pyi +1 -1
- homeassistant-stubs/components/skybell/config_flow.pyi +2 -2
- homeassistant-stubs/components/skybell/light.pyi +1 -1
- homeassistant-stubs/components/skybell/sensor.pyi +2 -2
- homeassistant-stubs/components/slack/__init__.pyi +1 -1
- homeassistant-stubs/components/slack/config_flow.pyi +2 -2
- homeassistant-stubs/components/slack/notify.pyi +4 -4
- homeassistant-stubs/components/sleepiq/config_flow.pyi +3 -3
- homeassistant-stubs/components/sleepiq/entity.pyi +2 -2
- homeassistant-stubs/components/smhi/config_flow.pyi +1 -1
- homeassistant-stubs/components/smhi/weather.pyi +2 -2
- homeassistant-stubs/components/snooz/config_flow.pyi +5 -5
- homeassistant-stubs/components/snooz/fan.pyi +3 -3
- homeassistant-stubs/components/sonarr/config_flow.pyi +3 -3
- homeassistant-stubs/components/speedtestdotnet/config_flow.pyi +2 -2
- homeassistant-stubs/components/speedtestdotnet/sensor.pyi +2 -2
- homeassistant-stubs/components/ssdp/__init__.pyi +12 -12
- homeassistant-stubs/components/statistics/sensor.pyi +16 -16
- homeassistant-stubs/components/steamist/config_flow.pyi +3 -3
- homeassistant-stubs/components/steamist/coordinator.pyi +1 -1
- homeassistant-stubs/components/steamist/discovery.pyi +4 -4
- homeassistant-stubs/components/steamist/sensor.pyi +2 -2
- homeassistant-stubs/components/stookalert/config_flow.pyi +1 -1
- homeassistant-stubs/components/stream/__init__.pyi +3 -3
- homeassistant-stubs/components/stream/core.pyi +7 -7
- homeassistant-stubs/components/stream/worker.pyi +3 -3
- homeassistant-stubs/components/sun/__init__.pyi +5 -5
- homeassistant-stubs/components/sun/config_flow.pyi +1 -1
- homeassistant-stubs/components/sun/sensor.pyi +3 -2
- homeassistant-stubs/components/surepetcare/config_flow.pyi +3 -3
- homeassistant-stubs/components/surepetcare/sensor.pyi +1 -1
- homeassistant-stubs/components/switch/__init__.pyi +3 -3
- homeassistant-stubs/components/switch/device_action.pyi +1 -1
- homeassistant-stubs/components/switch/light.pyi +2 -2
- homeassistant-stubs/components/switch/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/switch/significant_change.pyi +1 -1
- homeassistant-stubs/components/switchbee/climate.pyi +4 -4
- homeassistant-stubs/components/switchbee/config_flow.pyi +1 -1
- homeassistant-stubs/components/switchbee/coordinator.pyi +1 -1
- homeassistant-stubs/components/switchbee/cover.pyi +1 -1
- homeassistant-stubs/components/switcher_kis/config_flow.pyi +2 -2
- homeassistant-stubs/components/switcher_kis/sensor.pyi +4 -4
- homeassistant-stubs/components/synology_dsm/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/synology_dsm/camera.pyi +2 -2
- homeassistant-stubs/components/synology_dsm/config_flow.pyi +9 -9
- homeassistant-stubs/components/synology_dsm/entity.pyi +3 -4
- homeassistant-stubs/components/synology_dsm/models.pyi +2 -2
- homeassistant-stubs/components/synology_dsm/sensor.pyi +2 -2
- homeassistant-stubs/components/synology_dsm/switch.pyi +0 -1
- homeassistant-stubs/components/synology_dsm/update.pyi +3 -3
- homeassistant-stubs/components/systemmonitor/sensor.pyi +8 -8
- homeassistant-stubs/components/tag/__init__.pyi +1 -1
- homeassistant-stubs/components/tailscale/binary_sensor.pyi +2 -2
- homeassistant-stubs/components/tailscale/config_flow.pyi +3 -3
- homeassistant-stubs/components/tailscale/sensor.pyi +2 -2
- homeassistant-stubs/components/tautulli/__init__.pyi +1 -1
- homeassistant-stubs/components/tautulli/config_flow.pyi +3 -3
- homeassistant-stubs/components/tautulli/sensor.pyi +2 -2
- homeassistant-stubs/components/tcp/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/tcp/model.pyi +3 -3
- homeassistant-stubs/components/tcp/sensor.pyi +2 -2
- homeassistant-stubs/components/threshold/binary_sensor.pyi +5 -5
- homeassistant-stubs/components/threshold/config_flow.pyi +2 -2
- homeassistant-stubs/components/tibber/config_flow.pyi +1 -1
- homeassistant-stubs/components/tibber/notify.pyi +1 -1
- homeassistant-stubs/components/tile/config_flow.pyi +2 -2
- homeassistant-stubs/components/tile/device_tracker.pyi +4 -4
- homeassistant-stubs/components/tilt_ble/config_flow.pyi +2 -2
- homeassistant-stubs/components/tilt_ble/sensor.pyi +1 -1
- homeassistant-stubs/components/tolo/climate.pyi +6 -6
- homeassistant-stubs/components/tolo/config_flow.pyi +3 -3
- homeassistant-stubs/components/tolo/fan.pyi +1 -1
- homeassistant-stubs/components/tolo/number.pyi +2 -2
- homeassistant-stubs/components/tolo/sensor.pyi +3 -3
- homeassistant-stubs/components/tplink/config_flow.pyi +3 -3
- homeassistant-stubs/components/tplink/light.pyi +8 -8
- homeassistant-stubs/components/tplink/sensor.pyi +4 -4
- homeassistant-stubs/components/tplink_omada/config_flow.pyi +4 -4
- homeassistant-stubs/components/tplink_omada/switch.pyi +1 -1
- homeassistant-stubs/components/tplink_omada/update.pyi +3 -3
- homeassistant-stubs/components/tractive/__init__.pyi +1 -1
- homeassistant-stubs/components/tractive/config_flow.pyi +2 -2
- homeassistant-stubs/components/tradfri/base_class.pyi +2 -2
- homeassistant-stubs/components/tradfri/config_flow.pyi +4 -4
- homeassistant-stubs/components/tradfri/coordinator.pyi +1 -1
- homeassistant-stubs/components/tradfri/cover.pyi +3 -3
- homeassistant-stubs/components/tradfri/fan.pyi +5 -5
- homeassistant-stubs/components/tradfri/light.pyi +4 -4
- homeassistant-stubs/components/tradfri/sensor.pyi +3 -3
- homeassistant-stubs/components/tradfri/switch.pyi +1 -1
- homeassistant-stubs/components/trafikverket_ferry/config_flow.pyi +3 -3
- homeassistant-stubs/components/trafikverket_ferry/sensor.pyi +3 -3
- homeassistant-stubs/components/trafikverket_ferry/util.pyi +1 -1
- homeassistant-stubs/components/trafikverket_train/config_flow.pyi +3 -3
- homeassistant-stubs/components/trafikverket_train/sensor.pyi +2 -2
- homeassistant-stubs/components/trafikverket_train/util.pyi +1 -1
- homeassistant-stubs/components/trafikverket_weatherstation/config_flow.pyi +1 -1
- homeassistant-stubs/components/trafikverket_weatherstation/sensor.pyi +2 -2
- homeassistant-stubs/components/tts/__init__.pyi +16 -16
- homeassistant-stubs/components/tts/media_source.pyi +5 -5
- homeassistant-stubs/components/tts/notify.pyi +1 -1
- homeassistant-stubs/components/twentemilieu/calendar.pyi +1 -1
- homeassistant-stubs/components/twentemilieu/config_flow.pyi +2 -2
- homeassistant-stubs/components/twentemilieu/sensor.pyi +1 -1
- homeassistant-stubs/components/unifi/__init__.pyi +2 -2
- homeassistant-stubs/components/unifi/config_flow.pyi +8 -8
- homeassistant-stubs/components/unifi/controller.pyi +4 -4
- homeassistant-stubs/components/unifi/device_tracker.pyi +3 -3
- homeassistant-stubs/components/unifi/diagnostics.pyi +1 -1
- homeassistant-stubs/components/unifi/entity.pyi +5 -5
- homeassistant-stubs/components/unifi/sensor.pyi +1 -1
- homeassistant-stubs/components/unifi/switch.pyi +1 -1
- homeassistant-stubs/components/unifi/update.pyi +1 -1
- homeassistant-stubs/components/unifiprotect/binary_sensor.pyi +2 -2
- homeassistant-stubs/components/unifiprotect/button.pyi +1 -1
- homeassistant-stubs/components/unifiprotect/camera.pyi +4 -4
- homeassistant-stubs/components/unifiprotect/config_flow.pyi +5 -5
- homeassistant-stubs/components/unifiprotect/data.pyi +3 -3
- homeassistant-stubs/components/unifiprotect/entity.pyi +4 -4
- homeassistant-stubs/components/unifiprotect/media_player.pyi +2 -2
- homeassistant-stubs/components/unifiprotect/media_source.pyi +7 -7
- homeassistant-stubs/components/unifiprotect/models.pyi +10 -10
- homeassistant-stubs/components/unifiprotect/number.pyi +5 -5
- homeassistant-stubs/components/unifiprotect/repairs.pyi +5 -5
- homeassistant-stubs/components/unifiprotect/select.pyi +7 -7
- homeassistant-stubs/components/unifiprotect/sensor.pyi +4 -4
- homeassistant-stubs/components/unifiprotect/text.pyi +1 -1
- homeassistant-stubs/components/unifiprotect/utils.pyi +1 -1
- homeassistant-stubs/components/unifiprotect/views.pyi +3 -3
- homeassistant-stubs/components/upcloud/config_flow.pyi +3 -3
- homeassistant-stubs/components/update/__init__.pyi +26 -26
- homeassistant-stubs/components/update/significant_change.pyi +1 -1
- homeassistant-stubs/components/uptime/config_flow.pyi +1 -1
- homeassistant-stubs/components/uptimerobot/config_flow.pyi +3 -3
- homeassistant-stubs/components/uptimerobot/entity.pyi +1 -1
- homeassistant-stubs/components/usb/__init__.pyi +3 -3
- homeassistant-stubs/components/usb/models.pyi +3 -3
- homeassistant-stubs/components/vacuum/__init__.pyi +11 -11
- homeassistant-stubs/components/vacuum/device_action.pyi +1 -1
- homeassistant-stubs/components/vacuum/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/vallox/__init__.pyi +3 -3
- homeassistant-stubs/components/vallox/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/vallox/config_flow.pyi +1 -1
- homeassistant-stubs/components/vallox/fan.pyi +5 -5
- homeassistant-stubs/components/vallox/number.pyi +1 -1
- homeassistant-stubs/components/vallox/sensor.pyi +5 -5
- homeassistant-stubs/components/vallox/switch.pyi +1 -1
- homeassistant-stubs/components/velbus/button.pyi +1 -1
- homeassistant-stubs/components/velbus/climate.pyi +3 -3
- homeassistant-stubs/components/velbus/config_flow.pyi +2 -2
- homeassistant-stubs/components/velbus/cover.pyi +2 -2
- homeassistant-stubs/components/velbus/sensor.pyi +3 -3
- homeassistant-stubs/components/vlc_telnet/config_flow.pyi +6 -6
- homeassistant-stubs/components/vlc_telnet/media_player.pyi +9 -9
- homeassistant-stubs/components/wake_on_lan/switch.pyi +2 -2
- homeassistant-stubs/components/wallbox/config_flow.pyi +1 -1
- homeassistant-stubs/components/wallbox/number.pyi +1 -1
- homeassistant-stubs/components/wallbox/sensor.pyi +2 -2
- homeassistant-stubs/components/water_heater/__init__.pyi +15 -15
- homeassistant-stubs/components/water_heater/device_action.pyi +1 -1
- homeassistant-stubs/components/water_heater/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/watttime/config_flow.pyi +5 -5
- homeassistant-stubs/components/watttime/sensor.pyi +1 -1
- homeassistant-stubs/components/weather/__init__.pyi +52 -52
- homeassistant-stubs/components/webostv/__init__.pyi +1 -1
- homeassistant-stubs/components/webostv/config_flow.pyi +4 -4
- homeassistant-stubs/components/webostv/media_player.pyi +2 -2
- homeassistant-stubs/components/webostv/notify.pyi +1 -1
- homeassistant-stubs/components/webostv/triggers/turn_on.pyi +1 -1
- homeassistant-stubs/components/websocket_api/__init__.pyi +1 -1
- homeassistant-stubs/components/websocket_api/auth.pyi +1 -1
- homeassistant-stubs/components/websocket_api/connection.pyi +4 -4
- homeassistant-stubs/components/websocket_api/http.pyi +1 -1
- homeassistant-stubs/components/websocket_api/messages.pyi +3 -3
- homeassistant-stubs/components/websocket_api/sensor.pyi +1 -1
- homeassistant-stubs/components/wemo/__init__.pyi +2 -2
- homeassistant-stubs/components/wemo/entity.pyi +4 -4
- homeassistant-stubs/components/wemo/fan.pyi +2 -2
- homeassistant-stubs/components/wemo/light.pyi +2 -2
- homeassistant-stubs/components/wemo/sensor.pyi +4 -4
- homeassistant-stubs/components/wemo/switch.pyi +1 -1
- homeassistant-stubs/components/whois/config_flow.pyi +2 -2
- homeassistant-stubs/components/whois/sensor.pyi +6 -6
- homeassistant-stubs/components/wiz/config_flow.pyi +3 -3
- homeassistant-stubs/components/wiz/models.pyi +1 -1
- homeassistant-stubs/components/wiz/number.pyi +1 -1
- homeassistant-stubs/components/wled/config_flow.pyi +3 -3
- homeassistant-stubs/components/wled/light.pyi +5 -5
- homeassistant-stubs/components/wled/number.pyi +2 -2
- homeassistant-stubs/components/wled/select.pyi +3 -3
- homeassistant-stubs/components/wled/sensor.pyi +2 -2
- homeassistant-stubs/components/wled/switch.pyi +3 -3
- homeassistant-stubs/components/wled/update.pyi +4 -4
- homeassistant-stubs/components/worldclock/sensor.pyi +2 -2
- homeassistant-stubs/components/yale_smart_alarm/alarm_control_panel.pyi +4 -4
- homeassistant-stubs/components/yale_smart_alarm/config_flow.pyi +4 -4
- homeassistant-stubs/components/yale_smart_alarm/lock.pyi +2 -2
- homeassistant-stubs/components/yalexs_ble/config_flow.pyi +3 -3
- homeassistant-stubs/components/yalexs_ble/sensor.pyi +1 -1
- homeassistant-stubs/components/yalexs_ble/util.pyi +2 -2
- homeassistant-stubs/components/zeroconf/__init__.pyi +6 -7
- homeassistant-stubs/components/zodiac/sensor.pyi +2 -2
- homeassistant-stubs/components/zone/__init__.pyi +4 -4
- homeassistant-stubs/components/zwave_js/api.pyi +4 -4
- homeassistant-stubs/components/zwave_js/binary_sensor.pyi +5 -5
- homeassistant-stubs/components/zwave_js/climate.pyi +14 -14
- homeassistant-stubs/components/zwave_js/config_flow.pyi +20 -20
- homeassistant-stubs/components/zwave_js/cover.pyi +6 -6
- homeassistant-stubs/components/zwave_js/device_action.pyi +1 -1
- homeassistant-stubs/components/zwave_js/device_automation_helpers.pyi +1 -1
- homeassistant-stubs/components/zwave_js/discovery.pyi +28 -28
- homeassistant-stubs/components/zwave_js/discovery_data_template.pyi +17 -17
- homeassistant-stubs/components/zwave_js/entity.pyi +2 -2
- homeassistant-stubs/components/zwave_js/fan.pyi +13 -13
- homeassistant-stubs/components/zwave_js/helpers.pyi +19 -19
- homeassistant-stubs/components/zwave_js/humidifier.pyi +3 -3
- homeassistant-stubs/components/zwave_js/light.pyi +10 -10
- homeassistant-stubs/components/zwave_js/lock.pyi +2 -2
- homeassistant-stubs/components/zwave_js/migrate.pyi +1 -1
- homeassistant-stubs/components/zwave_js/number.pyi +3 -3
- homeassistant-stubs/components/zwave_js/select.pyi +3 -3
- homeassistant-stubs/components/zwave_js/sensor.pyi +13 -13
- homeassistant-stubs/components/zwave_js/services.pyi +3 -3
- homeassistant-stubs/components/zwave_js/siren.pyi +2 -2
- homeassistant-stubs/components/zwave_js/switch.pyi +2 -2
- homeassistant-stubs/components/zwave_js/update.pyi +4 -4
- homeassistant-stubs/config.pyi +9 -9
- homeassistant-stubs/config_entries.pyi +31 -31
- homeassistant-stubs/core.pyi +44 -44
- homeassistant-stubs/data_entry_flow.pyi +21 -21
- homeassistant-stubs/exceptions.pyi +2 -2
- homeassistant-stubs/generated/bluetooth.pyi +1 -1
- homeassistant-stubs/generated/dhcp.pyi +1 -1
- homeassistant-stubs/helpers/__init__.pyi +1 -1
- homeassistant-stubs/helpers/aiohttp_client.pyi +3 -3
- homeassistant-stubs/helpers/aiohttp_compat.pyi +1 -1
- homeassistant-stubs/helpers/area_registry.pyi +7 -7
- homeassistant-stubs/helpers/check_config.pyi +3 -3
- homeassistant-stubs/helpers/collection.pyi +4 -4
- homeassistant-stubs/helpers/condition.pyi +10 -10
- homeassistant-stubs/helpers/config_entry_flow.pyi +5 -5
- homeassistant-stubs/helpers/config_entry_oauth2_flow.pyi +6 -6
- homeassistant-stubs/helpers/config_validation.pyi +17 -17
- homeassistant-stubs/helpers/debounce.pyi +2 -2
- homeassistant-stubs/helpers/deprecation.pyi +1 -1
- homeassistant-stubs/helpers/device_registry.pyi +21 -21
- homeassistant-stubs/helpers/discovery.pyi +7 -7
- homeassistant-stubs/helpers/discovery_flow.pyi +1 -1
- homeassistant-stubs/helpers/dispatcher.pyi +1 -1
- homeassistant-stubs/helpers/entity.pyi +58 -58
- homeassistant-stubs/helpers/entity_component.pyi +5 -5
- homeassistant-stubs/helpers/entity_platform.pyi +7 -7
- homeassistant-stubs/helpers/entity_registry.pyi +36 -36
- homeassistant-stubs/helpers/entity_values.pyi +1 -1
- homeassistant-stubs/helpers/entityfilter.pyi +2 -2
- homeassistant-stubs/helpers/event.pyi +31 -31
- homeassistant-stubs/helpers/frame.pyi +2 -2
- homeassistant-stubs/helpers/icon.pyi +2 -2
- homeassistant-stubs/helpers/integration_platform.pyi +1 -1
- homeassistant-stubs/helpers/intent.pyi +19 -19
- homeassistant-stubs/helpers/issue_registry.pyi +14 -14
- homeassistant-stubs/helpers/json.pyi +1 -1
- homeassistant-stubs/helpers/location.pyi +3 -3
- homeassistant-stubs/helpers/network.pyi +3 -3
- homeassistant-stubs/helpers/ratelimit.pyi +2 -2
- homeassistant-stubs/helpers/reload.pyi +2 -2
- homeassistant-stubs/helpers/restore_state.pyi +6 -6
- homeassistant-stubs/helpers/schema_config_entry_flow.pyi +14 -14
- homeassistant-stubs/helpers/script.pyi +12 -12
- homeassistant-stubs/helpers/script_variables.pyi +1 -1
- homeassistant-stubs/helpers/selector.pyi +42 -42
- homeassistant-stubs/helpers/service.pyi +6 -6
- homeassistant-stubs/helpers/significant_change.pyi +7 -7
- homeassistant-stubs/helpers/start.pyi +3 -3
- homeassistant-stubs/helpers/state.pyi +2 -2
- homeassistant-stubs/helpers/storage.pyi +4 -4
- homeassistant-stubs/helpers/sun.pyi +4 -4
- homeassistant-stubs/helpers/temperature.pyi +1 -1
- homeassistant-stubs/helpers/template.pyi +48 -46
- homeassistant-stubs/helpers/template_entity.pyi +10 -10
- homeassistant-stubs/helpers/trace.pyi +15 -15
- homeassistant-stubs/helpers/translation.pyi +3 -3
- homeassistant-stubs/helpers/trigger.pyi +7 -7
- homeassistant-stubs/helpers/update_coordinator.pyi +1 -1
- homeassistant-stubs/loader.pyi +23 -23
- homeassistant-stubs/requirements.pyi +2 -2
- homeassistant-stubs/runner.pyi +2 -2
- homeassistant-stubs/scripts/__init__.pyi +1 -1
- homeassistant-stubs/setup.pyi +1 -1
- homeassistant-stubs/util/__init__.pyi +4 -4
- homeassistant-stubs/util/aiohttp.pyi +2 -2
- homeassistant-stubs/util/async_.pyi +1 -1
- homeassistant-stubs/util/color.pyi +6 -6
- homeassistant-stubs/util/dt.pyi +9 -9
- homeassistant-stubs/util/enum.pyi +1 -1
- homeassistant-stubs/util/json.pyi +7 -7
- homeassistant-stubs/util/location.pyi +4 -4
- homeassistant-stubs/util/logging.pyi +4 -4
- homeassistant-stubs/util/network.pyi +5 -5
- homeassistant-stubs/util/package.pyi +1 -1
- homeassistant-stubs/util/pressure.pyi +1 -1
- homeassistant-stubs/util/read_only_dict.pyi +7 -8
- homeassistant-stubs/util/speed.pyi +1 -1
- homeassistant-stubs/util/timeout.pyi +9 -9
- homeassistant-stubs/util/ulid.pyi +1 -1
- homeassistant-stubs/util/unit_conversion.pyi +18 -18
- homeassistant-stubs/util/unit_system.pyi +7 -7
- homeassistant-stubs/util/yaml/loader.pyi +8 -8
- {homeassistant_stubs-2023.4.0b4.dist-info → homeassistant_stubs-2023.4.0b6.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2023.4.0b4.dist-info → homeassistant_stubs-2023.4.0b6.dist-info}/RECORD +1158 -1158
- {homeassistant_stubs-2023.4.0b4.dist-info → homeassistant_stubs-2023.4.0b6.dist-info}/LICENSE +0 -0
- {homeassistant_stubs-2023.4.0b4.dist-info → homeassistant_stubs-2023.4.0b6.dist-info}/WHEEL +0 -0
@@ -116,24 +116,24 @@ class ConfigEntry:
|
|
116
116
|
reload_lock: Incomplete
|
117
117
|
_tasks: Incomplete
|
118
118
|
_background_tasks: Incomplete
|
119
|
-
def __init__(self, version: int, domain: str, title: str, data: Mapping[str, Any], source: str, pref_disable_new_entities:
|
120
|
-
async def async_setup(self, hass: HomeAssistant, *, integration:
|
119
|
+
def __init__(self, version: int, domain: str, title: str, data: Mapping[str, Any], source: str, pref_disable_new_entities: bool | None = ..., pref_disable_polling: bool | None = ..., options: Mapping[str, Any] | None = ..., unique_id: str | None = ..., entry_id: str | None = ..., state: ConfigEntryState = ..., disabled_by: ConfigEntryDisabler | None = ...) -> None: ...
|
120
|
+
async def async_setup(self, hass: HomeAssistant, *, integration: loader.Integration | None = ..., tries: int = ...) -> None: ...
|
121
121
|
async def async_shutdown(self) -> None: ...
|
122
122
|
def async_cancel_retry_setup(self) -> None: ...
|
123
|
-
async def async_unload(self, hass: HomeAssistant, *, integration:
|
123
|
+
async def async_unload(self, hass: HomeAssistant, *, integration: loader.Integration | None = ...) -> bool: ...
|
124
124
|
async def async_remove(self, hass: HomeAssistant) -> None: ...
|
125
|
-
def async_set_state(self, hass: HomeAssistant, state: ConfigEntryState, reason:
|
125
|
+
def async_set_state(self, hass: HomeAssistant, state: ConfigEntryState, reason: str | None) -> None: ...
|
126
126
|
async def async_migrate(self, hass: HomeAssistant) -> bool: ...
|
127
127
|
def add_update_listener(self, listener: UpdateListenerType) -> CALLBACK_TYPE: ...
|
128
128
|
def as_dict(self) -> dict[str, Any]: ...
|
129
129
|
def async_on_unload(self, func: CALLBACK_TYPE) -> None: ...
|
130
130
|
async def _async_process_on_unload(self) -> None: ...
|
131
|
-
def async_start_reauth(self, hass: HomeAssistant, context:
|
131
|
+
def async_start_reauth(self, hass: HomeAssistant, context: dict[str, Any] | None = ..., data: dict[str, Any] | None = ...) -> None: ...
|
132
132
|
def async_get_active_flows(self, hass: HomeAssistant, sources: set[str]) -> Generator[FlowResult, None, None]: ...
|
133
|
-
def async_create_task(self, hass: HomeAssistant, target: Coroutine[Any, Any, _R], name:
|
133
|
+
def async_create_task(self, hass: HomeAssistant, target: Coroutine[Any, Any, _R], name: str | None = ...) -> asyncio.Task[_R]: ...
|
134
134
|
def async_create_background_task(self, hass: HomeAssistant, target: Coroutine[Any, Any, _R], name: str) -> asyncio.Task[_R]: ...
|
135
135
|
|
136
|
-
current_entry: ContextVar[
|
136
|
+
current_entry: ContextVar[ConfigEntry | None]
|
137
137
|
|
138
138
|
class ConfigEntriesFlowManager(data_entry_flow.FlowManager):
|
139
139
|
config_entries: Incomplete
|
@@ -143,11 +143,11 @@ class ConfigEntriesFlowManager(data_entry_flow.FlowManager):
|
|
143
143
|
def __init__(self, hass: HomeAssistant, config_entries: ConfigEntries, hass_config: ConfigType) -> None: ...
|
144
144
|
async def async_wait_import_flow_initialized(self, handler: str) -> None: ...
|
145
145
|
def _async_has_other_discovery_flows(self, flow_id: str) -> bool: ...
|
146
|
-
async def async_init(self, handler: str, *, context:
|
146
|
+
async def async_init(self, handler: str, *, context: dict[str, Any] | None = ..., data: Any = ...) -> FlowResult: ...
|
147
147
|
async def _async_init(self, flow_id: str, handler: str, context: dict, data: Any) -> tuple[data_entry_flow.FlowHandler, FlowResult]: ...
|
148
148
|
async def async_shutdown(self) -> None: ...
|
149
149
|
async def async_finish_flow(self, flow: data_entry_flow.FlowHandler, result: data_entry_flow.FlowResult) -> data_entry_flow.FlowResult: ...
|
150
|
-
async def async_create_flow(self, handler_key: str, *, context:
|
150
|
+
async def async_create_flow(self, handler_key: str, *, context: dict | None = ..., data: Any = ...) -> ConfigFlow: ...
|
151
151
|
async def async_post_init(self, flow: data_entry_flow.FlowHandler, result: data_entry_flow.FlowResult) -> None: ...
|
152
152
|
|
153
153
|
class ConfigEntries:
|
@@ -160,8 +160,8 @@ class ConfigEntries:
|
|
160
160
|
_store: Incomplete
|
161
161
|
def __init__(self, hass: HomeAssistant, hass_config: ConfigType) -> None: ...
|
162
162
|
def async_domains(self, include_ignore: bool = ..., include_disabled: bool = ...) -> list[str]: ...
|
163
|
-
def async_get_entry(self, entry_id: str) ->
|
164
|
-
def async_entries(self, domain:
|
163
|
+
def async_get_entry(self, entry_id: str) -> ConfigEntry | None: ...
|
164
|
+
def async_entries(self, domain: str | None = ...) -> list[ConfigEntry]: ...
|
165
165
|
async def async_add(self, entry: ConfigEntry) -> None: ...
|
166
166
|
async def async_remove(self, entry_id: str) -> dict[str, Any]: ...
|
167
167
|
async def _async_shutdown(self, event: Event) -> None: ...
|
@@ -169,43 +169,43 @@ class ConfigEntries:
|
|
169
169
|
async def async_setup(self, entry_id: str) -> bool: ...
|
170
170
|
async def async_unload(self, entry_id: str) -> bool: ...
|
171
171
|
async def async_reload(self, entry_id: str) -> bool: ...
|
172
|
-
async def async_set_disabled_by(self, entry_id: str, disabled_by:
|
173
|
-
def async_update_entry(self, entry: ConfigEntry, *, unique_id:
|
172
|
+
async def async_set_disabled_by(self, entry_id: str, disabled_by: ConfigEntryDisabler | None) -> bool: ...
|
173
|
+
def async_update_entry(self, entry: ConfigEntry, *, unique_id: str | None | UndefinedType = ..., title: str | UndefinedType = ..., data: Mapping[str, Any] | UndefinedType = ..., options: Mapping[str, Any] | UndefinedType = ..., pref_disable_new_entities: bool | UndefinedType = ..., pref_disable_polling: bool | UndefinedType = ...) -> bool: ...
|
174
174
|
def _async_dispatch(self, change_type: ConfigEntryChange, entry: ConfigEntry) -> None: ...
|
175
|
-
def async_setup_platforms(self, entry: ConfigEntry, platforms: Iterable[
|
176
|
-
async def async_forward_entry_setups(self, entry: ConfigEntry, platforms: Iterable[
|
177
|
-
async def async_forward_entry_setup(self, entry: ConfigEntry, domain:
|
178
|
-
async def async_unload_platforms(self, entry: ConfigEntry, platforms: Iterable[
|
179
|
-
async def async_forward_entry_unload(self, entry: ConfigEntry, domain:
|
175
|
+
def async_setup_platforms(self, entry: ConfigEntry, platforms: Iterable[Platform | str]) -> None: ...
|
176
|
+
async def async_forward_entry_setups(self, entry: ConfigEntry, platforms: Iterable[Platform | str]) -> None: ...
|
177
|
+
async def async_forward_entry_setup(self, entry: ConfigEntry, domain: Platform | str) -> bool: ...
|
178
|
+
async def async_unload_platforms(self, entry: ConfigEntry, platforms: Iterable[Platform | str]) -> bool: ...
|
179
|
+
async def async_forward_entry_unload(self, entry: ConfigEntry, domain: Platform | str) -> bool: ...
|
180
180
|
def _async_schedule_save(self) -> None: ...
|
181
181
|
def _data_to_save(self) -> dict[str, list[dict[str, Any]]]: ...
|
182
182
|
async def async_wait_component(self, entry: ConfigEntry) -> bool: ...
|
183
183
|
|
184
184
|
async def _old_conf_migrator(old_config: dict[str, Any]) -> dict[str, Any]: ...
|
185
|
-
def _async_abort_entries_match(other_entries: list[ConfigEntry], match_dict:
|
185
|
+
def _async_abort_entries_match(other_entries: list[ConfigEntry], match_dict: dict[str, Any] | None = ...) -> None: ...
|
186
186
|
|
187
187
|
class ConfigFlow(data_entry_flow.FlowHandler):
|
188
|
-
def __init_subclass__(cls, *, domain:
|
188
|
+
def __init_subclass__(cls, *, domain: str | None = ..., **kwargs: Any) -> None: ...
|
189
189
|
@property
|
190
|
-
def unique_id(self) ->
|
190
|
+
def unique_id(self) -> str | None: ...
|
191
191
|
@staticmethod
|
192
192
|
def async_get_options_flow(config_entry: ConfigEntry) -> OptionsFlow: ...
|
193
193
|
@classmethod
|
194
194
|
def async_supports_options_flow(cls, config_entry: ConfigEntry) -> bool: ...
|
195
|
-
def _async_abort_entries_match(self, match_dict:
|
196
|
-
def _abort_if_unique_id_configured(self, updates:
|
197
|
-
async def async_set_unique_id(self, unique_id:
|
195
|
+
def _async_abort_entries_match(self, match_dict: dict[str, Any] | None = ...) -> None: ...
|
196
|
+
def _abort_if_unique_id_configured(self, updates: dict[str, Any] | None = ..., reload_on_update: bool = ..., *, error: str = ...) -> None: ...
|
197
|
+
async def async_set_unique_id(self, unique_id: str | None = ..., *, raise_on_progress: bool = ...) -> ConfigEntry | None: ...
|
198
198
|
def _set_confirm_only(self) -> None: ...
|
199
|
-
def _async_current_entries(self, include_ignore:
|
200
|
-
def _async_current_ids(self, include_ignore: bool = ...) -> set[
|
199
|
+
def _async_current_entries(self, include_ignore: bool | None = ...) -> list[ConfigEntry]: ...
|
200
|
+
def _async_current_ids(self, include_ignore: bool = ...) -> set[str | None]: ...
|
201
201
|
def _async_in_progress(self, include_uninitialized: bool = ...) -> list[data_entry_flow.FlowResult]: ...
|
202
202
|
async def async_step_ignore(self, user_input: dict[str, Any]) -> data_entry_flow.FlowResult: ...
|
203
203
|
async def async_step_unignore(self, user_input: dict[str, Any]) -> data_entry_flow.FlowResult: ...
|
204
|
-
async def async_step_user(self, user_input:
|
204
|
+
async def async_step_user(self, user_input: dict[str, Any] | None = ...) -> data_entry_flow.FlowResult: ...
|
205
205
|
async def _async_handle_discovery_without_unique_id(self) -> None: ...
|
206
206
|
async def _async_step_discovery_without_unique_id(self) -> data_entry_flow.FlowResult: ...
|
207
207
|
async def async_step_discovery(self, discovery_info: DiscoveryInfoType) -> data_entry_flow.FlowResult: ...
|
208
|
-
def async_abort(self, *, reason: str, description_placeholders:
|
208
|
+
def async_abort(self, *, reason: str, description_placeholders: Mapping[str, str] | None = ...) -> data_entry_flow.FlowResult: ...
|
209
209
|
async def async_step_bluetooth(self, discovery_info: BluetoothServiceInfoBleak) -> data_entry_flow.FlowResult: ...
|
210
210
|
async def async_step_dhcp(self, discovery_info: DhcpServiceInfo) -> data_entry_flow.FlowResult: ...
|
211
211
|
async def async_step_hassio(self, discovery_info: HassioServiceInfo) -> data_entry_flow.FlowResult: ...
|
@@ -215,15 +215,15 @@ class ConfigFlow(data_entry_flow.FlowHandler):
|
|
215
215
|
async def async_step_ssdp(self, discovery_info: SsdpServiceInfo) -> data_entry_flow.FlowResult: ...
|
216
216
|
async def async_step_usb(self, discovery_info: UsbServiceInfo) -> data_entry_flow.FlowResult: ...
|
217
217
|
async def async_step_zeroconf(self, discovery_info: ZeroconfServiceInfo) -> data_entry_flow.FlowResult: ...
|
218
|
-
def async_create_entry(self, *, title: str, data: Mapping[str, Any], description:
|
218
|
+
def async_create_entry(self, *, title: str, data: Mapping[str, Any], description: str | None = ..., description_placeholders: Mapping[str, str] | None = ..., options: Mapping[str, Any] | None = ...) -> data_entry_flow.FlowResult: ...
|
219
219
|
|
220
220
|
class OptionsFlowManager(data_entry_flow.FlowManager):
|
221
|
-
async def async_create_flow(self, handler_key: str, *, context:
|
221
|
+
async def async_create_flow(self, handler_key: str, *, context: dict[str, Any] | None = ..., data: dict[str, Any] | None = ...) -> OptionsFlow: ...
|
222
222
|
async def async_finish_flow(self, flow: data_entry_flow.FlowHandler, result: data_entry_flow.FlowResult) -> data_entry_flow.FlowResult: ...
|
223
223
|
|
224
224
|
class OptionsFlow(data_entry_flow.FlowHandler):
|
225
225
|
handler: str
|
226
|
-
def _async_abort_entries_match(self, match_dict:
|
226
|
+
def _async_abort_entries_match(self, match_dict: dict[str, Any] | None = ...) -> None: ...
|
227
227
|
|
228
228
|
class OptionsFlowWithConfigEntry(OptionsFlow):
|
229
229
|
_config_entry: Incomplete
|
homeassistant-stubs/core.pyi
CHANGED
@@ -73,7 +73,7 @@ class HassJob:
|
|
73
73
|
target: Incomplete
|
74
74
|
name: Incomplete
|
75
75
|
job_type: Incomplete
|
76
|
-
def __init__(self, target: Callable[_P, _R_co], name:
|
76
|
+
def __init__(self, target: Callable[_P, _R_co], name: str | None = ...) -> None: ...
|
77
77
|
def __repr__(self) -> str: ...
|
78
78
|
|
79
79
|
def _get_hassjob_callable_job_type(target: Callable[..., Any]) -> HassJobType: ...
|
@@ -115,31 +115,31 @@ class HomeAssistant:
|
|
115
115
|
def start(self) -> int: ...
|
116
116
|
async def async_run(self, *, attach_signals: bool = ...) -> int: ...
|
117
117
|
async def async_start(self) -> None: ...
|
118
|
-
def add_job(self, target:
|
118
|
+
def add_job(self, target: Callable[..., Any] | Coroutine[Any, Any, Any], *args: Any) -> None: ...
|
119
119
|
@overload
|
120
|
-
def async_add_job(self, target: Callable[..., Coroutine[Any, Any, _R]], *args: Any) ->
|
120
|
+
def async_add_job(self, target: Callable[..., Coroutine[Any, Any, _R]], *args: Any) -> asyncio.Future[_R] | None: ...
|
121
121
|
@overload
|
122
|
-
def async_add_job(self, target: Callable[...,
|
122
|
+
def async_add_job(self, target: Callable[..., Coroutine[Any, Any, _R] | _R], *args: Any) -> asyncio.Future[_R] | None: ...
|
123
123
|
@overload
|
124
|
-
def async_add_job(self, target: Coroutine[Any, Any, _R], *args: Any) ->
|
124
|
+
def async_add_job(self, target: Coroutine[Any, Any, _R], *args: Any) -> asyncio.Future[_R] | None: ...
|
125
125
|
@overload
|
126
|
-
def async_add_hass_job(self, hassjob: HassJob[..., Coroutine[Any, Any, _R]], *args: Any) ->
|
126
|
+
def async_add_hass_job(self, hassjob: HassJob[..., Coroutine[Any, Any, _R]], *args: Any) -> asyncio.Future[_R] | None: ...
|
127
127
|
@overload
|
128
|
-
def async_add_hass_job(self, hassjob: HassJob[...,
|
128
|
+
def async_add_hass_job(self, hassjob: HassJob[..., Coroutine[Any, Any, _R] | _R], *args: Any) -> asyncio.Future[_R] | None: ...
|
129
129
|
def create_task(self, target: Coroutine[Any, Any, Any]) -> None: ...
|
130
|
-
def async_create_task(self, target: Coroutine[Any, Any, _R], name:
|
130
|
+
def async_create_task(self, target: Coroutine[Any, Any, _R], name: str | None = ...) -> asyncio.Task[_R]: ...
|
131
131
|
def async_create_background_task(self, target: Coroutine[Any, Any, _R], name: str) -> asyncio.Task[_R]: ...
|
132
132
|
def async_add_executor_job(self, target: Callable[..., _T], *args: Any) -> asyncio.Future[_T]: ...
|
133
133
|
@overload
|
134
|
-
def async_run_hass_job(self, hassjob: HassJob[..., Coroutine[Any, Any, _R]], *args: Any) ->
|
134
|
+
def async_run_hass_job(self, hassjob: HassJob[..., Coroutine[Any, Any, _R]], *args: Any) -> asyncio.Future[_R] | None: ...
|
135
135
|
@overload
|
136
|
-
def async_run_hass_job(self, hassjob: HassJob[...,
|
136
|
+
def async_run_hass_job(self, hassjob: HassJob[..., Coroutine[Any, Any, _R] | _R], *args: Any) -> asyncio.Future[_R] | None: ...
|
137
137
|
@overload
|
138
|
-
def async_run_job(self, target: Callable[..., Coroutine[Any, Any, _R]], *args: Any) ->
|
138
|
+
def async_run_job(self, target: Callable[..., Coroutine[Any, Any, _R]], *args: Any) -> asyncio.Future[_R] | None: ...
|
139
139
|
@overload
|
140
|
-
def async_run_job(self, target: Callable[...,
|
140
|
+
def async_run_job(self, target: Callable[..., Coroutine[Any, Any, _R] | _R], *args: Any) -> asyncio.Future[_R] | None: ...
|
141
141
|
@overload
|
142
|
-
def async_run_job(self, target: Coroutine[Any, Any, _R], *args: Any) ->
|
142
|
+
def async_run_job(self, target: Coroutine[Any, Any, _R], *args: Any) -> asyncio.Future[_R] | None: ...
|
143
143
|
def block_till_done(self) -> None: ...
|
144
144
|
async def async_block_till_done(self) -> None: ...
|
145
145
|
async def _await_and_log_pending(self, pending: Collection[Awaitable[Any]]) -> None: ...
|
@@ -153,9 +153,9 @@ class Context:
|
|
153
153
|
user_id: Incomplete
|
154
154
|
parent_id: Incomplete
|
155
155
|
origin_event: Incomplete
|
156
|
-
def __init__(self, user_id:
|
156
|
+
def __init__(self, user_id: str | None = ..., parent_id: str | None = ..., id: str | None = ...) -> None: ...
|
157
157
|
def __eq__(self, other: Any) -> bool: ...
|
158
|
-
def as_dict(self) -> dict[str,
|
158
|
+
def as_dict(self) -> dict[str, str | None]: ...
|
159
159
|
|
160
160
|
class EventOrigin(enum.Enum):
|
161
161
|
local: str
|
@@ -169,13 +169,13 @@ class Event:
|
|
169
169
|
origin: Incomplete
|
170
170
|
time_fired: Incomplete
|
171
171
|
context: Incomplete
|
172
|
-
def __init__(self, event_type: str, data:
|
172
|
+
def __init__(self, event_type: str, data: dict[str, Any] | None = ..., origin: EventOrigin = ..., time_fired: datetime.datetime | None = ..., context: Context | None = ...) -> None: ...
|
173
173
|
def as_dict(self) -> dict[str, Any]: ...
|
174
174
|
def __repr__(self) -> str: ...
|
175
175
|
|
176
176
|
class _FilterableJob(NamedTuple):
|
177
|
-
job: HassJob[[Event],
|
178
|
-
event_filter:
|
177
|
+
job: HassJob[[Event], Coroutine[Any, Any, None] | None]
|
178
|
+
event_filter: Callable[[Event], bool] | None
|
179
179
|
run_immediately: bool
|
180
180
|
|
181
181
|
class EventBus:
|
@@ -185,13 +185,13 @@ class EventBus:
|
|
185
185
|
def async_listeners(self) -> dict[str, int]: ...
|
186
186
|
@property
|
187
187
|
def listeners(self) -> dict[str, int]: ...
|
188
|
-
def fire(self, event_type: str, event_data:
|
189
|
-
def async_fire(self, event_type: str, event_data:
|
190
|
-
def listen(self, event_type: str, listener: Callable[[Event],
|
191
|
-
def async_listen(self, event_type: str, listener: Callable[[Event],
|
188
|
+
def fire(self, event_type: str, event_data: dict[str, Any] | None = ..., origin: EventOrigin = ..., context: Context | None = ...) -> None: ...
|
189
|
+
def async_fire(self, event_type: str, event_data: dict[str, Any] | None = ..., origin: EventOrigin = ..., context: Context | None = ..., time_fired: datetime.datetime | None = ...) -> None: ...
|
190
|
+
def listen(self, event_type: str, listener: Callable[[Event], Coroutine[Any, Any, None] | None]) -> CALLBACK_TYPE: ...
|
191
|
+
def async_listen(self, event_type: str, listener: Callable[[Event], Coroutine[Any, Any, None] | None], event_filter: Callable[[Event], bool] | None = ..., run_immediately: bool = ...) -> CALLBACK_TYPE: ...
|
192
192
|
def _async_listen_filterable_job(self, event_type: str, filterable_job: _FilterableJob) -> CALLBACK_TYPE: ...
|
193
|
-
def listen_once(self, event_type: str, listener: Callable[[Event],
|
194
|
-
def async_listen_once(self, event_type: str, listener: Callable[[Event],
|
193
|
+
def listen_once(self, event_type: str, listener: Callable[[Event], Coroutine[Any, Any, None] | None]) -> CALLBACK_TYPE: ...
|
194
|
+
def async_listen_once(self, event_type: str, listener: Callable[[Event], Coroutine[Any, Any, None] | None]) -> CALLBACK_TYPE: ...
|
195
195
|
def _async_remove_listener(self, event_type: str, filterable_job: _FilterableJob) -> None: ...
|
196
196
|
|
197
197
|
class State:
|
@@ -204,13 +204,13 @@ class State:
|
|
204
204
|
context: Incomplete
|
205
205
|
_as_dict: Incomplete
|
206
206
|
_as_compressed_state: Incomplete
|
207
|
-
def __init__(self, entity_id: str, state: str, attributes:
|
207
|
+
def __init__(self, entity_id: str, state: str, attributes: Mapping[str, Any] | None = ..., last_changed: datetime.datetime | None = ..., last_updated: datetime.datetime | None = ..., context: Context | None = ..., validate_entity_id: bool | None = ...) -> None: ...
|
208
208
|
@property
|
209
209
|
def name(self) -> str: ...
|
210
210
|
def as_dict(self) -> ReadOnlyDict[str, Collection[Any]]: ...
|
211
211
|
def as_compressed_state(self) -> dict[str, Any]: ...
|
212
212
|
@classmethod
|
213
|
-
def from_dict(cls, json_dict: dict[str, Any]) ->
|
213
|
+
def from_dict(cls, json_dict: dict[str, Any]) -> Self | None: ...
|
214
214
|
def expire(self) -> None: ...
|
215
215
|
def __repr__(self) -> str: ...
|
216
216
|
|
@@ -220,25 +220,25 @@ class StateMachine:
|
|
220
220
|
_bus: Incomplete
|
221
221
|
_loop: Incomplete
|
222
222
|
def __init__(self, bus: EventBus, loop: asyncio.events.AbstractEventLoop) -> None: ...
|
223
|
-
def entity_ids(self, domain_filter:
|
224
|
-
def async_entity_ids(self, domain_filter:
|
225
|
-
def async_entity_ids_count(self, domain_filter:
|
226
|
-
def all(self, domain_filter:
|
227
|
-
def async_all(self, domain_filter:
|
228
|
-
def get(self, entity_id: str) ->
|
223
|
+
def entity_ids(self, domain_filter: str | None = ...) -> list[str]: ...
|
224
|
+
def async_entity_ids(self, domain_filter: str | Iterable[str] | None = ...) -> list[str]: ...
|
225
|
+
def async_entity_ids_count(self, domain_filter: str | Iterable[str] | None = ...) -> int: ...
|
226
|
+
def all(self, domain_filter: str | Iterable[str] | None = ...) -> list[State]: ...
|
227
|
+
def async_all(self, domain_filter: str | Iterable[str] | None = ...) -> list[State]: ...
|
228
|
+
def get(self, entity_id: str) -> State | None: ...
|
229
229
|
def is_state(self, entity_id: str, state: str) -> bool: ...
|
230
230
|
def remove(self, entity_id: str) -> bool: ...
|
231
|
-
def async_remove(self, entity_id: str, context:
|
232
|
-
def set(self, entity_id: str, new_state: str, attributes:
|
231
|
+
def async_remove(self, entity_id: str, context: Context | None = ...) -> bool: ...
|
232
|
+
def set(self, entity_id: str, new_state: str, attributes: Mapping[str, Any] | None = ..., force_update: bool = ..., context: Context | None = ...) -> None: ...
|
233
233
|
def async_reserve(self, entity_id: str) -> None: ...
|
234
234
|
def async_available(self, entity_id: str) -> bool: ...
|
235
|
-
def async_set(self, entity_id: str, new_state: str, attributes:
|
235
|
+
def async_set(self, entity_id: str, new_state: str, attributes: Mapping[str, Any] | None = ..., force_update: bool = ..., context: Context | None = ...) -> None: ...
|
236
236
|
|
237
237
|
class Service:
|
238
238
|
__slots__: Incomplete
|
239
239
|
job: Incomplete
|
240
240
|
schema: Incomplete
|
241
|
-
def __init__(self, func: Callable[[ServiceCall],
|
241
|
+
def __init__(self, func: Callable[[ServiceCall], Coroutine[Any, Any, None] | None], schema: vol.Schema | None, domain: str, service: str, context: Context | None = ...) -> None: ...
|
242
242
|
|
243
243
|
class ServiceCall:
|
244
244
|
__slots__: Incomplete
|
@@ -246,7 +246,7 @@ class ServiceCall:
|
|
246
246
|
service: Incomplete
|
247
247
|
data: Incomplete
|
248
248
|
context: Incomplete
|
249
|
-
def __init__(self, domain: str, service: str, data:
|
249
|
+
def __init__(self, domain: str, service: str, data: dict[str, Any] | None = ..., context: Context | None = ...) -> None: ...
|
250
250
|
def __repr__(self) -> str: ...
|
251
251
|
|
252
252
|
class ServiceRegistry:
|
@@ -257,13 +257,13 @@ class ServiceRegistry:
|
|
257
257
|
def services(self) -> dict[str, dict[str, Service]]: ...
|
258
258
|
def async_services(self) -> dict[str, dict[str, Service]]: ...
|
259
259
|
def has_service(self, domain: str, service: str) -> bool: ...
|
260
|
-
def register(self, domain: str, service: str, service_func: Callable[[ServiceCall],
|
261
|
-
def async_register(self, domain: str, service: str, service_func: Callable[[ServiceCall],
|
260
|
+
def register(self, domain: str, service: str, service_func: Callable[[ServiceCall], Coroutine[Any, Any, None] | None], schema: vol.Schema | None = ...) -> None: ...
|
261
|
+
def async_register(self, domain: str, service: str, service_func: Callable[[ServiceCall], Coroutine[Any, Any, None] | None], schema: vol.Schema | None = ...) -> None: ...
|
262
262
|
def remove(self, domain: str, service: str) -> None: ...
|
263
263
|
def async_remove(self, domain: str, service: str) -> None: ...
|
264
|
-
def call(self, domain: str, service: str, service_data:
|
265
|
-
async def async_call(self, domain: str, service: str, service_data:
|
266
|
-
def _run_service_in_background(self, coro_or_task:
|
264
|
+
def call(self, domain: str, service: str, service_data: dict[str, Any] | None = ..., blocking: bool = ..., context: Context | None = ..., limit: float | None = ..., target: dict[str, Any] | None = ...) -> bool | None: ...
|
265
|
+
async def async_call(self, domain: str, service: str, service_data: dict[str, Any] | None = ..., blocking: bool = ..., context: Context | None = ..., limit: float | None = ..., target: dict[str, Any] | None = ...) -> bool | None: ...
|
266
|
+
def _run_service_in_background(self, coro_or_task: Coroutine[Any, Any, None] | asyncio.Task[None], service_call: ServiceCall) -> None: ...
|
267
267
|
async def _execute_service(self, handler: Service, service_call: ServiceCall) -> None: ...
|
268
268
|
|
269
269
|
class Config:
|
@@ -292,13 +292,13 @@ class Config:
|
|
292
292
|
safe_mode: bool
|
293
293
|
legacy_templates: bool
|
294
294
|
def __init__(self, hass: HomeAssistant) -> None: ...
|
295
|
-
def distance(self, lat: float, lon: float) ->
|
295
|
+
def distance(self, lat: float, lon: float) -> float | None: ...
|
296
296
|
def path(self, *path: str) -> str: ...
|
297
297
|
def is_allowed_external_url(self, url: str) -> bool: ...
|
298
298
|
def is_allowed_path(self, path: str) -> bool: ...
|
299
299
|
def as_dict(self) -> dict[str, Any]: ...
|
300
300
|
def set_time_zone(self, time_zone_str: str) -> None: ...
|
301
|
-
def _update(self, *, source: ConfigSource, latitude:
|
301
|
+
def _update(self, *, source: ConfigSource, latitude: float | None = ..., longitude: float | None = ..., elevation: int | None = ..., unit_system: str | None = ..., location_name: str | None = ..., time_zone: str | None = ..., external_url: str | dict[Any, Any] | None = ..., internal_url: str | dict[Any, Any] | None = ..., currency: str | None = ..., country: str | dict[Any, Any] | None = ..., language: str | None = ...) -> None: ...
|
302
302
|
async def async_update(self, **kwargs: Any) -> None: ...
|
303
303
|
async def async_load(self) -> None: ...
|
304
304
|
async def _async_store(self) -> None: ...
|
@@ -40,20 +40,20 @@ class UnknownStep(FlowError): ...
|
|
40
40
|
class AbortFlow(FlowError):
|
41
41
|
reason: Incomplete
|
42
42
|
description_placeholders: Incomplete
|
43
|
-
def __init__(self, reason: str, description_placeholders:
|
43
|
+
def __init__(self, reason: str, description_placeholders: Mapping[str, str] | None = ...) -> None: ...
|
44
44
|
|
45
45
|
class FlowResult(TypedDict):
|
46
46
|
context: dict[str, Any]
|
47
|
-
data_schema:
|
47
|
+
data_schema: vol.Schema | None
|
48
48
|
data: Mapping[str, Any]
|
49
|
-
description_placeholders:
|
50
|
-
description:
|
51
|
-
errors:
|
49
|
+
description_placeholders: Mapping[str, str | None] | None
|
50
|
+
description: str | None
|
51
|
+
errors: dict[str, str] | None
|
52
52
|
extra: str
|
53
53
|
flow_id: Required[str]
|
54
54
|
handler: Required[str]
|
55
|
-
last_step:
|
56
|
-
menu_options:
|
55
|
+
last_step: bool | None
|
56
|
+
menu_options: list[str] | dict[str, str]
|
57
57
|
options: Mapping[str, Any]
|
58
58
|
progress_action: str
|
59
59
|
reason: str
|
@@ -74,7 +74,7 @@ class FlowManager(abc.ABC, metaclass=abc.ABCMeta):
|
|
74
74
|
_init_data_process_index: Incomplete
|
75
75
|
def __init__(self, hass: HomeAssistant) -> None: ...
|
76
76
|
@abc.abstractmethod
|
77
|
-
async def async_create_flow(self, handler_key: str, *, context:
|
77
|
+
async def async_create_flow(self, handler_key: str, *, context: dict[str, Any] | None = ..., data: dict[str, Any] | None = ...) -> FlowHandler: ...
|
78
78
|
@abc.abstractmethod
|
79
79
|
async def async_finish_flow(self, flow: FlowHandler, result: FlowResult) -> FlowResult: ...
|
80
80
|
async def async_post_init(self, flow: FlowHandler, result: FlowResult) -> None: ...
|
@@ -84,16 +84,16 @@ class FlowManager(abc.ABC, metaclass=abc.ABCMeta):
|
|
84
84
|
def async_progress_by_handler(self, handler: str, include_uninitialized: bool = ...) -> list[FlowResult]: ...
|
85
85
|
def async_progress_by_init_data_type(self, init_data_type: type, matcher: Callable[[Any], bool], include_uninitialized: bool = ...) -> list[FlowResult]: ...
|
86
86
|
def _async_progress_by_handler(self, handler: str) -> list[FlowHandler]: ...
|
87
|
-
async def async_init(self, handler: str, *, context:
|
88
|
-
async def async_configure(self, flow_id: str, user_input:
|
87
|
+
async def async_init(self, handler: str, *, context: dict[str, Any] | None = ..., data: Any = ...) -> FlowResult: ...
|
88
|
+
async def async_configure(self, flow_id: str, user_input: dict | None = ...) -> FlowResult: ...
|
89
89
|
def async_abort(self, flow_id: str) -> None: ...
|
90
90
|
def _async_add_flow_progress(self, flow: FlowHandler) -> None: ...
|
91
91
|
def _async_remove_flow_from_index(self, flow: FlowHandler) -> None: ...
|
92
92
|
def _async_remove_flow_progress(self, flow_id: str) -> None: ...
|
93
|
-
async def _async_handle_step(self, flow: FlowHandler, step_id: str, user_input:
|
93
|
+
async def _async_handle_step(self, flow: FlowHandler, step_id: str, user_input: dict | BaseServiceInfo | None) -> FlowResult: ...
|
94
94
|
|
95
95
|
class FlowHandler:
|
96
|
-
cur_step:
|
96
|
+
cur_step: FlowResult | None
|
97
97
|
flow_id: str
|
98
98
|
hass: HomeAssistant
|
99
99
|
handler: str
|
@@ -102,18 +102,18 @@ class FlowHandler:
|
|
102
102
|
init_data: Any
|
103
103
|
VERSION: int
|
104
104
|
@property
|
105
|
-
def source(self) ->
|
105
|
+
def source(self) -> str | None: ...
|
106
106
|
@property
|
107
107
|
def show_advanced_options(self) -> bool: ...
|
108
|
-
def add_suggested_values_to_schema(self, data_schema: vol.Schema, suggested_values:
|
109
|
-
def async_show_form(self, *, step_id: str, data_schema:
|
110
|
-
def async_create_entry(self, *, title:
|
111
|
-
def async_abort(self, *, reason: str, description_placeholders:
|
112
|
-
def async_external_step(self, *, step_id: str, url: str, description_placeholders:
|
108
|
+
def add_suggested_values_to_schema(self, data_schema: vol.Schema, suggested_values: Mapping[str, Any] | None) -> vol.Schema: ...
|
109
|
+
def async_show_form(self, *, step_id: str, data_schema: vol.Schema | None = ..., errors: dict[str, str] | None = ..., description_placeholders: Mapping[str, str | None] | None = ..., last_step: bool | None = ...) -> FlowResult: ...
|
110
|
+
def async_create_entry(self, *, title: str | None = ..., data: Mapping[str, Any], description: str | None = ..., description_placeholders: Mapping[str, str] | None = ...) -> FlowResult: ...
|
111
|
+
def async_abort(self, *, reason: str, description_placeholders: Mapping[str, str] | None = ...) -> FlowResult: ...
|
112
|
+
def async_external_step(self, *, step_id: str, url: str, description_placeholders: Mapping[str, str] | None = ...) -> FlowResult: ...
|
113
113
|
def async_external_step_done(self, *, next_step_id: str) -> FlowResult: ...
|
114
|
-
def async_show_progress(self, *, step_id: str, progress_action: str, description_placeholders:
|
114
|
+
def async_show_progress(self, *, step_id: str, progress_action: str, description_placeholders: Mapping[str, str] | None = ...) -> FlowResult: ...
|
115
115
|
def async_show_progress_done(self, *, next_step_id: str) -> FlowResult: ...
|
116
|
-
def async_show_menu(self, *, step_id: str, menu_options:
|
116
|
+
def async_show_menu(self, *, step_id: str, menu_options: list[str] | dict[str, str], description_placeholders: Mapping[str, str] | None = ...) -> FlowResult: ...
|
117
117
|
def async_remove(self) -> None: ...
|
118
118
|
|
119
|
-
def _create_abort_data(flow_id: str, handler: str, reason: str, description_placeholders:
|
119
|
+
def _create_abort_data(flow_id: str, handler: str, reason: str, description_placeholders: Mapping[str, str] | None = ...) -> FlowResult: ...
|
@@ -7,7 +7,7 @@ class InvalidEntityFormatError(HomeAssistantError): ...
|
|
7
7
|
class NoEntitySpecifiedError(HomeAssistantError): ...
|
8
8
|
|
9
9
|
class TemplateError(HomeAssistantError):
|
10
|
-
def __init__(self, exception:
|
10
|
+
def __init__(self, exception: Exception | str) -> None: ...
|
11
11
|
|
12
12
|
class ConditionError(HomeAssistantError):
|
13
13
|
type: str
|
@@ -50,7 +50,7 @@ class Unauthorized(HomeAssistantError):
|
|
50
50
|
config_entry_id: Incomplete
|
51
51
|
perm_category: Incomplete
|
52
52
|
permission: Incomplete
|
53
|
-
def __init__(self, context:
|
53
|
+
def __init__(self, context: Context | None = ..., user_id: str | None = ..., entity_id: str | None = ..., config_entry_id: str | None = ..., perm_category: str | None = ..., permission: str | None = ...) -> None: ...
|
54
54
|
|
55
55
|
class UnknownUser(Unauthorized): ...
|
56
56
|
|
@@ -1 +1 @@
|
|
1
|
-
BLUETOOTH: list[dict[str,
|
1
|
+
BLUETOOTH: list[dict[str, bool | str | int | list[int]]]
|
@@ -1 +1 @@
|
|
1
|
-
DHCP: list[dict[str,
|
1
|
+
DHCP: list[dict[str, str | bool]]
|
@@ -2,5 +2,5 @@ from .typing import ConfigType as ConfigType
|
|
2
2
|
from collections.abc import Iterable, Sequence
|
3
3
|
from homeassistant.const import CONF_PLATFORM as CONF_PLATFORM
|
4
4
|
|
5
|
-
def config_per_platform(config: ConfigType, domain: str) -> Iterable[tuple[
|
5
|
+
def config_per_platform(config: ConfigType, domain: str) -> Iterable[tuple[str | None, ConfigType]]: ...
|
6
6
|
def extract_domain_configs(config: ConfigType, domain: str) -> Sequence[str]: ...
|
@@ -26,9 +26,9 @@ class HassClientResponse(aiohttp.ClientResponse):
|
|
26
26
|
|
27
27
|
def async_get_clientsession(hass: HomeAssistant, verify_ssl: bool = ...) -> aiohttp.ClientSession: ...
|
28
28
|
def async_create_clientsession(hass: HomeAssistant, verify_ssl: bool = ..., auto_cleanup: bool = ..., **kwargs: Any) -> aiohttp.ClientSession: ...
|
29
|
-
def _async_create_clientsession(hass: HomeAssistant, verify_ssl: bool = ..., auto_cleanup_method:
|
30
|
-
async def async_aiohttp_proxy_web(hass: HomeAssistant, request: web.BaseRequest, web_coro: Awaitable[aiohttp.ClientResponse], buffer_size: int = ..., timeout: int = ...) ->
|
31
|
-
async def async_aiohttp_proxy_stream(hass: HomeAssistant, request: web.BaseRequest, stream: aiohttp.StreamReader, content_type:
|
29
|
+
def _async_create_clientsession(hass: HomeAssistant, verify_ssl: bool = ..., auto_cleanup_method: Callable[[HomeAssistant, aiohttp.ClientSession], None] | None = ..., **kwargs: Any) -> aiohttp.ClientSession: ...
|
30
|
+
async def async_aiohttp_proxy_web(hass: HomeAssistant, request: web.BaseRequest, web_coro: Awaitable[aiohttp.ClientResponse], buffer_size: int = ..., timeout: int = ...) -> web.StreamResponse | None: ...
|
31
|
+
async def async_aiohttp_proxy_stream(hass: HomeAssistant, request: web.BaseRequest, stream: aiohttp.StreamReader, content_type: str | None, buffer_size: int = ..., timeout: int = ...) -> web.StreamResponse: ...
|
32
32
|
def _async_register_clientsession_shutdown(hass: HomeAssistant, clientsession: aiohttp.ClientSession) -> None: ...
|
33
33
|
def _async_register_default_clientsession_shutdown(hass: HomeAssistant, clientsession: aiohttp.ClientSession) -> None: ...
|
34
34
|
def _async_get_connector(hass: HomeAssistant, verify_ssl: bool = ...) -> aiohttp.BaseConnector: ...
|
@@ -1,6 +1,6 @@
|
|
1
1
|
from aiohttp import web_protocol
|
2
2
|
|
3
3
|
class CancelOnDisconnectRequestHandler(web_protocol.RequestHandler):
|
4
|
-
def connection_lost(self, exc:
|
4
|
+
def connection_lost(self, exc: BaseException | None) -> None: ...
|
5
5
|
|
6
6
|
def restore_original_aiohttp_cancel_behavior() -> None: ...
|
@@ -19,8 +19,8 @@ class AreaEntry:
|
|
19
19
|
name: str
|
20
20
|
normalized_name: str
|
21
21
|
aliases: set[str]
|
22
|
-
id:
|
23
|
-
picture:
|
22
|
+
id: str | None
|
23
|
+
picture: str | None
|
24
24
|
def generate_id(self, existing_ids: Container[str]) -> None: ...
|
25
25
|
def __init__(self, name, normalized_name, aliases, id, picture) -> None: ...
|
26
26
|
def __lt__(self, other): ...
|
@@ -37,14 +37,14 @@ class AreaRegistry:
|
|
37
37
|
_store: Incomplete
|
38
38
|
_normalized_name_area_idx: Incomplete
|
39
39
|
def __init__(self, hass: HomeAssistant) -> None: ...
|
40
|
-
def async_get_area(self, area_id: str) ->
|
41
|
-
def async_get_area_by_name(self, name: str) ->
|
40
|
+
def async_get_area(self, area_id: str) -> AreaEntry | None: ...
|
41
|
+
def async_get_area_by_name(self, name: str) -> AreaEntry | None: ...
|
42
42
|
def async_list_areas(self) -> Iterable[AreaEntry]: ...
|
43
43
|
def async_get_or_create(self, name: str) -> AreaEntry: ...
|
44
|
-
def async_create(self, name: str, *, aliases:
|
44
|
+
def async_create(self, name: str, *, aliases: set[str] | None = ..., picture: str | None = ...) -> AreaEntry: ...
|
45
45
|
def async_delete(self, area_id: str) -> None: ...
|
46
|
-
def async_update(self, area_id: str, *, aliases:
|
47
|
-
def _async_update(self, area_id: str, *, aliases:
|
46
|
+
def async_update(self, area_id: str, *, aliases: set[str] | UndefinedType = ..., name: str | UndefinedType = ..., picture: str | None | UndefinedType = ...) -> AreaEntry: ...
|
47
|
+
def _async_update(self, area_id: str, *, aliases: set[str] | UndefinedType = ..., name: str | UndefinedType = ..., picture: str | None | UndefinedType = ...) -> AreaEntry: ...
|
48
48
|
async def async_load(self) -> None: ...
|
49
49
|
def async_schedule_save(self) -> None: ...
|
50
50
|
def _data_to_save(self) -> dict[str, list[dict[str, Any]]]: ...
|
@@ -11,13 +11,13 @@ from typing_extensions import Self
|
|
11
11
|
|
12
12
|
class CheckConfigError(NamedTuple):
|
13
13
|
message: str
|
14
|
-
domain:
|
15
|
-
config:
|
14
|
+
domain: str | None
|
15
|
+
config: ConfigType | None
|
16
16
|
|
17
17
|
class HomeAssistantConfig(OrderedDict):
|
18
18
|
errors: Incomplete
|
19
19
|
def __init__(self) -> None: ...
|
20
|
-
def add_error(self, message: str, domain:
|
20
|
+
def add_error(self, message: str, domain: str | None = ..., config: ConfigType | None = ...) -> Self: ...
|
21
21
|
@property
|
22
22
|
def error_str(self) -> str: ...
|
23
23
|
|
@@ -58,7 +58,7 @@ class ObservableCollection(ABC):
|
|
58
58
|
data: Incomplete
|
59
59
|
listeners: Incomplete
|
60
60
|
change_set_listeners: Incomplete
|
61
|
-
def __init__(self, logger: logging.Logger, id_manager:
|
61
|
+
def __init__(self, logger: logging.Logger, id_manager: IDManager | None = ...) -> None: ...
|
62
62
|
def async_items(self) -> list[dict]: ...
|
63
63
|
def async_add_listener(self, listener: ChangeListener) -> None: ...
|
64
64
|
def async_add_change_set_listener(self, listener: ChangeSetListener) -> None: ...
|
@@ -71,12 +71,12 @@ class YamlCollection(ObservableCollection):
|
|
71
71
|
|
72
72
|
class StorageCollection(ObservableCollection, ABC, metaclass=abc.ABCMeta):
|
73
73
|
store: Incomplete
|
74
|
-
def __init__(self, store: Store, logger: logging.Logger, id_manager:
|
74
|
+
def __init__(self, store: Store, logger: logging.Logger, id_manager: IDManager | None = ...) -> None: ...
|
75
75
|
@staticmethod
|
76
76
|
def create_entity(entity_class: type[CollectionEntity], config: ConfigType) -> CollectionEntity: ...
|
77
77
|
@property
|
78
78
|
def hass(self) -> HomeAssistant: ...
|
79
|
-
async def _async_load_data(self) ->
|
79
|
+
async def _async_load_data(self) -> dict | None: ...
|
80
80
|
async def async_load(self) -> None: ...
|
81
81
|
@abstractmethod
|
82
82
|
async def _process_create_data(self, data: dict) -> dict: ...
|
@@ -94,7 +94,7 @@ class IDLessCollection(YamlCollection):
|
|
94
94
|
counter: int
|
95
95
|
async def async_load(self, data: list[dict]) -> None: ...
|
96
96
|
|
97
|
-
def sync_entity_lifecycle(hass: HomeAssistant, domain: str, platform: str, entity_component: EntityComponent, collection:
|
97
|
+
def sync_entity_lifecycle(hass: HomeAssistant, domain: str, platform: str, entity_component: EntityComponent, collection: StorageCollection | YamlCollection, entity_class: type[CollectionEntity]) -> None: ...
|
98
98
|
|
99
99
|
class StorageCollectionWebsocket:
|
100
100
|
storage_collection: Incomplete
|