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
@@ -24,7 +24,7 @@ async def auth_manager_from_config(hass: HomeAssistant, provider_configs: list[d
|
|
24
24
|
class AuthManagerFlowManager(data_entry_flow.FlowManager):
|
25
25
|
auth_manager: Incomplete
|
26
26
|
def __init__(self, hass: HomeAssistant, auth_manager: AuthManager) -> None: ...
|
27
|
-
async def async_create_flow(self, handler_key: str, *, context:
|
27
|
+
async def async_create_flow(self, handler_key: str, *, context: dict[str, Any] | None = ..., data: dict[str, Any] | None = ...) -> data_entry_flow.FlowHandler: ...
|
28
28
|
async def async_finish_flow(self, flow: data_entry_flow.FlowHandler, result: FlowResult) -> FlowResult: ...
|
29
29
|
|
30
30
|
class AuthManager:
|
@@ -39,34 +39,34 @@ class AuthManager:
|
|
39
39
|
def auth_providers(self) -> list[AuthProvider]: ...
|
40
40
|
@property
|
41
41
|
def auth_mfa_modules(self) -> list[MultiFactorAuthModule]: ...
|
42
|
-
def get_auth_provider(self, provider_type: str, provider_id:
|
42
|
+
def get_auth_provider(self, provider_type: str, provider_id: str | None) -> AuthProvider | None: ...
|
43
43
|
def get_auth_providers(self, provider_type: str) -> list[AuthProvider]: ...
|
44
|
-
def get_auth_mfa_module(self, module_id: str) ->
|
44
|
+
def get_auth_mfa_module(self, module_id: str) -> MultiFactorAuthModule | None: ...
|
45
45
|
async def async_get_users(self) -> list[models.User]: ...
|
46
|
-
async def async_get_user(self, user_id: str) ->
|
47
|
-
async def async_get_owner(self) ->
|
48
|
-
async def async_get_group(self, group_id: str) ->
|
49
|
-
async def async_get_user_by_credentials(self, credentials: models.Credentials) ->
|
50
|
-
async def async_create_system_user(self, name: str, *, group_ids:
|
51
|
-
async def async_create_user(self, name: str, *, group_ids:
|
46
|
+
async def async_get_user(self, user_id: str) -> models.User | None: ...
|
47
|
+
async def async_get_owner(self) -> models.User | None: ...
|
48
|
+
async def async_get_group(self, group_id: str) -> models.Group | None: ...
|
49
|
+
async def async_get_user_by_credentials(self, credentials: models.Credentials) -> models.User | None: ...
|
50
|
+
async def async_create_system_user(self, name: str, *, group_ids: list[str] | None = ..., local_only: bool | None = ...) -> models.User: ...
|
51
|
+
async def async_create_user(self, name: str, *, group_ids: list[str] | None = ..., local_only: bool | None = ...) -> models.User: ...
|
52
52
|
async def async_get_or_create_user(self, credentials: models.Credentials) -> models.User: ...
|
53
53
|
async def async_link_user(self, user: models.User, credentials: models.Credentials) -> None: ...
|
54
54
|
async def async_remove_user(self, user: models.User) -> None: ...
|
55
|
-
async def async_update_user(self, user: models.User, name:
|
55
|
+
async def async_update_user(self, user: models.User, name: str | None = ..., is_active: bool | None = ..., group_ids: list[str] | None = ..., local_only: bool | None = ...) -> None: ...
|
56
56
|
async def async_activate_user(self, user: models.User) -> None: ...
|
57
57
|
async def async_deactivate_user(self, user: models.User) -> None: ...
|
58
58
|
async def async_remove_credentials(self, credentials: models.Credentials) -> None: ...
|
59
59
|
async def async_enable_user_mfa(self, user: models.User, mfa_module_id: str, data: Any) -> None: ...
|
60
60
|
async def async_disable_user_mfa(self, user: models.User, mfa_module_id: str) -> None: ...
|
61
61
|
async def async_get_enabled_mfa(self, user: models.User) -> dict[str, str]: ...
|
62
|
-
async def async_create_refresh_token(self, user: models.User, client_id:
|
63
|
-
async def async_get_refresh_token(self, token_id: str) ->
|
64
|
-
async def async_get_refresh_token_by_token(self, token: str) ->
|
62
|
+
async def async_create_refresh_token(self, user: models.User, client_id: str | None = ..., client_name: str | None = ..., client_icon: str | None = ..., token_type: str | None = ..., access_token_expiration: timedelta = ..., credential: models.Credentials | None = ...) -> models.RefreshToken: ...
|
63
|
+
async def async_get_refresh_token(self, token_id: str) -> models.RefreshToken | None: ...
|
64
|
+
async def async_get_refresh_token_by_token(self, token: str) -> models.RefreshToken | None: ...
|
65
65
|
async def async_remove_refresh_token(self, refresh_token: models.RefreshToken) -> None: ...
|
66
66
|
def async_register_revoke_token_callback(self, refresh_token_id: str, revoke_callback: CALLBACK_TYPE) -> CALLBACK_TYPE: ...
|
67
|
-
def async_create_access_token(self, refresh_token: models.RefreshToken, remote_ip:
|
68
|
-
def _async_resolve_provider(self, refresh_token: models.RefreshToken) ->
|
69
|
-
def async_validate_refresh_token(self, refresh_token: models.RefreshToken, remote_ip:
|
70
|
-
async def async_validate_access_token(self, token: str) ->
|
71
|
-
def _async_get_auth_provider(self, credentials: models.Credentials) ->
|
67
|
+
def async_create_access_token(self, refresh_token: models.RefreshToken, remote_ip: str | None = ...) -> str: ...
|
68
|
+
def _async_resolve_provider(self, refresh_token: models.RefreshToken) -> AuthProvider | None: ...
|
69
|
+
def async_validate_refresh_token(self, refresh_token: models.RefreshToken, remote_ip: str | None = ...) -> None: ...
|
70
|
+
async def async_validate_access_token(self, token: str) -> models.RefreshToken | None: ...
|
71
|
+
def _async_get_auth_provider(self, credentials: models.Credentials) -> AuthProvider | None: ...
|
72
72
|
async def _user_should_be_owner(self) -> bool: ...
|
@@ -24,21 +24,21 @@ class AuthStore:
|
|
24
24
|
_lock: Incomplete
|
25
25
|
def __init__(self, hass: HomeAssistant) -> None: ...
|
26
26
|
async def async_get_groups(self) -> list[models.Group]: ...
|
27
|
-
async def async_get_group(self, group_id: str) ->
|
27
|
+
async def async_get_group(self, group_id: str) -> models.Group | None: ...
|
28
28
|
async def async_get_users(self) -> list[models.User]: ...
|
29
|
-
async def async_get_user(self, user_id: str) ->
|
30
|
-
async def async_create_user(self, name:
|
29
|
+
async def async_get_user(self, user_id: str) -> models.User | None: ...
|
30
|
+
async def async_create_user(self, name: str | None, is_owner: bool | None = ..., is_active: bool | None = ..., system_generated: bool | None = ..., credentials: models.Credentials | None = ..., group_ids: list[str] | None = ..., local_only: bool | None = ...) -> models.User: ...
|
31
31
|
async def async_link_user(self, user: models.User, credentials: models.Credentials) -> None: ...
|
32
32
|
async def async_remove_user(self, user: models.User) -> None: ...
|
33
|
-
async def async_update_user(self, user: models.User, name:
|
33
|
+
async def async_update_user(self, user: models.User, name: str | None = ..., is_active: bool | None = ..., group_ids: list[str] | None = ..., local_only: bool | None = ...) -> None: ...
|
34
34
|
async def async_activate_user(self, user: models.User) -> None: ...
|
35
35
|
async def async_deactivate_user(self, user: models.User) -> None: ...
|
36
36
|
async def async_remove_credentials(self, credentials: models.Credentials) -> None: ...
|
37
|
-
async def async_create_refresh_token(self, user: models.User, client_id:
|
37
|
+
async def async_create_refresh_token(self, user: models.User, client_id: str | None = ..., client_name: str | None = ..., client_icon: str | None = ..., token_type: str = ..., access_token_expiration: timedelta = ..., credential: models.Credentials | None = ...) -> models.RefreshToken: ...
|
38
38
|
async def async_remove_refresh_token(self, refresh_token: models.RefreshToken) -> None: ...
|
39
|
-
async def async_get_refresh_token(self, token_id: str) ->
|
40
|
-
async def async_get_refresh_token_by_token(self, token: str) ->
|
41
|
-
def async_log_refresh_token_usage(self, refresh_token: models.RefreshToken, remote_ip:
|
39
|
+
async def async_get_refresh_token(self, token_id: str) -> models.RefreshToken | None: ...
|
40
|
+
async def async_get_refresh_token_by_token(self, token: str) -> models.RefreshToken | None: ...
|
41
|
+
def async_log_refresh_token_usage(self, refresh_token: models.RefreshToken, remote_ip: str | None = ...) -> None: ...
|
42
42
|
async def _async_load(self) -> None: ...
|
43
43
|
async def _async_load_task(self) -> None: ...
|
44
44
|
def _async_schedule_save(self) -> None: ...
|
@@ -4,11 +4,11 @@ from jwt import PyJWS, PyJWT
|
|
4
4
|
from typing import Any
|
5
5
|
|
6
6
|
class _PyJWSWithLoadCache(PyJWS):
|
7
|
-
def _load(self, jwt:
|
7
|
+
def _load(self, jwt: str | bytes) -> tuple[bytes, bytes, dict, bytes]: ...
|
8
8
|
|
9
9
|
class _PyJWTWithVerify(PyJWT):
|
10
10
|
def decode_payload(self, jwt: str, key: str, options: dict[str, Any], algorithms: list[str]) -> dict[str, Any]: ...
|
11
|
-
def verify_and_decode(self, jwt: str, key: str, algorithms: list[str], issuer:
|
11
|
+
def verify_and_decode(self, jwt: str, key: str, algorithms: list[str], issuer: str | None = ..., leeway: int | float | timedelta = ..., options: dict[str, Any] | None = ...) -> dict[str, Any]: ...
|
12
12
|
|
13
13
|
verify_and_decode: Incomplete
|
14
14
|
unverified_hs256_token_decode: Incomplete
|
@@ -39,7 +39,7 @@ class SetupFlow(data_entry_flow.FlowHandler):
|
|
39
39
|
_setup_schema: Incomplete
|
40
40
|
_user_id: Incomplete
|
41
41
|
def __init__(self, auth_module: MultiFactorAuthModule, setup_schema: vol.Schema, user_id: str) -> None: ...
|
42
|
-
async def async_step_init(self, user_input:
|
42
|
+
async def async_step_init(self, user_input: dict[str, str] | None = ...) -> FlowResult: ...
|
43
43
|
|
44
44
|
async def auth_mfa_module_from_config(hass: HomeAssistant, config: dict[str, Any]) -> MultiFactorAuthModule: ...
|
45
45
|
async def _load_mfa_module(hass: HomeAssistant, module_name: str) -> types.ModuleType: ...
|
@@ -26,8 +26,8 @@ def _verify_otp(secret: str, otp: str, count: int) -> bool: ...
|
|
26
26
|
class NotifySetting:
|
27
27
|
secret: str
|
28
28
|
counter: int
|
29
|
-
notify_service:
|
30
|
-
target:
|
29
|
+
notify_service: str | None
|
30
|
+
target: str | None
|
31
31
|
def __init__(self, secret, counter, notify_service, target) -> None: ...
|
32
32
|
def __lt__(self, other): ...
|
33
33
|
def __le__(self, other): ...
|
@@ -56,7 +56,7 @@ class NotifyAuthModule(MultiFactorAuthModule):
|
|
56
56
|
async def async_validate(self, user_id: str, user_input: dict[str, Any]) -> bool: ...
|
57
57
|
async def async_initialize_login_mfa_step(self, user_id: str) -> None: ...
|
58
58
|
async def async_notify_user(self, user_id: str, code: str) -> None: ...
|
59
|
-
async def async_notify(self, code: str, notify_service: str, target:
|
59
|
+
async def async_notify(self, code: str, notify_service: str, target: str | None = ...) -> None: ...
|
60
60
|
|
61
61
|
class NotifySetupFlow(SetupFlow):
|
62
62
|
_auth_module: Incomplete
|
@@ -66,5 +66,5 @@ class NotifySetupFlow(SetupFlow):
|
|
66
66
|
_notify_service: Incomplete
|
67
67
|
_target: Incomplete
|
68
68
|
def __init__(self, auth_module: NotifyAuthModule, setup_schema: vol.Schema, user_id: str, available_notify_services: list[str]) -> None: ...
|
69
|
-
async def async_step_init(self, user_input:
|
70
|
-
async def async_step_setup(self, user_input:
|
69
|
+
async def async_step_init(self, user_input: dict[str, str] | None = ...) -> FlowResult: ...
|
70
|
+
async def async_step_setup(self, user_input: dict[str, str] | None = ...) -> FlowResult: ...
|
@@ -31,7 +31,7 @@ class TotpAuthModule(MultiFactorAuthModule):
|
|
31
31
|
def input_schema(self) -> vol.Schema: ...
|
32
32
|
async def _async_load(self) -> None: ...
|
33
33
|
async def _async_save(self) -> None: ...
|
34
|
-
def _add_ota_secret(self, user_id: str, secret:
|
34
|
+
def _add_ota_secret(self, user_id: str, secret: str | None = ...) -> str: ...
|
35
35
|
async def async_setup_flow(self, user_id: str) -> SetupFlow: ...
|
36
36
|
async def async_setup_user(self, user_id: str, setup_data: Any) -> str: ...
|
37
37
|
async def async_depose_user(self, user_id: str) -> None: ...
|
@@ -46,4 +46,4 @@ class TotpSetupFlow(SetupFlow):
|
|
46
46
|
_url: Incomplete
|
47
47
|
_image: Incomplete
|
48
48
|
def __init__(self, auth_module: TotpAuthModule, setup_schema: vol.Schema, user: User) -> None: ...
|
49
|
-
async def async_step_init(self, user_input:
|
49
|
+
async def async_step_init(self, user_input: dict[str, str] | None = ...) -> FlowResult: ...
|
@@ -9,7 +9,7 @@ TOKEN_TYPE_SYSTEM: str
|
|
9
9
|
TOKEN_TYPE_LONG_LIVED_ACCESS_TOKEN: str
|
10
10
|
|
11
11
|
class Group:
|
12
|
-
name:
|
12
|
+
name: str | None
|
13
13
|
policy: perm_mdl.PolicyType
|
14
14
|
id: str
|
15
15
|
system_generated: bool
|
@@ -20,7 +20,7 @@ class Group:
|
|
20
20
|
def __ge__(self, other): ...
|
21
21
|
|
22
22
|
class User:
|
23
|
-
name:
|
23
|
+
name: str | None
|
24
24
|
perm_lookup: perm_mdl.PermissionLookup
|
25
25
|
id: str
|
26
26
|
is_owner: bool
|
@@ -30,7 +30,7 @@ class User:
|
|
30
30
|
groups: list[Group]
|
31
31
|
credentials: list[Credentials]
|
32
32
|
refresh_tokens: dict[str, RefreshToken]
|
33
|
-
_permissions:
|
33
|
+
_permissions: perm_mdl.PolicyPermissions | None
|
34
34
|
@property
|
35
35
|
def permissions(self) -> perm_mdl.AbstractPermissions: ...
|
36
36
|
@property
|
@@ -44,19 +44,19 @@ class User:
|
|
44
44
|
|
45
45
|
class RefreshToken:
|
46
46
|
user: User
|
47
|
-
client_id:
|
47
|
+
client_id: str | None
|
48
48
|
access_token_expiration: timedelta
|
49
|
-
client_name:
|
50
|
-
client_icon:
|
49
|
+
client_name: str | None
|
50
|
+
client_icon: str | None
|
51
51
|
token_type: str
|
52
52
|
id: str
|
53
53
|
created_at: datetime
|
54
54
|
token: str
|
55
55
|
jwt_key: str
|
56
|
-
last_used_at:
|
57
|
-
last_used_ip:
|
58
|
-
credential:
|
59
|
-
version:
|
56
|
+
last_used_at: datetime | None
|
57
|
+
last_used_ip: str | None
|
58
|
+
credential: Credentials | None
|
59
|
+
version: str | None
|
60
60
|
def __init__(self, user, client_id, access_token_expiration, client_name, client_icon, token_type, id, created_at, token, jwt_key, last_used_at, last_used_ip, credential, version) -> None: ...
|
61
61
|
def __lt__(self, other): ...
|
62
62
|
def __le__(self, other): ...
|
@@ -65,7 +65,7 @@ class RefreshToken:
|
|
65
65
|
|
66
66
|
class Credentials:
|
67
67
|
auth_provider_type: str
|
68
|
-
auth_provider_id:
|
68
|
+
auth_provider_id: str | None
|
69
69
|
data: dict
|
70
70
|
id: str
|
71
71
|
is_new: bool
|
@@ -76,5 +76,5 @@ class Credentials:
|
|
76
76
|
def __ge__(self, other): ...
|
77
77
|
|
78
78
|
class UserMeta(NamedTuple):
|
79
|
-
name:
|
79
|
+
name: str | None
|
80
80
|
is_active: bool
|
@@ -8,7 +8,7 @@ from typing import Any
|
|
8
8
|
POLICY_SCHEMA: Incomplete
|
9
9
|
|
10
10
|
class AbstractPermissions:
|
11
|
-
_cached_entity_func:
|
11
|
+
_cached_entity_func: Callable[[str, str], bool] | None
|
12
12
|
def _entity_func(self) -> Callable[[str, str], bool]: ...
|
13
13
|
def access_all_entities(self, key: str) -> bool: ...
|
14
14
|
def check_entity(self, entity_id: str, key: str) -> bool: ...
|
@@ -13,8 +13,8 @@ ENTITY_ENTITY_IDS: str
|
|
13
13
|
ENTITY_VALUES_SCHEMA: Incomplete
|
14
14
|
ENTITY_POLICY_SCHEMA: Incomplete
|
15
15
|
|
16
|
-
def _lookup_domain(perm_lookup: PermissionLookup, domains_dict: SubCategoryDict, entity_id: str) ->
|
17
|
-
def _lookup_area(perm_lookup: PermissionLookup, area_dict: SubCategoryDict, entity_id: str) ->
|
18
|
-
def _lookup_device(perm_lookup: PermissionLookup, devices_dict: SubCategoryDict, entity_id: str) ->
|
19
|
-
def _lookup_entity_id(perm_lookup: PermissionLookup, entities_dict: SubCategoryDict, entity_id: str) ->
|
16
|
+
def _lookup_domain(perm_lookup: PermissionLookup, domains_dict: SubCategoryDict, entity_id: str) -> ValueType | None: ...
|
17
|
+
def _lookup_area(perm_lookup: PermissionLookup, area_dict: SubCategoryDict, entity_id: str) -> ValueType | None: ...
|
18
|
+
def _lookup_device(perm_lookup: PermissionLookup, devices_dict: SubCategoryDict, entity_id: str) -> ValueType | None: ...
|
19
|
+
def _lookup_entity_id(perm_lookup: PermissionLookup, entities_dict: SubCategoryDict, entity_id: str) -> ValueType | None: ...
|
20
20
|
def compile_entities(policy: CategoryType, perm_lookup: PermissionLookup) -> Callable[[str, str], bool]: ...
|
@@ -9,5 +9,5 @@ SubCatLookupType = dict[str, LookupFunc]
|
|
9
9
|
|
10
10
|
def lookup_all(perm_lookup: PermissionLookup, lookup_dict: SubCategoryDict, object_id: str) -> ValueType: ...
|
11
11
|
def compile_policy(policy: CategoryType, subcategories: SubCatLookupType, perm_lookup: PermissionLookup) -> Callable[[str, str], bool]: ...
|
12
|
-
def _gen_dict_test_func(perm_lookup: PermissionLookup, lookup_func: LookupFunc, lookup_dict: SubCategoryDict) -> Callable[[str, str],
|
12
|
+
def _gen_dict_test_func(perm_lookup: PermissionLookup, lookup_func: LookupFunc, lookup_dict: SubCategoryDict) -> Callable[[str, str], bool | None]: ...
|
13
13
|
def test_all(policy: CategoryType, key: str) -> bool: ...
|
@@ -24,7 +24,7 @@ class AuthProvider:
|
|
24
24
|
config: Incomplete
|
25
25
|
def __init__(self, hass: HomeAssistant, store: AuthStore, config: dict[str, Any]) -> None: ...
|
26
26
|
@property
|
27
|
-
def id(self) ->
|
27
|
+
def id(self) -> str | None: ...
|
28
28
|
@property
|
29
29
|
def type(self) -> str: ...
|
30
30
|
@property
|
@@ -33,11 +33,11 @@ class AuthProvider:
|
|
33
33
|
def support_mfa(self) -> bool: ...
|
34
34
|
async def async_credentials(self) -> list[Credentials]: ...
|
35
35
|
def async_create_credentials(self, data: dict[str, str]) -> Credentials: ...
|
36
|
-
async def async_login_flow(self, context:
|
36
|
+
async def async_login_flow(self, context: dict[str, Any] | None) -> LoginFlow: ...
|
37
37
|
async def async_get_or_create_credentials(self, flow_result: Mapping[str, str]) -> Credentials: ...
|
38
38
|
async def async_user_meta_for_credentials(self, credentials: Credentials) -> UserMeta: ...
|
39
39
|
async def async_initialize(self) -> None: ...
|
40
|
-
def async_validate_refresh_token(self, refresh_token: RefreshToken, remote_ip:
|
40
|
+
def async_validate_refresh_token(self, refresh_token: RefreshToken, remote_ip: str | None = ...) -> None: ...
|
41
41
|
|
42
42
|
async def auth_provider_from_config(hass: HomeAssistant, store: AuthStore, config: dict[str, Any]) -> AuthProvider: ...
|
43
43
|
async def load_auth_provider_module(hass: HomeAssistant, provider: str) -> types.ModuleType: ...
|
@@ -52,7 +52,7 @@ class LoginFlow(data_entry_flow.FlowHandler):
|
|
52
52
|
user: Incomplete
|
53
53
|
credential: Incomplete
|
54
54
|
def __init__(self, auth_provider: AuthProvider) -> None: ...
|
55
|
-
async def async_step_init(self, user_input:
|
56
|
-
async def async_step_select_mfa_module(self, user_input:
|
57
|
-
async def async_step_mfa(self, user_input:
|
55
|
+
async def async_step_init(self, user_input: dict[str, str] | None = ...) -> FlowResult: ...
|
56
|
+
async def async_step_select_mfa_module(self, user_input: dict[str, str] | None = ...) -> FlowResult: ...
|
57
|
+
async def async_step_mfa(self, user_input: dict[str, str] | None = ...) -> FlowResult: ...
|
58
58
|
async def async_finish(self, flow_result: Any) -> FlowResult: ...
|
@@ -19,10 +19,10 @@ class CommandLineAuthProvider(AuthProvider):
|
|
19
19
|
ALLOWED_META_KEYS: Incomplete
|
20
20
|
_user_meta: Incomplete
|
21
21
|
def __init__(self, *args: Any, **kwargs: Any) -> None: ...
|
22
|
-
async def async_login_flow(self, context:
|
22
|
+
async def async_login_flow(self, context: dict[str, Any] | None) -> LoginFlow: ...
|
23
23
|
async def async_validate_login(self, username: str, password: str) -> None: ...
|
24
24
|
async def async_get_or_create_credentials(self, flow_result: Mapping[str, str]) -> Credentials: ...
|
25
25
|
async def async_user_meta_for_credentials(self, credentials: Credentials) -> UserMeta: ...
|
26
26
|
|
27
27
|
class CommandLineLoginFlow(LoginFlow):
|
28
|
-
async def async_step_init(self, user_input:
|
28
|
+
async def async_step_init(self, user_input: dict[str, str] | None = ...) -> FlowResult: ...
|
@@ -44,7 +44,7 @@ class HassAuthProvider(AuthProvider):
|
|
44
44
|
_init_lock: Incomplete
|
45
45
|
def __init__(self, *args: Any, **kwargs: Any) -> None: ...
|
46
46
|
async def async_initialize(self) -> None: ...
|
47
|
-
async def async_login_flow(self, context:
|
47
|
+
async def async_login_flow(self, context: dict[str, Any] | None) -> LoginFlow: ...
|
48
48
|
async def async_validate_login(self, username: str, password: str) -> None: ...
|
49
49
|
async def async_add_auth(self, username: str, password: str) -> None: ...
|
50
50
|
async def async_remove_auth(self, username: str) -> None: ...
|
@@ -54,4 +54,4 @@ class HassAuthProvider(AuthProvider):
|
|
54
54
|
async def async_will_remove_credentials(self, credentials: Credentials) -> None: ...
|
55
55
|
|
56
56
|
class HassLoginFlow(LoginFlow):
|
57
|
-
async def async_step_init(self, user_input:
|
57
|
+
async def async_step_init(self, user_input: dict[str, str] | None = ...) -> FlowResult: ...
|
@@ -13,10 +13,10 @@ CONFIG_SCHEMA: Incomplete
|
|
13
13
|
class InvalidAuthError(HomeAssistantError): ...
|
14
14
|
|
15
15
|
class ExampleAuthProvider(AuthProvider):
|
16
|
-
async def async_login_flow(self, context:
|
16
|
+
async def async_login_flow(self, context: dict[str, Any] | None) -> LoginFlow: ...
|
17
17
|
def async_validate_login(self, username: str, password: str) -> None: ...
|
18
18
|
async def async_get_or_create_credentials(self, flow_result: Mapping[str, str]) -> Credentials: ...
|
19
19
|
async def async_user_meta_for_credentials(self, credentials: Credentials) -> UserMeta: ...
|
20
20
|
|
21
21
|
class ExampleLoginFlow(LoginFlow):
|
22
|
-
async def async_step_init(self, user_input:
|
22
|
+
async def async_step_init(self, user_input: dict[str, str] | None = ...) -> FlowResult: ...
|
@@ -18,10 +18,10 @@ class LegacyApiPasswordAuthProvider(AuthProvider):
|
|
18
18
|
DEFAULT_TITLE: str
|
19
19
|
@property
|
20
20
|
def api_password(self) -> str: ...
|
21
|
-
async def async_login_flow(self, context:
|
21
|
+
async def async_login_flow(self, context: dict[str, Any] | None) -> LoginFlow: ...
|
22
22
|
def async_validate_login(self, password: str) -> None: ...
|
23
23
|
async def async_get_or_create_credentials(self, flow_result: Mapping[str, str]) -> Credentials: ...
|
24
24
|
async def async_user_meta_for_credentials(self, credentials: Credentials) -> UserMeta: ...
|
25
25
|
|
26
26
|
class LegacyLoginFlow(LoginFlow):
|
27
|
-
async def async_step_init(self, user_input:
|
27
|
+
async def async_step_init(self, user_input: dict[str, str] | None = ...) -> FlowResult: ...
|
@@ -28,15 +28,15 @@ class TrustedNetworksAuthProvider(AuthProvider):
|
|
28
28
|
def trusted_proxies(self) -> list[IPNetwork]: ...
|
29
29
|
@property
|
30
30
|
def support_mfa(self) -> bool: ...
|
31
|
-
async def async_login_flow(self, context:
|
31
|
+
async def async_login_flow(self, context: dict[str, Any] | None) -> LoginFlow: ...
|
32
32
|
async def async_get_or_create_credentials(self, flow_result: Mapping[str, str]) -> Credentials: ...
|
33
33
|
async def async_user_meta_for_credentials(self, credentials: Credentials) -> UserMeta: ...
|
34
34
|
def async_validate_access(self, ip_addr: IPAddress) -> None: ...
|
35
|
-
def async_validate_refresh_token(self, refresh_token: RefreshToken, remote_ip:
|
35
|
+
def async_validate_refresh_token(self, refresh_token: RefreshToken, remote_ip: str | None = ...) -> None: ...
|
36
36
|
|
37
37
|
class TrustedNetworksLoginFlow(LoginFlow):
|
38
38
|
_available_users: Incomplete
|
39
39
|
_ip_address: Incomplete
|
40
40
|
_allow_bypass_login: Incomplete
|
41
|
-
def __init__(self, auth_provider: TrustedNetworksAuthProvider, ip_addr: IPAddress, available_users: dict[str,
|
42
|
-
async def async_step_init(self, user_input:
|
41
|
+
def __init__(self, auth_provider: TrustedNetworksAuthProvider, ip_addr: IPAddress, available_users: dict[str, str | None], allow_bypass_login: bool) -> None: ...
|
42
|
+
async def async_step_init(self, user_input: dict[str, str] | None = ...) -> FlowResult: ...
|
@@ -31,11 +31,11 @@ RECORDER_INTEGRATIONS: Incomplete
|
|
31
31
|
DISCOVERY_INTEGRATIONS: Incomplete
|
32
32
|
STAGE_1_INTEGRATIONS: Incomplete
|
33
33
|
|
34
|
-
async def async_setup_hass(runtime_config: RuntimeConfig) ->
|
34
|
+
async def async_setup_hass(runtime_config: RuntimeConfig) -> core.HomeAssistant | None: ...
|
35
35
|
def open_hass_ui(hass: core.HomeAssistant) -> None: ...
|
36
36
|
async def load_registries(hass: core.HomeAssistant) -> None: ...
|
37
|
-
async def async_from_config_dict(config: ConfigType, hass: core.HomeAssistant) ->
|
38
|
-
def async_enable_logging(hass: core.HomeAssistant, verbose: bool = ..., log_rotate_days:
|
37
|
+
async def async_from_config_dict(config: ConfigType, hass: core.HomeAssistant) -> core.HomeAssistant | None: ...
|
38
|
+
def async_enable_logging(hass: core.HomeAssistant, verbose: bool = ..., log_rotate_days: int | None = ..., log_file: str | None = ..., log_no_color: bool = ...) -> None: ...
|
39
39
|
async def async_mount_local_lib_path(config_dir: str) -> str: ...
|
40
40
|
def _get_domains(hass: core.HomeAssistant, config: dict[str, Any]) -> set[str]: ...
|
41
41
|
async def _async_watch_pending_setups(hass: core.HomeAssistant) -> None: ...
|
@@ -44,7 +44,7 @@ async def setup_hass_events(hass: HomeAssistant) -> None: ...
|
|
44
44
|
def setup_abode_events(hass: HomeAssistant) -> None: ...
|
45
45
|
|
46
46
|
class AbodeEntity(entity.Entity):
|
47
|
-
_attr_attribution
|
47
|
+
_attr_attribution = ATTRIBUTION
|
48
48
|
_attr_has_entity_name: bool
|
49
49
|
_data: Incomplete
|
50
50
|
_attr_should_poll: Incomplete
|
@@ -14,14 +14,14 @@ ICON: str
|
|
14
14
|
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry, async_add_entities: AddEntitiesCallback) -> None: ...
|
15
15
|
|
16
16
|
class AbodeAlarm(AbodeDevice, alarm.AlarmControlPanelEntity):
|
17
|
-
_attr_icon
|
17
|
+
_attr_icon = ICON
|
18
18
|
_attr_code_arm_required: bool
|
19
19
|
_attr_supported_features: Incomplete
|
20
20
|
_device: AbodeAl
|
21
21
|
@property
|
22
|
-
def state(self) ->
|
23
|
-
def alarm_disarm(self, code:
|
24
|
-
def alarm_arm_home(self, code:
|
25
|
-
def alarm_arm_away(self, code:
|
22
|
+
def state(self) -> str | None: ...
|
23
|
+
def alarm_disarm(self, code: str | None = ...) -> None: ...
|
24
|
+
def alarm_arm_home(self, code: str | None = ...) -> None: ...
|
25
|
+
def alarm_arm_away(self, code: str | None = ...) -> None: ...
|
26
26
|
@property
|
27
27
|
def extra_state_attributes(self) -> dict[str, str]: ...
|
@@ -24,7 +24,7 @@ class AbodeCamera(AbodeDevice, Camera):
|
|
24
24
|
def capture(self) -> bool: ...
|
25
25
|
def refresh_image(self) -> None: ...
|
26
26
|
def get_image(self) -> None: ...
|
27
|
-
def camera_image(self, width:
|
27
|
+
def camera_image(self, width: int | None = ..., height: int | None = ...) -> bytes | None: ...
|
28
28
|
def turn_on(self) -> None: ...
|
29
29
|
def turn_off(self) -> None: ...
|
30
30
|
def _capture_callback(self, capture: Any) -> None: ...
|
@@ -20,7 +20,7 @@ class AbodeFlowHandler(config_entries.ConfigFlow):
|
|
20
20
|
async def _async_abode_login(self, step_id: str) -> FlowResult: ...
|
21
21
|
async def _async_abode_mfa_login(self) -> FlowResult: ...
|
22
22
|
async def _async_create_entry(self) -> FlowResult: ...
|
23
|
-
async def async_step_user(self, user_input:
|
24
|
-
async def async_step_mfa(self, user_input:
|
23
|
+
async def async_step_user(self, user_input: dict[str, Any] | None = ...) -> FlowResult: ...
|
24
|
+
async def async_step_mfa(self, user_input: dict[str, Any] | None = ...) -> FlowResult: ...
|
25
25
|
async def async_step_reauth(self, entry_data: Mapping[str, Any]) -> FlowResult: ...
|
26
|
-
async def async_step_reauth_confirm(self, user_input:
|
26
|
+
async def async_step_reauth_confirm(self, user_input: dict[str, Any] | None = ...) -> FlowResult: ...
|
@@ -17,12 +17,12 @@ class AbodeLight(AbodeDevice, LightEntity):
|
|
17
17
|
@property
|
18
18
|
def is_on(self) -> bool: ...
|
19
19
|
@property
|
20
|
-
def brightness(self) ->
|
20
|
+
def brightness(self) -> int | None: ...
|
21
21
|
@property
|
22
|
-
def color_temp(self) ->
|
22
|
+
def color_temp(self) -> int | None: ...
|
23
23
|
@property
|
24
|
-
def hs_color(self) ->
|
24
|
+
def hs_color(self) -> tuple[float, float] | None: ...
|
25
25
|
@property
|
26
|
-
def color_mode(self) ->
|
26
|
+
def color_mode(self) -> str | None: ...
|
27
27
|
@property
|
28
|
-
def supported_color_modes(self) ->
|
28
|
+
def supported_color_modes(self) -> set[str] | None: ...
|
@@ -18,4 +18,4 @@ class AbodeSensor(AbodeDevice, SensorEntity):
|
|
18
18
|
_attr_native_unit_of_measurement: Incomplete
|
19
19
|
def __init__(self, data: AbodeSystem, device: AbodeSense, description: SensorEntityDescription) -> None: ...
|
20
20
|
@property
|
21
|
-
def native_value(self) ->
|
21
|
+
def native_value(self) -> float | None: ...
|
@@ -22,7 +22,7 @@ class AbodeSwitch(AbodeDevice, SwitchEntity):
|
|
22
22
|
def is_on(self) -> bool: ...
|
23
23
|
|
24
24
|
class AbodeAutomationSwitch(AbodeAutomation, SwitchEntity):
|
25
|
-
_attr_icon
|
25
|
+
_attr_icon = ICON
|
26
26
|
async def async_added_to_hass(self) -> None: ...
|
27
27
|
def turn_on(self, **kwargs: Any) -> None: ...
|
28
28
|
def turn_off(self, **kwargs: Any) -> None: ...
|
@@ -14,6 +14,6 @@ OPTIONS_FLOW: Incomplete
|
|
14
14
|
|
15
15
|
class AccuWeatherFlowHandler(config_entries.ConfigFlow):
|
16
16
|
VERSION: int
|
17
|
-
async def async_step_user(self, user_input:
|
17
|
+
async def async_step_user(self, user_input: dict[str, Any] | None = ...) -> FlowResult: ...
|
18
18
|
@staticmethod
|
19
19
|
def async_get_options_flow(config_entry: ConfigEntry) -> SchemaOptionsFlowHandler: ...
|
@@ -20,8 +20,8 @@ class AccuWeatherSensorDescriptionMixin:
|
|
20
20
|
|
21
21
|
class AccuWeatherSensorDescription(SensorEntityDescription, AccuWeatherSensorDescriptionMixin):
|
22
22
|
attr_fn: Callable[[dict[str, Any]], dict[str, StateType]]
|
23
|
-
metric_unit:
|
24
|
-
us_customary_unit:
|
23
|
+
metric_unit: str | None
|
24
|
+
us_customary_unit: str | None
|
25
25
|
def __init__(self, value_fn, key, device_class, entity_category, entity_registry_enabled_default, entity_registry_visible_default, force_update, icon, has_entity_name, name, translation_key, unit_of_measurement, last_reset, native_unit_of_measurement, options, state_class, suggested_display_precision, suggested_unit_of_measurement, attr_fn, metric_unit, us_customary_unit) -> None: ...
|
26
26
|
|
27
27
|
FORECAST_SENSOR_TYPES: tuple[AccuWeatherSensorDescription, ...]
|
@@ -30,7 +30,7 @@ SENSOR_TYPES: tuple[AccuWeatherSensorDescription, ...]
|
|
30
30
|
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry, async_add_entities: AddEntitiesCallback) -> None: ...
|
31
31
|
|
32
32
|
class AccuWeatherSensor(CoordinatorEntity[AccuWeatherDataUpdateCoordinator], SensorEntity):
|
33
|
-
_attr_attribution
|
33
|
+
_attr_attribution = ATTRIBUTION
|
34
34
|
_attr_has_entity_name: bool
|
35
35
|
entity_description: AccuWeatherSensorDescription
|
36
36
|
_sensor_data: Incomplete
|
@@ -40,14 +40,14 @@ class AccuWeatherSensor(CoordinatorEntity[AccuWeatherDataUpdateCoordinator], Sen
|
|
40
40
|
_unit_system: Incomplete
|
41
41
|
_attr_device_info: Incomplete
|
42
42
|
forecast_day: Incomplete
|
43
|
-
def __init__(self, coordinator: AccuWeatherDataUpdateCoordinator, description: AccuWeatherSensorDescription, forecast_day:
|
43
|
+
def __init__(self, coordinator: AccuWeatherDataUpdateCoordinator, description: AccuWeatherSensorDescription, forecast_day: int | None = ...) -> None: ...
|
44
44
|
@property
|
45
45
|
def native_value(self) -> StateType: ...
|
46
46
|
@property
|
47
47
|
def extra_state_attributes(self) -> dict[str, Any]: ...
|
48
48
|
def _handle_coordinator_update(self) -> None: ...
|
49
49
|
|
50
|
-
def _get_sensor_data(sensors: dict[str, Any], kind: str, forecast_day:
|
50
|
+
def _get_sensor_data(sensors: dict[str, Any], kind: str, forecast_day: int | None = ...) -> Any: ...
|
51
51
|
|
52
52
|
class AccuWeatherForecastSensor(AccuWeatherSensor):
|
53
53
|
@property
|
@@ -28,7 +28,7 @@ class AccuWeatherEntity(CoordinatorEntity[AccuWeatherDataUpdateCoordinator], Wea
|
|
28
28
|
_attr_device_info: Incomplete
|
29
29
|
def __init__(self, coordinator: AccuWeatherDataUpdateCoordinator) -> None: ...
|
30
30
|
@property
|
31
|
-
def condition(self) ->
|
31
|
+
def condition(self) -> str | None: ...
|
32
32
|
@property
|
33
33
|
def native_temperature(self) -> float: ...
|
34
34
|
@property
|
@@ -42,8 +42,8 @@ class AccuWeatherEntity(CoordinatorEntity[AccuWeatherDataUpdateCoordinator], Wea
|
|
42
42
|
@property
|
43
43
|
def native_visibility(self) -> float: ...
|
44
44
|
@property
|
45
|
-
def ozone(self) ->
|
45
|
+
def ozone(self) -> int | None: ...
|
46
46
|
@property
|
47
|
-
def forecast(self) ->
|
47
|
+
def forecast(self) -> list[Forecast] | None: ...
|
48
48
|
@staticmethod
|
49
49
|
def _calc_precipitation(day: dict[str, Any]) -> float: ...
|
@@ -9,10 +9,10 @@ from typing import Any
|
|
9
9
|
|
10
10
|
_LOGGER: Incomplete
|
11
11
|
|
12
|
-
def setup_platform(hass: HomeAssistant, config: ConfigType, add_entities: AddEntitiesCallback, discovery_info:
|
12
|
+
def setup_platform(hass: HomeAssistant, config: ConfigType, add_entities: AddEntitiesCallback, discovery_info: DiscoveryInfoType | None = ...) -> None: ...
|
13
13
|
|
14
14
|
class AcerSwitch(SwitchEntity):
|
15
|
-
_attr_icon
|
15
|
+
_attr_icon = ICON
|
16
16
|
ser: Incomplete
|
17
17
|
_serial_port: Incomplete
|
18
18
|
_attr_name: Incomplete
|
@@ -10,7 +10,7 @@ from typing import Final
|
|
10
10
|
_LOGGER: Final[Incomplete]
|
11
11
|
PLATFORM_SCHEMA: Final[Incomplete]
|
12
12
|
|
13
|
-
def get_scanner(hass: HomeAssistant, config: ConfigType) ->
|
13
|
+
def get_scanner(hass: HomeAssistant, config: ConfigType) -> ActiontecDeviceScanner | None: ...
|
14
14
|
|
15
15
|
class ActiontecDeviceScanner(DeviceScanner):
|
16
16
|
host: Incomplete
|
@@ -20,6 +20,6 @@ class ActiontecDeviceScanner(DeviceScanner):
|
|
20
20
|
success_init: Incomplete
|
21
21
|
def __init__(self, config: ConfigType) -> None: ...
|
22
22
|
def scan_devices(self) -> list[str]: ...
|
23
|
-
def get_device_name(self, device: str) ->
|
23
|
+
def get_device_name(self, device: str) -> str | None: ...
|
24
24
|
def _update_info(self) -> bool: ...
|
25
|
-
def get_actiontec_data(self) ->
|
25
|
+
def get_actiontec_data(self) -> list[Device] | None: ...
|