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
@@ -64,117 +64,117 @@ EVENT_ORIGIN_TO_IDX: Incomplete
|
|
64
64
|
|
65
65
|
class Events(Base):
|
66
66
|
__table_args__: Incomplete
|
67
|
-
__tablename__
|
67
|
+
__tablename__ = TABLE_EVENTS
|
68
68
|
event_id: Mapped[int]
|
69
|
-
event_type: Mapped[
|
70
|
-
event_data: Mapped[
|
71
|
-
origin: Mapped[
|
72
|
-
origin_idx: Mapped[
|
73
|
-
time_fired: Mapped[
|
74
|
-
time_fired_ts: Mapped[
|
75
|
-
context_id: Mapped[
|
76
|
-
context_user_id: Mapped[
|
77
|
-
context_parent_id: Mapped[
|
78
|
-
data_id: Mapped[
|
79
|
-
context_id_bin: Mapped[
|
80
|
-
context_user_id_bin: Mapped[
|
81
|
-
context_parent_id_bin: Mapped[
|
82
|
-
event_type_id: Mapped[
|
83
|
-
event_data_rel: Mapped[
|
84
|
-
event_type_rel: Mapped[
|
69
|
+
event_type: Mapped[str | None]
|
70
|
+
event_data: Mapped[str | None]
|
71
|
+
origin: Mapped[str | None]
|
72
|
+
origin_idx: Mapped[int | None]
|
73
|
+
time_fired: Mapped[datetime | None]
|
74
|
+
time_fired_ts: Mapped[float | None]
|
75
|
+
context_id: Mapped[str | None]
|
76
|
+
context_user_id: Mapped[str | None]
|
77
|
+
context_parent_id: Mapped[str | None]
|
78
|
+
data_id: Mapped[int | None]
|
79
|
+
context_id_bin: Mapped[bytes | None]
|
80
|
+
context_user_id_bin: Mapped[bytes | None]
|
81
|
+
context_parent_id_bin: Mapped[bytes | None]
|
82
|
+
event_type_id: Mapped[int | None]
|
83
|
+
event_data_rel: Mapped[EventData | None]
|
84
|
+
event_type_rel: Mapped[EventTypes | None]
|
85
85
|
def __repr__(self) -> str: ...
|
86
86
|
@property
|
87
|
-
def _time_fired_isotime(self) ->
|
87
|
+
def _time_fired_isotime(self) -> str | None: ...
|
88
88
|
@staticmethod
|
89
89
|
def from_event(event: Event) -> Events: ...
|
90
|
-
def to_native(self, validate_entity_id: bool = ...) ->
|
90
|
+
def to_native(self, validate_entity_id: bool = ...) -> Event | None: ...
|
91
91
|
|
92
92
|
class EventData(Base):
|
93
93
|
__table_args__: Incomplete
|
94
|
-
__tablename__
|
94
|
+
__tablename__ = TABLE_EVENT_DATA
|
95
95
|
data_id: Mapped[int]
|
96
|
-
hash: Mapped[
|
97
|
-
shared_data: Mapped[
|
96
|
+
hash: Mapped[int | None]
|
97
|
+
shared_data: Mapped[str | None]
|
98
98
|
def __repr__(self) -> str: ...
|
99
99
|
@staticmethod
|
100
|
-
def shared_data_bytes_from_event(event: Event, dialect:
|
100
|
+
def shared_data_bytes_from_event(event: Event, dialect: SupportedDialect | None) -> bytes: ...
|
101
101
|
@staticmethod
|
102
102
|
def hash_shared_data_bytes(shared_data_bytes: bytes) -> int: ...
|
103
103
|
def to_native(self) -> dict[str, Any]: ...
|
104
104
|
|
105
105
|
class EventTypes(Base):
|
106
106
|
__table_args__: Incomplete
|
107
|
-
__tablename__
|
107
|
+
__tablename__ = TABLE_EVENT_TYPES
|
108
108
|
event_type_id: Mapped[int]
|
109
|
-
event_type: Mapped[
|
109
|
+
event_type: Mapped[str | None]
|
110
110
|
def __repr__(self) -> str: ...
|
111
111
|
|
112
112
|
class States(Base):
|
113
113
|
__table_args__: Incomplete
|
114
|
-
__tablename__
|
114
|
+
__tablename__ = TABLE_STATES
|
115
115
|
state_id: Mapped[int]
|
116
|
-
entity_id: Mapped[
|
117
|
-
state: Mapped[
|
118
|
-
attributes: Mapped[
|
119
|
-
event_id: Mapped[
|
120
|
-
last_changed: Mapped[
|
121
|
-
last_changed_ts: Mapped[
|
122
|
-
last_updated: Mapped[
|
123
|
-
last_updated_ts: Mapped[
|
124
|
-
old_state_id: Mapped[
|
125
|
-
attributes_id: Mapped[
|
126
|
-
context_id: Mapped[
|
127
|
-
context_user_id: Mapped[
|
128
|
-
context_parent_id: Mapped[
|
129
|
-
origin_idx: Mapped[
|
130
|
-
old_state: Mapped[
|
131
|
-
state_attributes: Mapped[
|
132
|
-
context_id_bin: Mapped[
|
133
|
-
context_user_id_bin: Mapped[
|
134
|
-
context_parent_id_bin: Mapped[
|
135
|
-
metadata_id: Mapped[
|
136
|
-
states_meta_rel: Mapped[
|
116
|
+
entity_id: Mapped[str | None]
|
117
|
+
state: Mapped[str | None]
|
118
|
+
attributes: Mapped[str | None]
|
119
|
+
event_id: Mapped[int | None]
|
120
|
+
last_changed: Mapped[datetime | None]
|
121
|
+
last_changed_ts: Mapped[float | None]
|
122
|
+
last_updated: Mapped[datetime | None]
|
123
|
+
last_updated_ts: Mapped[float | None]
|
124
|
+
old_state_id: Mapped[int | None]
|
125
|
+
attributes_id: Mapped[int | None]
|
126
|
+
context_id: Mapped[str | None]
|
127
|
+
context_user_id: Mapped[str | None]
|
128
|
+
context_parent_id: Mapped[str | None]
|
129
|
+
origin_idx: Mapped[int | None]
|
130
|
+
old_state: Mapped[States | None]
|
131
|
+
state_attributes: Mapped[StateAttributes | None]
|
132
|
+
context_id_bin: Mapped[bytes | None]
|
133
|
+
context_user_id_bin: Mapped[bytes | None]
|
134
|
+
context_parent_id_bin: Mapped[bytes | None]
|
135
|
+
metadata_id: Mapped[int | None]
|
136
|
+
states_meta_rel: Mapped[StatesMeta | None]
|
137
137
|
def __repr__(self) -> str: ...
|
138
138
|
@property
|
139
|
-
def _last_updated_isotime(self) ->
|
139
|
+
def _last_updated_isotime(self) -> str | None: ...
|
140
140
|
@staticmethod
|
141
141
|
def from_event(event: Event) -> States: ...
|
142
|
-
def to_native(self, validate_entity_id: bool = ...) ->
|
142
|
+
def to_native(self, validate_entity_id: bool = ...) -> State | None: ...
|
143
143
|
|
144
144
|
class StateAttributes(Base):
|
145
145
|
__table_args__: Incomplete
|
146
|
-
__tablename__
|
146
|
+
__tablename__ = TABLE_STATE_ATTRIBUTES
|
147
147
|
attributes_id: Mapped[int]
|
148
|
-
hash: Mapped[
|
149
|
-
shared_attrs: Mapped[
|
148
|
+
hash: Mapped[int | None]
|
149
|
+
shared_attrs: Mapped[str | None]
|
150
150
|
def __repr__(self) -> str: ...
|
151
151
|
@staticmethod
|
152
|
-
def shared_attrs_bytes_from_event(event: Event, entity_sources: dict[str, dict[str, str]], exclude_attrs_by_domain: dict[str, set[str]], dialect:
|
152
|
+
def shared_attrs_bytes_from_event(event: Event, entity_sources: dict[str, dict[str, str]], exclude_attrs_by_domain: dict[str, set[str]], dialect: SupportedDialect | None) -> bytes: ...
|
153
153
|
@staticmethod
|
154
154
|
def hash_shared_attrs_bytes(shared_attrs_bytes: bytes) -> int: ...
|
155
155
|
def to_native(self) -> dict[str, Any]: ...
|
156
156
|
|
157
157
|
class StatesMeta(Base):
|
158
158
|
__table_args__: Incomplete
|
159
|
-
__tablename__
|
159
|
+
__tablename__ = TABLE_STATES_META
|
160
160
|
metadata_id: Mapped[int]
|
161
|
-
entity_id: Mapped[
|
161
|
+
entity_id: Mapped[str | None]
|
162
162
|
def __repr__(self) -> str: ...
|
163
163
|
|
164
164
|
class StatisticsBase:
|
165
165
|
id: Mapped[int]
|
166
|
-
created: Mapped[
|
167
|
-
created_ts: Mapped[
|
168
|
-
metadata_id: Mapped[
|
169
|
-
start: Mapped[
|
170
|
-
start_ts: Mapped[
|
171
|
-
mean: Mapped[
|
172
|
-
min: Mapped[
|
173
|
-
max: Mapped[
|
174
|
-
last_reset: Mapped[
|
175
|
-
last_reset_ts: Mapped[
|
176
|
-
state: Mapped[
|
177
|
-
sum: Mapped[
|
166
|
+
created: Mapped[datetime | None]
|
167
|
+
created_ts: Mapped[float | None]
|
168
|
+
metadata_id: Mapped[int | None]
|
169
|
+
start: Mapped[datetime | None]
|
170
|
+
start_ts: Mapped[float | None]
|
171
|
+
mean: Mapped[float | None]
|
172
|
+
min: Mapped[float | None]
|
173
|
+
max: Mapped[float | None]
|
174
|
+
last_reset: Mapped[datetime | None]
|
175
|
+
last_reset_ts: Mapped[float | None]
|
176
|
+
state: Mapped[float | None]
|
177
|
+
sum: Mapped[float | None]
|
178
178
|
duration: timedelta
|
179
179
|
@classmethod
|
180
180
|
def from_stats(cls, metadata_id: int, stats: StatisticData) -> Self: ...
|
@@ -184,46 +184,46 @@ class StatisticsBase:
|
|
184
184
|
class Statistics(Base, StatisticsBase):
|
185
185
|
duration: Incomplete
|
186
186
|
__table_args__: Incomplete
|
187
|
-
__tablename__
|
187
|
+
__tablename__ = TABLE_STATISTICS
|
188
188
|
|
189
189
|
class StatisticsShortTerm(Base, StatisticsBase):
|
190
190
|
duration: Incomplete
|
191
191
|
__table_args__: Incomplete
|
192
|
-
__tablename__
|
192
|
+
__tablename__ = TABLE_STATISTICS_SHORT_TERM
|
193
193
|
|
194
194
|
class StatisticsMeta(Base):
|
195
195
|
__table_args__: Incomplete
|
196
|
-
__tablename__
|
196
|
+
__tablename__ = TABLE_STATISTICS_META
|
197
197
|
id: Mapped[int]
|
198
|
-
statistic_id: Mapped[
|
199
|
-
source: Mapped[
|
200
|
-
unit_of_measurement: Mapped[
|
201
|
-
has_mean: Mapped[
|
202
|
-
has_sum: Mapped[
|
203
|
-
name: Mapped[
|
198
|
+
statistic_id: Mapped[str | None]
|
199
|
+
source: Mapped[str | None]
|
200
|
+
unit_of_measurement: Mapped[str | None]
|
201
|
+
has_mean: Mapped[bool | None]
|
202
|
+
has_sum: Mapped[bool | None]
|
203
|
+
name: Mapped[str | None]
|
204
204
|
@staticmethod
|
205
205
|
def from_meta(meta: StatisticMetaData) -> StatisticsMeta: ...
|
206
206
|
|
207
207
|
class RecorderRuns(Base):
|
208
208
|
__table_args__: Incomplete
|
209
|
-
__tablename__
|
209
|
+
__tablename__ = TABLE_RECORDER_RUNS
|
210
210
|
run_id: Mapped[int]
|
211
211
|
start: Mapped[datetime]
|
212
|
-
end: Mapped[
|
212
|
+
end: Mapped[datetime | None]
|
213
213
|
closed_incorrect: Mapped[bool]
|
214
214
|
created: Mapped[datetime]
|
215
215
|
def __repr__(self) -> str: ...
|
216
216
|
def to_native(self, validate_entity_id: bool = ...) -> Self: ...
|
217
217
|
|
218
218
|
class SchemaChanges(Base):
|
219
|
-
__tablename__
|
219
|
+
__tablename__ = TABLE_SCHEMA_CHANGES
|
220
220
|
change_id: Mapped[int]
|
221
|
-
schema_version: Mapped[
|
221
|
+
schema_version: Mapped[int | None]
|
222
222
|
changed: Mapped[datetime]
|
223
223
|
def __repr__(self) -> str: ...
|
224
224
|
|
225
225
|
class StatisticsRuns(Base):
|
226
|
-
__tablename__
|
226
|
+
__tablename__ = TABLE_STATISTICS_RUNS
|
227
227
|
run_id: Mapped[int]
|
228
228
|
start: Mapped[datetime]
|
229
229
|
def __repr__(self) -> str: ...
|
@@ -18,7 +18,7 @@ FITLER_MATCHERS: Incomplete
|
|
18
18
|
|
19
19
|
def extract_include_exclude_filter_conf(conf: ConfigType) -> dict[str, Any]: ...
|
20
20
|
def merge_include_exclude_filters(base_filter: dict[str, Any], add_filter: dict[str, Any]) -> dict[str, Any]: ...
|
21
|
-
def sqlalchemy_filter_from_include_exclude_conf(conf: ConfigType) ->
|
21
|
+
def sqlalchemy_filter_from_include_exclude_conf(conf: ConfigType) -> Filters | None: ...
|
22
22
|
|
23
23
|
class Filters:
|
24
24
|
_excluded_entities: Incomplete
|
@@ -27,7 +27,7 @@ class Filters:
|
|
27
27
|
_included_entities: Incomplete
|
28
28
|
_included_domains: Incomplete
|
29
29
|
_included_entity_globs: Incomplete
|
30
|
-
def __init__(self, excluded_entities:
|
30
|
+
def __init__(self, excluded_entities: Collection[str] | None = ..., excluded_domains: Collection[str] | None = ..., excluded_entity_globs: Collection[str] | None = ..., included_entities: Collection[str] | None = ..., included_domains: Collection[str] | None = ..., included_entity_globs: Collection[str] | None = ...) -> None: ...
|
31
31
|
def __repr__(self) -> str: ...
|
32
32
|
@property
|
33
33
|
def has_config(self) -> bool: ...
|
@@ -6,8 +6,8 @@ from homeassistant.core import HomeAssistant, State
|
|
6
6
|
from sqlalchemy.orm.session import Session
|
7
7
|
from typing import Any
|
8
8
|
|
9
|
-
def get_full_significant_states_with_session(hass: HomeAssistant, session: Session, start_time: datetime, end_time:
|
9
|
+
def get_full_significant_states_with_session(hass: HomeAssistant, session: Session, start_time: datetime, end_time: datetime | None = ..., entity_ids: list[str] | None = ..., filters: Filters | None = ..., include_start_time_state: bool = ..., significant_changes_only: bool = ..., no_attributes: bool = ...) -> MutableMapping[str, list[State]]: ...
|
10
10
|
def get_last_state_changes(hass: HomeAssistant, number_of_states: int, entity_id: str) -> MutableMapping[str, list[State]]: ...
|
11
|
-
def get_significant_states(hass: HomeAssistant, start_time: datetime, end_time:
|
12
|
-
def get_significant_states_with_session(hass: HomeAssistant, session: Session, start_time: datetime, end_time:
|
13
|
-
def state_changes_during_period(hass: HomeAssistant, start_time: datetime, end_time:
|
11
|
+
def get_significant_states(hass: HomeAssistant, start_time: datetime, end_time: datetime | None = ..., entity_ids: list[str] | None = ..., filters: Filters | None = ..., include_start_time_state: bool = ..., significant_changes_only: bool = ..., minimal_response: bool = ..., no_attributes: bool = ..., compressed_state_format: bool = ...) -> MutableMapping[str, list[State | dict[str, Any]]]: ...
|
12
|
+
def get_significant_states_with_session(hass: HomeAssistant, session: Session, start_time: datetime, end_time: datetime | None = ..., entity_ids: list[str] | None = ..., filters: Filters | None = ..., include_start_time_state: bool = ..., significant_changes_only: bool = ..., minimal_response: bool = ..., no_attributes: bool = ..., compressed_state_format: bool = ...) -> MutableMapping[str, list[State | dict[str, Any]]]: ...
|
13
|
+
def state_changes_during_period(hass: HomeAssistant, start_time: datetime, end_time: datetime | None = ..., entity_id: str | None = ..., no_attributes: bool = ..., descending: bool = ..., limit: int | None = ..., include_start_time_state: bool = ...) -> MutableMapping[str, list[State]]: ...
|
@@ -37,17 +37,17 @@ _FIELD_MAP: Incomplete
|
|
37
37
|
_FIELD_MAP_PRE_SCHEMA_31: Incomplete
|
38
38
|
|
39
39
|
def _lambda_stmt_and_join_attributes(schema_version: int, no_attributes: bool, include_last_changed: bool = ...) -> tuple[StatementLambdaElement, bool]: ...
|
40
|
-
def get_significant_states(hass: HomeAssistant, start_time: datetime, end_time:
|
40
|
+
def get_significant_states(hass: HomeAssistant, start_time: datetime, end_time: datetime | None = ..., entity_ids: list[str] | None = ..., filters: Filters | None = ..., include_start_time_state: bool = ..., significant_changes_only: bool = ..., minimal_response: bool = ..., no_attributes: bool = ..., compressed_state_format: bool = ...) -> MutableMapping[str, list[State | dict[str, Any]]]: ...
|
41
41
|
def _ignore_domains_filter(query: Query) -> Query: ...
|
42
|
-
def _significant_states_stmt(schema_version: int, start_time: datetime, end_time:
|
43
|
-
def get_significant_states_with_session(hass: HomeAssistant, session: Session, start_time: datetime, end_time:
|
44
|
-
def get_full_significant_states_with_session(hass: HomeAssistant, session: Session, start_time: datetime, end_time:
|
45
|
-
def _state_changed_during_period_stmt(schema_version: int, start_time: datetime, end_time:
|
46
|
-
def state_changes_during_period(hass: HomeAssistant, start_time: datetime, end_time:
|
42
|
+
def _significant_states_stmt(schema_version: int, start_time: datetime, end_time: datetime | None, entity_ids: list[str] | None, filters: Filters | None, significant_changes_only: bool, no_attributes: bool) -> StatementLambdaElement: ...
|
43
|
+
def get_significant_states_with_session(hass: HomeAssistant, session: Session, start_time: datetime, end_time: datetime | None = ..., entity_ids: list[str] | None = ..., filters: Filters | None = ..., include_start_time_state: bool = ..., significant_changes_only: bool = ..., minimal_response: bool = ..., no_attributes: bool = ..., compressed_state_format: bool = ...) -> MutableMapping[str, list[State | dict[str, Any]]]: ...
|
44
|
+
def get_full_significant_states_with_session(hass: HomeAssistant, session: Session, start_time: datetime, end_time: datetime | None = ..., entity_ids: list[str] | None = ..., filters: Filters | None = ..., include_start_time_state: bool = ..., significant_changes_only: bool = ..., no_attributes: bool = ...) -> MutableMapping[str, list[State]]: ...
|
45
|
+
def _state_changed_during_period_stmt(schema_version: int, start_time: datetime, end_time: datetime | None, entity_id: str | None, no_attributes: bool, descending: bool, limit: int | None) -> StatementLambdaElement: ...
|
46
|
+
def state_changes_during_period(hass: HomeAssistant, start_time: datetime, end_time: datetime | None = ..., entity_id: str | None = ..., no_attributes: bool = ..., descending: bool = ..., limit: int | None = ..., include_start_time_state: bool = ...) -> MutableMapping[str, list[State]]: ...
|
47
47
|
def _get_last_state_changes_stmt(schema_version: int, number_of_states: int, entity_id: str) -> StatementLambdaElement: ...
|
48
48
|
def get_last_state_changes(hass: HomeAssistant, number_of_states: int, entity_id: str) -> MutableMapping[str, list[State]]: ...
|
49
49
|
def _get_states_for_entities_stmt(schema_version: int, run_start: datetime, utc_point_in_time: datetime, entity_ids: list[str], no_attributes: bool) -> StatementLambdaElement: ...
|
50
|
-
def _get_states_for_all_stmt(schema_version: int, run_start: datetime, utc_point_in_time: datetime, filters:
|
51
|
-
def _get_rows_with_session(hass: HomeAssistant, session: Session, utc_point_in_time: datetime, entity_ids:
|
50
|
+
def _get_states_for_all_stmt(schema_version: int, run_start: datetime, utc_point_in_time: datetime, filters: Filters | None, no_attributes: bool) -> StatementLambdaElement: ...
|
51
|
+
def _get_rows_with_session(hass: HomeAssistant, session: Session, utc_point_in_time: datetime, entity_ids: list[str] | None = ..., run: RecorderRuns | None = ..., filters: Filters | None = ..., no_attributes: bool = ...) -> Iterable[Row]: ...
|
52
52
|
def _get_single_entity_states_stmt(schema_version: int, utc_point_in_time: datetime, entity_id: str, no_attributes: bool = ...) -> StatementLambdaElement: ...
|
53
|
-
def _sorted_states_to_dict(hass: HomeAssistant, session: Session, states: Iterable[Row], start_time: datetime, entity_ids:
|
53
|
+
def _sorted_states_to_dict(hass: HomeAssistant, session: Session, states: Iterable[Row], start_time: datetime, entity_ids: list[str] | None, filters: Filters | None = ..., include_start_time_state: bool = ..., minimal_response: bool = ..., no_attributes: bool = ..., compressed_state_format: bool = ...) -> MutableMapping[str, list[State | dict[str, Any]]]: ...
|
@@ -25,17 +25,17 @@ _QUERY_STATES_NO_LAST_CHANGED: Incomplete
|
|
25
25
|
_FIELD_MAP: Incomplete
|
26
26
|
|
27
27
|
def _lambda_stmt_and_join_attributes(no_attributes: bool, include_last_changed: bool = ...) -> tuple[StatementLambdaElement, bool]: ...
|
28
|
-
def get_significant_states(hass: HomeAssistant, start_time: datetime, end_time:
|
28
|
+
def get_significant_states(hass: HomeAssistant, start_time: datetime, end_time: datetime | None = ..., entity_ids: list[str] | None = ..., filters: Filters | None = ..., include_start_time_state: bool = ..., significant_changes_only: bool = ..., minimal_response: bool = ..., no_attributes: bool = ..., compressed_state_format: bool = ...) -> MutableMapping[str, list[State | dict[str, Any]]]: ...
|
29
29
|
def _ignore_domains_filter(query: Query) -> Query: ...
|
30
|
-
def _significant_states_stmt(start_time: datetime, end_time:
|
31
|
-
def get_significant_states_with_session(hass: HomeAssistant, session: Session, start_time: datetime, end_time:
|
32
|
-
def get_full_significant_states_with_session(hass: HomeAssistant, session: Session, start_time: datetime, end_time:
|
33
|
-
def _state_changed_during_period_stmt(start_time: datetime, end_time:
|
34
|
-
def state_changes_during_period(hass: HomeAssistant, start_time: datetime, end_time:
|
30
|
+
def _significant_states_stmt(start_time: datetime, end_time: datetime | None, metadata_ids: list[int] | None, metadata_ids_in_significant_domains: list[int], filters: Filters | None, significant_changes_only: bool, no_attributes: bool) -> StatementLambdaElement: ...
|
31
|
+
def get_significant_states_with_session(hass: HomeAssistant, session: Session, start_time: datetime, end_time: datetime | None = ..., entity_ids: list[str] | None = ..., filters: Filters | None = ..., include_start_time_state: bool = ..., significant_changes_only: bool = ..., minimal_response: bool = ..., no_attributes: bool = ..., compressed_state_format: bool = ...) -> MutableMapping[str, list[State | dict[str, Any]]]: ...
|
32
|
+
def get_full_significant_states_with_session(hass: HomeAssistant, session: Session, start_time: datetime, end_time: datetime | None = ..., entity_ids: list[str] | None = ..., filters: Filters | None = ..., include_start_time_state: bool = ..., significant_changes_only: bool = ..., no_attributes: bool = ...) -> MutableMapping[str, list[State]]: ...
|
33
|
+
def _state_changed_during_period_stmt(start_time: datetime, end_time: datetime | None, metadata_id: int | None, no_attributes: bool, descending: bool, limit: int | None) -> StatementLambdaElement: ...
|
34
|
+
def state_changes_during_period(hass: HomeAssistant, start_time: datetime, end_time: datetime | None = ..., entity_id: str | None = ..., no_attributes: bool = ..., descending: bool = ..., limit: int | None = ..., include_start_time_state: bool = ...) -> MutableMapping[str, list[State]]: ...
|
35
35
|
def _get_last_state_changes_stmt(number_of_states: int, metadata_id: int) -> StatementLambdaElement: ...
|
36
36
|
def get_last_state_changes(hass: HomeAssistant, number_of_states: int, entity_id: str) -> MutableMapping[str, list[State]]: ...
|
37
37
|
def _get_states_for_entities_stmt(run_start: datetime, utc_point_in_time: datetime, metadata_ids: list[int], no_attributes: bool) -> StatementLambdaElement: ...
|
38
|
-
def _get_states_for_all_stmt(run_start: datetime, utc_point_in_time: datetime, filters:
|
39
|
-
def _get_rows_with_session(hass: HomeAssistant, session: Session, utc_point_in_time: datetime, entity_ids:
|
38
|
+
def _get_states_for_all_stmt(run_start: datetime, utc_point_in_time: datetime, filters: Filters | None, no_attributes: bool) -> StatementLambdaElement: ...
|
39
|
+
def _get_rows_with_session(hass: HomeAssistant, session: Session, utc_point_in_time: datetime, entity_ids: list[str] | None = ..., entity_id_to_metadata_id: dict[str, int | None] | None = ..., run: RecorderRuns | None = ..., filters: Filters | None = ..., no_attributes: bool = ...) -> Iterable[Row]: ...
|
40
40
|
def _get_single_entity_states_stmt(utc_point_in_time: datetime, metadata_id: int, no_attributes: bool = ...) -> StatementLambdaElement: ...
|
41
|
-
def _sorted_states_to_dict(hass: HomeAssistant, session: Session, states: Iterable[Row], start_time: datetime, entity_ids:
|
41
|
+
def _sorted_states_to_dict(hass: HomeAssistant, session: Session, states: Iterable[Row], start_time: datetime, entity_ids: list[str] | None, entity_id_to_metadata_id: dict[str, int | None] | None, filters: Filters | None = ..., include_start_time_state: bool = ..., minimal_response: bool = ..., no_attributes: bool = ..., compressed_state_format: bool = ...) -> MutableMapping[str, list[State | dict[str, Any]]]: ...
|
@@ -30,11 +30,11 @@ class _ColumnTypesForDialect:
|
|
30
30
|
_MYSQL_COLUMN_TYPES: Incomplete
|
31
31
|
_POSTGRESQL_COLUMN_TYPES: Incomplete
|
32
32
|
_SQLITE_COLUMN_TYPES: Incomplete
|
33
|
-
_COLUMN_TYPES_FOR_DIALECT: dict[
|
33
|
+
_COLUMN_TYPES_FOR_DIALECT: dict[SupportedDialect | None, _ColumnTypesForDialect]
|
34
34
|
|
35
35
|
def raise_if_exception_missing_str(ex: Exception, match_substrs: Iterable[str]) -> None: ...
|
36
|
-
def _get_schema_version(session: Session) ->
|
37
|
-
def get_schema_version(session_maker: Callable[[], Session]) ->
|
36
|
+
def _get_schema_version(session: Session) -> int | None: ...
|
37
|
+
def get_schema_version(session_maker: Callable[[], Session]) -> int | None: ...
|
38
38
|
|
39
39
|
class SchemaValidationStatus:
|
40
40
|
current_version: int
|
@@ -43,13 +43,13 @@ class SchemaValidationStatus:
|
|
43
43
|
def __init__(self, current_version, schema_errors, valid) -> None: ...
|
44
44
|
|
45
45
|
def _schema_is_current(current_version: int) -> bool: ...
|
46
|
-
def validate_db_schema(hass: HomeAssistant, instance: Recorder, session_maker: Callable[[], Session]) ->
|
46
|
+
def validate_db_schema(hass: HomeAssistant, instance: Recorder, session_maker: Callable[[], Session]) -> SchemaValidationStatus | None: ...
|
47
47
|
def _find_schema_errors(hass: HomeAssistant, instance: Recorder, session_maker: Callable[[], Session]) -> set[str]: ...
|
48
48
|
def live_migration(schema_status: SchemaValidationStatus) -> bool: ...
|
49
49
|
def migrate_schema(instance: Recorder, hass: HomeAssistant, engine: Engine, session_maker: Callable[[], Session], schema_status: SchemaValidationStatus) -> None: ...
|
50
50
|
def _create_index(session_maker: Callable[[], Session], table_name: str, index_name: str) -> None: ...
|
51
51
|
def _execute_or_collect_error(session_maker: Callable[[], Session], query: str, errors: list[str]) -> bool: ...
|
52
|
-
def _drop_index(session_maker: Callable[[], Session], table_name: str, index_name: str, quiet:
|
52
|
+
def _drop_index(session_maker: Callable[[], Session], table_name: str, index_name: str, quiet: bool | None = ...) -> None: ...
|
53
53
|
def _add_columns(session_maker: Callable[[], Session], table_name: str, columns_def: list[str]) -> None: ...
|
54
54
|
def _modify_columns(session_maker: Callable[[], Session], engine: Engine, table_name: str, columns_def: list[str]) -> None: ...
|
55
55
|
def _update_states_table_with_foreign_key_options(session_maker: Callable[[], Session], engine: Engine) -> None: ...
|
@@ -61,7 +61,7 @@ def _wipe_old_string_statistics_columns(instance: Recorder) -> None: ...
|
|
61
61
|
def _wipe_old_string_time_columns(instance: Recorder, engine: Engine, session: Session) -> None: ...
|
62
62
|
def _migrate_columns_to_timestamp(session_maker: Callable[[], Session], engine: Engine) -> None: ...
|
63
63
|
def _migrate_statistics_columns_to_timestamp(session_maker: Callable[[], Session], engine: Engine) -> None: ...
|
64
|
-
def _context_id_to_bytes(context_id:
|
64
|
+
def _context_id_to_bytes(context_id: str | None) -> bytes | None: ...
|
65
65
|
def migrate_states_context_ids(instance: Recorder) -> bool: ...
|
66
66
|
def migrate_events_context_ids(instance: Recorder) -> bool: ...
|
67
67
|
def migrate_event_type_ids(instance: Recorder) -> bool: ...
|
@@ -1,6 +1,6 @@
|
|
1
1
|
from homeassistant.util.ulid import bytes_to_ulid as bytes_to_ulid, ulid_to_bytes as ulid_to_bytes
|
2
2
|
|
3
|
-
def ulid_to_bytes_or_none(ulid:
|
4
|
-
def bytes_to_ulid_or_none(_bytes:
|
5
|
-
def uuid_hex_to_bytes_or_none(uuid_hex:
|
6
|
-
def bytes_to_uuid_hex_or_none(_bytes:
|
3
|
+
def ulid_to_bytes_or_none(ulid: str | None) -> bytes | None: ...
|
4
|
+
def bytes_to_ulid_or_none(_bytes: bytes | None) -> str | None: ...
|
5
|
+
def uuid_hex_to_bytes_or_none(uuid_hex: str | None) -> bytes | None: ...
|
6
|
+
def bytes_to_uuid_hex_or_none(_bytes: bytes | None) -> str | None: ...
|
@@ -6,7 +6,7 @@ class UnsupportedDialect(Exception): ...
|
|
6
6
|
class DatabaseEngine:
|
7
7
|
dialect: SupportedDialect
|
8
8
|
optimizer: DatabaseOptimizer
|
9
|
-
version:
|
9
|
+
version: AwesomeVersion | None
|
10
10
|
def __init__(self, dialect, optimizer, version) -> None: ...
|
11
11
|
|
12
12
|
class DatabaseOptimizer:
|
@@ -17,7 +17,7 @@ class LazyStatePreSchema31(State):
|
|
17
17
|
_last_updated: Incomplete
|
18
18
|
_context: Incomplete
|
19
19
|
attr_cache: Incomplete
|
20
|
-
def __init__(self, row: Row, attr_cache: dict[str, dict[str, Any]], start_time:
|
20
|
+
def __init__(self, row: Row, attr_cache: dict[str, dict[str, Any]], start_time: datetime | None) -> None: ...
|
21
21
|
@property
|
22
22
|
def attributes(self) -> dict[str, Any]: ...
|
23
23
|
@attributes.setter
|
@@ -36,4 +36,4 @@ class LazyStatePreSchema31(State):
|
|
36
36
|
def last_updated(self, value: datetime) -> None: ...
|
37
37
|
def as_dict(self) -> dict[str, Any]: ...
|
38
38
|
|
39
|
-
def row_to_compressed_state_pre_schema_31(row: Row, attr_cache: dict[str, dict[str, Any]], start_time:
|
39
|
+
def row_to_compressed_state_pre_schema_31(row: Row, attr_cache: dict[str, dict[str, Any]], start_time: datetime | None) -> dict[str, Any]: ...
|
@@ -9,7 +9,7 @@ from typing import Any
|
|
9
9
|
|
10
10
|
_LOGGER: Incomplete
|
11
11
|
|
12
|
-
def extract_metadata_ids(entity_id_to_metadata_id: dict[str,
|
12
|
+
def extract_metadata_ids(entity_id_to_metadata_id: dict[str, int | None]) -> list[int]: ...
|
13
13
|
|
14
14
|
class LazyState(State):
|
15
15
|
__slots__: Incomplete
|
@@ -21,7 +21,7 @@ class LazyState(State):
|
|
21
21
|
_last_changed_ts: Incomplete
|
22
22
|
_context: Incomplete
|
23
23
|
attr_cache: Incomplete
|
24
|
-
def __init__(self, row: Row, attr_cache: dict[str, dict[str, Any]], start_time:
|
24
|
+
def __init__(self, row: Row, attr_cache: dict[str, dict[str, Any]], start_time: datetime | None, entity_id: str | None = ...) -> None: ...
|
25
25
|
@property
|
26
26
|
def attributes(self) -> dict[str, Any]: ...
|
27
27
|
@attributes.setter
|
@@ -40,4 +40,4 @@ class LazyState(State):
|
|
40
40
|
def last_updated(self, value: datetime) -> None: ...
|
41
41
|
def as_dict(self) -> dict[str, Any]: ...
|
42
42
|
|
43
|
-
def row_to_compressed_state(row: Row, attr_cache: dict[str, dict[str, Any]], start_time:
|
43
|
+
def row_to_compressed_state(row: Row, attr_cache: dict[str, dict[str, Any]], start_time: datetime | None, entity_id: str | None = ...) -> dict[str, Any]: ...
|
@@ -19,18 +19,18 @@ class StatisticMixIn(TypedDict):
|
|
19
19
|
mean: float
|
20
20
|
|
21
21
|
class StatisticData(StatisticDataBase, StatisticMixIn):
|
22
|
-
last_reset:
|
22
|
+
last_reset: datetime | None
|
23
23
|
|
24
24
|
class StatisticDataTimestamp(StatisticDataTimestampBase, StatisticMixIn):
|
25
|
-
last_reset_ts:
|
25
|
+
last_reset_ts: float | None
|
26
26
|
|
27
27
|
class StatisticMetaData(TypedDict):
|
28
28
|
has_mean: bool
|
29
29
|
has_sum: bool
|
30
|
-
name:
|
30
|
+
name: str | None
|
31
31
|
source: str
|
32
32
|
statistic_id: str
|
33
|
-
unit_of_measurement:
|
33
|
+
unit_of_measurement: str | None
|
34
34
|
|
35
35
|
class CalendarStatisticPeriod(TypedDict):
|
36
36
|
period: Literal['hour', 'day', 'week', 'month', 'year']
|
@@ -16,5 +16,5 @@ def process_timestamp_to_utc_isoformat(ts: None) -> None: ...
|
|
16
16
|
@overload
|
17
17
|
def process_timestamp_to_utc_isoformat(ts: datetime) -> str: ...
|
18
18
|
def process_datetime_to_timestamp(ts: datetime) -> float: ...
|
19
|
-
def datetime_to_timestamp_or_none(dt:
|
20
|
-
def timestamp_to_datetime_or_none(ts:
|
19
|
+
def datetime_to_timestamp_or_none(dt: datetime | None) -> float | None: ...
|
20
|
+
def timestamp_to_datetime_or_none(ts: float | None) -> datetime | None: ...
|
@@ -11,12 +11,12 @@ def get_shared_event_datas(hashes: list[int]) -> StatementLambdaElement: ...
|
|
11
11
|
def find_event_type_ids(event_types: Iterable[str]) -> StatementLambdaElement: ...
|
12
12
|
def find_all_states_metadata_ids() -> StatementLambdaElement: ...
|
13
13
|
def find_states_metadata_ids(entity_ids: Iterable[str]) -> StatementLambdaElement: ...
|
14
|
-
def _state_attrs_exist(attr:
|
14
|
+
def _state_attrs_exist(attr: int | None) -> Select: ...
|
15
15
|
def attributes_ids_exist_in_states_with_fast_in_distinct(attributes_ids: Iterable[int]) -> StatementLambdaElement: ...
|
16
|
-
def attributes_ids_exist_in_states(attr1: int, attr2:
|
16
|
+
def attributes_ids_exist_in_states(attr1: int, attr2: int | None, attr3: int | None, attr4: int | None, attr5: int | None, attr6: int | None, attr7: int | None, attr8: int | None, attr9: int | None, attr10: int | None, attr11: int | None, attr12: int | None, attr13: int | None, attr14: int | None, attr15: int | None, attr16: int | None, attr17: int | None, attr18: int | None, attr19: int | None, attr20: int | None, attr21: int | None, attr22: int | None, attr23: int | None, attr24: int | None, attr25: int | None, attr26: int | None, attr27: int | None, attr28: int | None, attr29: int | None, attr30: int | None, attr31: int | None, attr32: int | None, attr33: int | None, attr34: int | None, attr35: int | None, attr36: int | None, attr37: int | None, attr38: int | None, attr39: int | None, attr40: int | None, attr41: int | None, attr42: int | None, attr43: int | None, attr44: int | None, attr45: int | None, attr46: int | None, attr47: int | None, attr48: int | None, attr49: int | None, attr50: int | None, attr51: int | None, attr52: int | None, attr53: int | None, attr54: int | None, attr55: int | None, attr56: int | None, attr57: int | None, attr58: int | None, attr59: int | None, attr60: int | None, attr61: int | None, attr62: int | None, attr63: int | None, attr64: int | None, attr65: int | None, attr66: int | None, attr67: int | None, attr68: int | None, attr69: int | None, attr70: int | None, attr71: int | None, attr72: int | None, attr73: int | None, attr74: int | None, attr75: int | None, attr76: int | None, attr77: int | None, attr78: int | None, attr79: int | None, attr80: int | None, attr81: int | None, attr82: int | None, attr83: int | None, attr84: int | None, attr85: int | None, attr86: int | None, attr87: int | None, attr88: int | None, attr89: int | None, attr90: int | None, attr91: int | None, attr92: int | None, attr93: int | None, attr94: int | None, attr95: int | None, attr96: int | None, attr97: int | None, attr98: int | None, attr99: int | None, attr100: int | None) -> StatementLambdaElement: ...
|
17
17
|
def data_ids_exist_in_events_with_fast_in_distinct(data_ids: Iterable[int]) -> StatementLambdaElement: ...
|
18
|
-
def _event_data_id_exist(data_id:
|
19
|
-
def data_ids_exist_in_events(id1: int, id2:
|
18
|
+
def _event_data_id_exist(data_id: int | None) -> Select: ...
|
19
|
+
def data_ids_exist_in_events(id1: int, id2: int | None, id3: int | None, id4: int | None, id5: int | None, id6: int | None, id7: int | None, id8: int | None, id9: int | None, id10: int | None, id11: int | None, id12: int | None, id13: int | None, id14: int | None, id15: int | None, id16: int | None, id17: int | None, id18: int | None, id19: int | None, id20: int | None, id21: int | None, id22: int | None, id23: int | None, id24: int | None, id25: int | None, id26: int | None, id27: int | None, id28: int | None, id29: int | None, id30: int | None, id31: int | None, id32: int | None, id33: int | None, id34: int | None, id35: int | None, id36: int | None, id37: int | None, id38: int | None, id39: int | None, id40: int | None, id41: int | None, id42: int | None, id43: int | None, id44: int | None, id45: int | None, id46: int | None, id47: int | None, id48: int | None, id49: int | None, id50: int | None, id51: int | None, id52: int | None, id53: int | None, id54: int | None, id55: int | None, id56: int | None, id57: int | None, id58: int | None, id59: int | None, id60: int | None, id61: int | None, id62: int | None, id63: int | None, id64: int | None, id65: int | None, id66: int | None, id67: int | None, id68: int | None, id69: int | None, id70: int | None, id71: int | None, id72: int | None, id73: int | None, id74: int | None, id75: int | None, id76: int | None, id77: int | None, id78: int | None, id79: int | None, id80: int | None, id81: int | None, id82: int | None, id83: int | None, id84: int | None, id85: int | None, id86: int | None, id87: int | None, id88: int | None, id89: int | None, id90: int | None, id91: int | None, id92: int | None, id93: int | None, id94: int | None, id95: int | None, id96: int | None, id97: int | None, id98: int | None, id99: int | None, id100: int | None) -> StatementLambdaElement: ...
|
20
20
|
def disconnect_states_rows(state_ids: Iterable[int]) -> StatementLambdaElement: ...
|
21
21
|
def delete_states_rows(state_ids: Iterable[int]) -> StatementLambdaElement: ...
|
22
22
|
def delete_event_data_rows(data_ids: Iterable[int]) -> StatementLambdaElement: ...
|