homeassistant-stubs 2023.8.4__py3-none-any.whl → 2023.9.0__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/__main__.pyi +0 -1
- homeassistant-stubs/components/abode/__init__.pyi +2 -1
- homeassistant-stubs/components/abode/sensor.pyi +18 -6
- homeassistant-stubs/components/accuweather/__init__.pyi +1 -2
- homeassistant-stubs/components/accuweather/const.pyi +2 -0
- homeassistant-stubs/components/accuweather/sensor.pyi +4 -6
- homeassistant-stubs/components/accuweather/weather.pyi +6 -5
- homeassistant-stubs/components/actiontec/model.pyi +0 -1
- homeassistant-stubs/components/adguard/entity.pyi +2 -2
- homeassistant-stubs/components/adguard/sensor.pyi +0 -2
- homeassistant-stubs/components/adguard/switch.pyi +0 -2
- homeassistant-stubs/components/airly/sensor.pyi +1 -3
- homeassistant-stubs/components/airzone/binary_sensor.pyi +0 -1
- homeassistant-stubs/components/airzone/entity.pyi +7 -1
- homeassistant-stubs/components/airzone/select.pyi +0 -2
- homeassistant-stubs/components/airzone/sensor.pyi +9 -1
- homeassistant-stubs/components/airzone_cloud/binary_sensor.pyi +8 -2
- homeassistant-stubs/components/airzone_cloud/entity.pyi +7 -1
- homeassistant-stubs/components/aladdin_connect/cover.pyi +1 -1
- homeassistant-stubs/components/aladdin_connect/sensor.pyi +1 -3
- homeassistant-stubs/components/alarm_control_panel/__init__.pyi +0 -1
- homeassistant-stubs/components/alexa/__init__.pyi +16 -0
- homeassistant-stubs/components/alexa/auth.pyi +31 -0
- homeassistant-stubs/components/alexa/capabilities.pyi +281 -0
- homeassistant-stubs/components/alexa/config.pyi +57 -0
- homeassistant-stubs/components/alexa/const.pyi +51 -0
- homeassistant-stubs/components/alexa/entities.pyi +176 -0
- homeassistant-stubs/components/alexa/errors.pyi +69 -0
- homeassistant-stubs/components/alexa/flash_briefings.pyi +22 -0
- homeassistant-stubs/components/alexa/handlers.pyi +64 -0
- homeassistant-stubs/components/alexa/intent.pyi +53 -0
- homeassistant-stubs/components/alexa/logbook.pyi +6 -0
- homeassistant-stubs/components/alexa/resources.pyi +114 -0
- homeassistant-stubs/components/alexa/smart_home.pyi +51 -0
- homeassistant-stubs/components/alexa/state_report.pyi +53 -0
- homeassistant-stubs/components/ambient_station/__init__.pyi +1 -15
- homeassistant-stubs/components/ambient_station/binary_sensor.pyi +1 -3
- homeassistant-stubs/components/ambient_station/entity.pyi +21 -0
- homeassistant-stubs/components/ambient_station/sensor.pyi +2 -1
- homeassistant-stubs/components/amcrest/__init__.pyi +0 -1
- homeassistant-stubs/components/amcrest/binary_sensor.pyi +0 -1
- homeassistant-stubs/components/analytics/analytics.pyi +0 -1
- homeassistant-stubs/components/anova/__init__.pyi +1 -1
- homeassistant-stubs/components/anova/config_flow.pyi +4 -4
- homeassistant-stubs/components/anova/coordinator.pyi +2 -2
- homeassistant-stubs/components/anova/entity.pyi +2 -2
- homeassistant-stubs/components/anova/models.pyi +0 -1
- homeassistant-stubs/components/anova/sensor.pyi +0 -2
- homeassistant-stubs/components/anthemav/__init__.pyi +1 -1
- homeassistant-stubs/components/anthemav/const.pyi +1 -1
- homeassistant-stubs/components/anthemav/media_player.pyi +2 -2
- homeassistant-stubs/components/apcupsd/__init__.pyi +1 -1
- homeassistant-stubs/components/aqualogic/sensor.pyi +0 -1
- homeassistant-stubs/components/aseko_pool_live/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/aseko_pool_live/entity.pyi +2 -1
- homeassistant-stubs/components/aseko_pool_live/sensor.pyi +1 -0
- homeassistant-stubs/components/assist_pipeline/__init__.pyi +2 -2
- homeassistant-stubs/components/assist_pipeline/const.pyi +3 -0
- homeassistant-stubs/components/assist_pipeline/error.pyi +2 -0
- homeassistant-stubs/components/assist_pipeline/pipeline.pyi +35 -14
- homeassistant-stubs/components/assist_pipeline/ring_buffer.pyi +15 -0
- homeassistant-stubs/components/assist_pipeline/vad.pyi +41 -6
- homeassistant-stubs/components/assist_pipeline/websocket_api.pyi +2 -2
- homeassistant-stubs/components/asuswrt/router.pyi +1 -2
- homeassistant-stubs/components/asuswrt/sensor.pyi +0 -1
- homeassistant-stubs/components/auth/__init__.pyi +2 -1
- homeassistant-stubs/components/automation/__init__.pyi +0 -1
- homeassistant-stubs/components/awair/__init__.pyi +0 -1
- homeassistant-stubs/components/awair/sensor.pyi +1 -3
- homeassistant-stubs/components/backup/manager.pyi +0 -1
- homeassistant-stubs/components/baf/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/baf/entity.pyi +2 -2
- homeassistant-stubs/components/baf/light.pyi +1 -2
- homeassistant-stubs/components/baf/models.pyi +0 -2
- homeassistant-stubs/components/baf/number.pyi +0 -2
- homeassistant-stubs/components/baf/sensor.pyi +0 -2
- homeassistant-stubs/components/baf/switch.pyi +0 -2
- homeassistant-stubs/components/bayesian/helpers.pyi +0 -1
- homeassistant-stubs/components/binary_sensor/__init__.pyi +0 -1
- homeassistant-stubs/components/bluetooth/base_scanner.pyi +0 -1
- homeassistant-stubs/components/bluetooth/match.pyi +0 -1
- homeassistant-stubs/components/bluetooth/models.pyi +0 -1
- homeassistant-stubs/components/bluetooth/passive_update_processor.pyi +59 -20
- homeassistant-stubs/components/bluetooth/update_coordinator.pyi +6 -3
- homeassistant-stubs/components/bluetooth/wrappers.pyi +1 -2
- homeassistant-stubs/components/bmw_connected_drive/__init__.pyi +1 -1
- homeassistant-stubs/components/bmw_connected_drive/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/bmw_connected_drive/button.pyi +6 -5
- homeassistant-stubs/components/bmw_connected_drive/number.pyi +0 -2
- homeassistant-stubs/components/bmw_connected_drive/select.pyi +0 -2
- homeassistant-stubs/components/bmw_connected_drive/sensor.pyi +0 -1
- homeassistant-stubs/components/bmw_connected_drive/switch.pyi +0 -2
- homeassistant-stubs/components/bond/button.pyi +0 -2
- homeassistant-stubs/components/bond/entity.pyi +2 -1
- homeassistant-stubs/components/bond/models.pyi +0 -1
- homeassistant-stubs/components/braviatv/button.pyi +0 -2
- homeassistant-stubs/components/braviatv/coordinator.pyi +2 -2
- homeassistant-stubs/components/braviatv/entity.pyi +1 -1
- homeassistant-stubs/components/brother/sensor.pyi +1 -3
- homeassistant-stubs/components/button/__init__.pyi +0 -1
- homeassistant-stubs/components/calendar/__init__.pyi +5 -3
- homeassistant-stubs/components/calendar/trigger.pyi +0 -2
- homeassistant-stubs/components/camera/__init__.pyi +3 -1
- homeassistant-stubs/components/camera/prefs.pyi +0 -1
- homeassistant-stubs/components/canary/camera.pyi +1 -1
- homeassistant-stubs/components/canary/sensor.pyi +1 -1
- homeassistant-stubs/components/cloud/alexa_config.pyi +3 -2
- homeassistant-stubs/components/cloud/http_api.pyi +3 -3
- homeassistant-stubs/components/cover/__init__.pyi +2 -3
- homeassistant-stubs/components/cpuspeed/sensor.pyi +1 -1
- homeassistant-stubs/components/crownstone/devices.pyi +2 -1
- homeassistant-stubs/components/deconz/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/deconz/button.pyi +0 -2
- homeassistant-stubs/components/deconz/deconz_device.pyi +2 -2
- homeassistant-stubs/components/deconz/device_trigger.pyi +1 -0
- homeassistant-stubs/components/deconz/light.pyi +1 -1
- homeassistant-stubs/components/deconz/number.pyi +0 -2
- homeassistant-stubs/components/deconz/sensor.pyi +0 -2
- homeassistant-stubs/components/demo/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/demo/button.pyi +1 -1
- homeassistant-stubs/components/demo/calendar.pyi +2 -2
- homeassistant-stubs/components/demo/climate.pyi +1 -1
- homeassistant-stubs/components/demo/cover.pyi +1 -1
- homeassistant-stubs/components/demo/date.pyi +1 -1
- homeassistant-stubs/components/demo/datetime.pyi +1 -1
- homeassistant-stubs/components/demo/event.pyi +1 -1
- homeassistant-stubs/components/demo/light.pyi +1 -1
- homeassistant-stubs/components/demo/number.pyi +1 -1
- homeassistant-stubs/components/demo/select.pyi +1 -1
- homeassistant-stubs/components/demo/sensor.pyi +1 -1
- homeassistant-stubs/components/demo/switch.pyi +1 -1
- homeassistant-stubs/components/demo/text.pyi +1 -1
- homeassistant-stubs/components/demo/time.pyi +1 -1
- homeassistant-stubs/components/demo/update.pyi +1 -1
- homeassistant-stubs/components/demo/weather.pyi +1 -0
- homeassistant-stubs/components/derivative/sensor.pyi +1 -1
- homeassistant-stubs/components/device_automation/__init__.pyi +0 -1
- homeassistant-stubs/components/device_tracker/config_entry.pyi +2 -1
- homeassistant-stubs/components/devolo_home_control/devolo_device.pyi +2 -1
- homeassistant-stubs/components/devolo_home_network/__init__.pyi +2 -2
- homeassistant-stubs/components/devolo_home_network/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/devolo_home_network/button.pyi +0 -2
- homeassistant-stubs/components/devolo_home_network/const.pyi +2 -0
- homeassistant-stubs/components/devolo_home_network/entity.pyi +2 -1
- homeassistant-stubs/components/devolo_home_network/image.pyi +32 -0
- homeassistant-stubs/components/devolo_home_network/sensor.pyi +0 -2
- homeassistant-stubs/components/devolo_home_network/switch.pyi +0 -2
- homeassistant-stubs/components/devolo_home_network/update.pyi +40 -0
- homeassistant-stubs/components/dhcp/__init__.pyi +0 -1
- homeassistant-stubs/components/diagnostics/__init__.pyi +0 -2
- homeassistant-stubs/components/dlna_dmr/media_player.pyi +2 -2
- homeassistant-stubs/components/dnsip/sensor.pyi +1 -2
- homeassistant-stubs/components/doorbird/__init__.pyi +25 -0
- homeassistant-stubs/components/doorbird/button.pyi +32 -0
- homeassistant-stubs/components/doorbird/camera.pyi +33 -0
- homeassistant-stubs/components/doorbird/config_flow.pyi +37 -0
- homeassistant-stubs/components/doorbird/const.pyi +19 -0
- homeassistant-stubs/components/doorbird/device.pyi +40 -0
- homeassistant-stubs/components/doorbird/entity.pyi +14 -0
- homeassistant-stubs/components/doorbird/logbook.pyi +8 -0
- homeassistant-stubs/components/doorbird/models.pyi +8 -0
- homeassistant-stubs/components/doorbird/util.pyi +8 -0
- homeassistant-stubs/components/doorbird/view.pyi +14 -0
- homeassistant-stubs/components/dormakaba_dkey/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/dormakaba_dkey/entity.pyi +1 -1
- homeassistant-stubs/components/dormakaba_dkey/models.pyi +0 -1
- homeassistant-stubs/components/dsmr/sensor.pyi +1 -3
- homeassistant-stubs/components/dunehd/media_player.pyi +3 -7
- homeassistant-stubs/components/efergy/__init__.pyi +2 -1
- homeassistant-stubs/components/electrasmart/climate.pyi +1 -1
- homeassistant-stubs/components/electric_kiwi/select.pyi +27 -0
- homeassistant-stubs/components/electric_kiwi/sensor.pyi +1 -3
- homeassistant-stubs/components/elgato/button.pyi +0 -2
- homeassistant-stubs/components/elgato/coordinator.pyi +0 -1
- homeassistant-stubs/components/elgato/entity.pyi +1 -2
- homeassistant-stubs/components/elgato/sensor.pyi +0 -2
- homeassistant-stubs/components/elgato/switch.pyi +0 -2
- homeassistant-stubs/components/elkm1/__init__.pyi +2 -2
- homeassistant-stubs/components/elkm1/climate.pyi +6 -15
- homeassistant-stubs/components/elkm1/sensor.pyi +10 -18
- homeassistant-stubs/components/energy/sensor.pyi +0 -1
- homeassistant-stubs/components/energy/validate.pyi +0 -3
- homeassistant-stubs/components/esphome/bluetooth/cache.pyi +0 -1
- homeassistant-stubs/components/esphome/bluetooth/client.pyi +3 -3
- homeassistant-stubs/components/esphome/bluetooth/device.pyi +0 -1
- homeassistant-stubs/components/esphome/bluetooth/scanner.pyi +2 -0
- homeassistant-stubs/components/esphome/domain_data.pyi +0 -1
- homeassistant-stubs/components/esphome/entity.pyi +2 -1
- homeassistant-stubs/components/esphome/entry_data.pyi +0 -1
- homeassistant-stubs/components/esphome/manager.pyi +1 -1
- homeassistant-stubs/components/esphome/update.pyi +1 -1
- homeassistant-stubs/components/esphome/voice_assistant.pyi +5 -7
- homeassistant-stubs/components/event/__init__.pyi +0 -2
- homeassistant-stubs/components/evil_genius_labs/__init__.pyi +1 -1
- homeassistant-stubs/components/evil_genius_labs/util.pyi +3 -2
- homeassistant-stubs/components/fan/__init__.pyi +0 -1
- homeassistant-stubs/components/feedreader/__init__.pyi +21 -18
- homeassistant-stubs/components/file_upload/__init__.pyi +0 -1
- homeassistant-stubs/components/filesize/__init__.pyi +2 -1
- homeassistant-stubs/components/filesize/coordinator.pyi +12 -0
- homeassistant-stubs/components/filesize/sensor.pyi +3 -8
- homeassistant-stubs/components/filter/sensor.pyi +0 -1
- homeassistant-stubs/components/fitbit/sensor.pyi +0 -1
- homeassistant-stubs/components/flux_led/entity.pyi +2 -1
- homeassistant-stubs/components/forecast_solar/__init__.pyi +2 -1
- homeassistant-stubs/components/forecast_solar/config_flow.pyi +1 -1
- homeassistant-stubs/components/forecast_solar/const.pyi +2 -0
- homeassistant-stubs/components/forecast_solar/coordinator.pyi +1 -1
- homeassistant-stubs/components/forecast_solar/sensor.pyi +1 -3
- homeassistant-stubs/components/fritz/binary_sensor.pyi +0 -1
- homeassistant-stubs/components/fritz/button.pyi +1 -4
- homeassistant-stubs/components/fritz/common.pyi +2 -6
- homeassistant-stubs/components/fritz/sensor.pyi +0 -1
- homeassistant-stubs/components/fritz/switch.pyi +2 -2
- homeassistant-stubs/components/fritzbox/__init__.pyi +3 -2
- homeassistant-stubs/components/fritzbox/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/fritzbox/button.pyi +1 -1
- homeassistant-stubs/components/fritzbox/coordinator.pyi +0 -1
- homeassistant-stubs/components/fritzbox/model.pyi +0 -1
- homeassistant-stubs/components/fritzbox/sensor.pyi +5 -3
- homeassistant-stubs/components/fritzbox_callmonitor/sensor.pyi +1 -1
- homeassistant-stubs/components/fronius/__init__.pyi +1 -1
- homeassistant-stubs/components/fronius/const.pyi +1 -1
- homeassistant-stubs/components/fronius/sensor.pyi +1 -2
- homeassistant-stubs/components/fully_kiosk/button.pyi +0 -2
- homeassistant-stubs/components/fully_kiosk/entity.pyi +2 -2
- homeassistant-stubs/components/fully_kiosk/sensor.pyi +0 -1
- homeassistant-stubs/components/fully_kiosk/switch.pyi +0 -2
- homeassistant-stubs/components/geocaching/sensor.pyi +1 -4
- homeassistant-stubs/components/gios/sensor.pyi +1 -4
- homeassistant-stubs/components/goalzero/entity.pyi +2 -1
- homeassistant-stubs/components/google/calendar.pyi +3 -8
- homeassistant-stubs/components/group/__init__.pyi +4 -1
- homeassistant-stubs/components/group/binary_sensor.pyi +4 -4
- homeassistant-stubs/components/group/config_flow.pyi +22 -7
- homeassistant-stubs/components/group/cover.pyi +6 -9
- homeassistant-stubs/components/group/event.pyi +29 -0
- homeassistant-stubs/components/group/fan.pyi +6 -9
- homeassistant-stubs/components/group/light.pyi +3 -4
- homeassistant-stubs/components/group/lock.pyi +2 -3
- homeassistant-stubs/components/group/media_player.pyi +5 -3
- homeassistant-stubs/components/group/sensor.pyi +2 -3
- homeassistant-stubs/components/group/switch.pyi +2 -3
- homeassistant-stubs/components/guardian/__init__.pyi +2 -4
- homeassistant-stubs/components/guardian/binary_sensor.pyi +0 -1
- homeassistant-stubs/components/guardian/button.pyi +0 -2
- homeassistant-stubs/components/guardian/sensor.pyi +0 -1
- homeassistant-stubs/components/guardian/switch.pyi +0 -2
- homeassistant-stubs/components/guardian/util.pyi +0 -1
- homeassistant-stubs/components/hardware/models.pyi +0 -3
- homeassistant-stubs/components/hardware/websocket_api.pyi +0 -1
- homeassistant-stubs/components/here_travel_time/model.pyi +0 -1
- homeassistant-stubs/components/here_travel_time/sensor.pyi +1 -2
- homeassistant-stubs/components/history/websocket_api.pyi +0 -1
- homeassistant-stubs/components/homeassistant/exposed_entities.pyi +0 -2
- homeassistant-stubs/components/homeassistant_alerts/__init__.pyi +0 -1
- homeassistant-stubs/components/homeassistant_green/__init__.pyi +7 -0
- homeassistant-stubs/components/homeassistant_green/config_flow.pyi +8 -0
- homeassistant-stubs/components/homeassistant_green/const.pyi +1 -0
- homeassistant-stubs/components/homeassistant_green/hardware.pyi +11 -0
- homeassistant-stubs/components/homeassistant_hardware/const.pyi +1 -0
- homeassistant-stubs/components/homeassistant_hardware/silabs_multiprotocol_addon.pyi +29 -13
- homeassistant-stubs/components/homeassistant_sky_connect/hardware.pyi +1 -0
- homeassistant-stubs/components/homeassistant_yellow/hardware.pyi +1 -0
- homeassistant-stubs/components/homekit_controller/button.pyi +0 -1
- homeassistant-stubs/components/homewizard/const.pyi +0 -1
- homeassistant-stubs/components/homewizard/entity.pyi +1 -1
- homeassistant-stubs/components/homewizard/helpers.pyi +3 -2
- homeassistant-stubs/components/homewizard/sensor.pyi +0 -2
- homeassistant-stubs/components/homewizard/switch.pyi +0 -2
- homeassistant-stubs/components/http/__init__.pyi +5 -1
- homeassistant-stubs/components/http/ban.pyi +2 -2
- homeassistant-stubs/components/http/data_validator.pyi +2 -2
- homeassistant-stubs/components/http/decorators.pyi +15 -0
- homeassistant-stubs/components/http/headers.pyi +5 -0
- homeassistant-stubs/components/huawei_lte/__init__.pyi +2 -4
- homeassistant-stubs/components/huawei_lte/binary_sensor.pyi +0 -11
- homeassistant-stubs/components/huawei_lte/device_tracker.pyi +0 -1
- homeassistant-stubs/components/huawei_lte/notify.pyi +0 -1
- homeassistant-stubs/components/huawei_lte/sensor.pyi +0 -4
- homeassistant-stubs/components/huawei_lte/switch.pyi +0 -5
- homeassistant-stubs/components/hyperion/camera.pyi +4 -5
- homeassistant-stubs/components/hyperion/const.pyi +0 -2
- homeassistant-stubs/components/hyperion/light.pyi +3 -5
- homeassistant-stubs/components/hyperion/switch.pyi +5 -6
- homeassistant-stubs/components/ibeacon/entity.pyi +2 -1
- homeassistant-stubs/components/ibeacon/sensor.pyi +0 -2
- homeassistant-stubs/components/image/__init__.pyi +0 -2
- homeassistant-stubs/components/image_processing/__init__.pyi +0 -1
- homeassistant-stubs/components/imap/sensor.pyi +1 -2
- homeassistant-stubs/components/integration/sensor.pyi +1 -2
- homeassistant-stubs/components/ipp/__init__.pyi +11 -0
- homeassistant-stubs/components/ipp/config_flow.pyi +22 -0
- homeassistant-stubs/components/ipp/const.pyi +13 -0
- homeassistant-stubs/components/ipp/coordinator.pyi +15 -0
- homeassistant-stubs/components/ipp/entity.pyi +13 -0
- homeassistant-stubs/components/ipp/sensor.pyi +36 -0
- homeassistant-stubs/components/isy994/__init__.pyi +1 -2
- homeassistant-stubs/components/isy994/binary_sensor.pyi +2 -1
- homeassistant-stubs/components/isy994/button.pyi +2 -1
- homeassistant-stubs/components/isy994/climate.pyi +2 -1
- homeassistant-stubs/components/isy994/cover.pyi +2 -1
- homeassistant-stubs/components/isy994/entity.pyi +2 -1
- homeassistant-stubs/components/isy994/fan.pyi +2 -1
- homeassistant-stubs/components/isy994/helpers.pyi +1 -1
- homeassistant-stubs/components/isy994/light.pyi +2 -1
- homeassistant-stubs/components/isy994/lock.pyi +2 -1
- homeassistant-stubs/components/isy994/models.pyi +1 -2
- homeassistant-stubs/components/isy994/number.pyi +2 -1
- homeassistant-stubs/components/isy994/select.pyi +1 -1
- homeassistant-stubs/components/isy994/sensor.pyi +2 -1
- homeassistant-stubs/components/isy994/switch.pyi +1 -2
- homeassistant-stubs/components/jellyfin/entity.pyi +2 -2
- homeassistant-stubs/components/jellyfin/media_player.pyi +1 -1
- homeassistant-stubs/components/jellyfin/models.pyi +0 -1
- homeassistant-stubs/components/jellyfin/sensor.pyi +0 -2
- homeassistant-stubs/components/jewish_calendar/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/jvc_projector/entity.pyi +1 -1
- homeassistant-stubs/components/kaleidescape/__init__.pyi +0 -1
- homeassistant-stubs/components/kaleidescape/entity.pyi +2 -1
- homeassistant-stubs/components/kaleidescape/sensor.pyi +0 -2
- homeassistant-stubs/components/knx/config_flow.pyi +1 -4
- homeassistant-stubs/components/knx/device.pyi +1 -1
- homeassistant-stubs/components/knx/helpers/keyring.pyi +12 -0
- homeassistant-stubs/components/knx/project.pyi +0 -1
- homeassistant-stubs/components/knx/sensor.pyi +0 -1
- homeassistant-stubs/components/kraken/sensor.pyi +3 -5
- homeassistant-stubs/components/lacrosse_view/sensor.pyi +1 -3
- homeassistant-stubs/components/lametric/button.pyi +0 -2
- homeassistant-stubs/components/lametric/entity.pyi +1 -2
- homeassistant-stubs/components/lametric/helpers.pyi +3 -2
- homeassistant-stubs/components/lametric/number.pyi +0 -2
- homeassistant-stubs/components/lametric/select.pyi +0 -2
- homeassistant-stubs/components/lametric/sensor.pyi +0 -2
- homeassistant-stubs/components/lametric/switch.pyi +0 -2
- homeassistant-stubs/components/laundrify/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/lawn_mower/__init__.pyi +35 -0
- homeassistant-stubs/components/lawn_mower/const.pyi +17 -0
- homeassistant-stubs/components/lcn/__init__.pyi +2 -1
- homeassistant-stubs/components/ld2410_ble/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/ld2410_ble/coordinator.pyi +1 -1
- homeassistant-stubs/components/ld2410_ble/models.pyi +0 -1
- homeassistant-stubs/components/ld2410_ble/sensor.pyi +1 -1
- homeassistant-stubs/components/lidarr/__init__.pyi +2 -2
- homeassistant-stubs/components/lidarr/sensor.pyi +0 -2
- homeassistant-stubs/components/lifx/__init__.pyi +1 -1
- homeassistant-stubs/components/lifx/entity.pyi +1 -1
- homeassistant-stubs/components/lifx/light.pyi +1 -2
- homeassistant-stubs/components/light/__init__.pyi +0 -3
- homeassistant-stubs/components/litejet/config_flow.pyi +2 -1
- homeassistant-stubs/components/litejet/light.pyi +1 -1
- homeassistant-stubs/components/litejet/scene.pyi +1 -1
- homeassistant-stubs/components/litejet/switch.pyi +1 -1
- homeassistant-stubs/components/litterrobot/__init__.pyi +2 -0
- homeassistant-stubs/components/litterrobot/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/litterrobot/button.pyi +0 -2
- homeassistant-stubs/components/litterrobot/entity.pyi +2 -1
- homeassistant-stubs/components/litterrobot/select.pyi +0 -2
- homeassistant-stubs/components/litterrobot/sensor.pyi +0 -1
- homeassistant-stubs/components/litterrobot/switch.pyi +0 -2
- homeassistant-stubs/components/litterrobot/time.pyi +0 -2
- homeassistant-stubs/components/lock/__init__.pyi +0 -1
- homeassistant-stubs/components/logbook/models.pyi +0 -2
- homeassistant-stubs/components/logbook/processor.pyi +0 -1
- homeassistant-stubs/components/logbook/websocket_api.pyi +0 -1
- homeassistant-stubs/components/logger/helpers.pyi +0 -2
- homeassistant-stubs/components/lookin/const.pyi +1 -1
- homeassistant-stubs/components/lookin/entity.pyi +1 -1
- homeassistant-stubs/components/lookin/models.pyi +0 -1
- homeassistant-stubs/components/luftdaten/sensor.pyi +1 -1
- homeassistant-stubs/components/matter/binary_sensor.pyi +0 -1
- homeassistant-stubs/components/matter/entity.pyi +2 -2
- homeassistant-stubs/components/matter/helpers.pyi +0 -1
- homeassistant-stubs/components/matter/models.pyi +0 -2
- homeassistant-stubs/components/matter/sensor.pyi +0 -1
- homeassistant-stubs/components/media_extractor/__init__.pyi +31 -0
- homeassistant-stubs/components/media_player/__init__.pyi +0 -1
- homeassistant-stubs/components/media_source/local_source.pyi +1 -1
- homeassistant-stubs/components/media_source/models.pyi +0 -2
- homeassistant-stubs/components/metoffice/__init__.pyi +1 -1
- homeassistant-stubs/components/metoffice/const.pyi +1 -0
- homeassistant-stubs/components/metoffice/data.pyi +0 -1
- homeassistant-stubs/components/metoffice/sensor.pyi +1 -1
- homeassistant-stubs/components/metoffice/weather.pyi +1 -2
- homeassistant-stubs/components/mjpeg/camera.pyi +1 -1
- homeassistant-stubs/components/modbus/__init__.pyi +2 -2
- homeassistant-stubs/components/modbus/base_platform.pyi +4 -3
- homeassistant-stubs/components/modbus/climate.pyi +4 -3
- homeassistant-stubs/components/modbus/const.pyi +3 -11
- homeassistant-stubs/components/modbus/modbus.pyi +6 -6
- homeassistant-stubs/components/modbus/sensor.pyi +4 -1
- homeassistant-stubs/components/modbus/validators.pyi +1 -0
- homeassistant-stubs/components/modem_callerid/button.pyi +4 -1
- homeassistant-stubs/components/modem_callerid/sensor.pyi +5 -2
- homeassistant-stubs/components/moon/sensor.pyi +1 -3
- homeassistant-stubs/components/mqtt/abbreviations.pyi +1 -0
- homeassistant-stubs/components/mqtt/alarm_control_panel.pyi +2 -3
- homeassistant-stubs/components/mqtt/climate.pyi +4 -1
- homeassistant-stubs/components/mqtt/const.pyi +13 -0
- homeassistant-stubs/components/mqtt/device_tracker.pyi +2 -0
- homeassistant-stubs/components/mqtt/discovery.pyi +6 -4
- homeassistant-stubs/components/mqtt/lawn_mower.pyi +64 -0
- homeassistant-stubs/components/mqtt/mixins.pyi +4 -14
- homeassistant-stubs/components/mqtt/models.pyi +7 -1
- homeassistant-stubs/components/mysensors/binary_sensor.pyi +0 -1
- homeassistant-stubs/components/mysensors/device.pyi +2 -1
- homeassistant-stubs/components/nam/__init__.pyi +1 -1
- homeassistant-stubs/components/nam/config_flow.pyi +0 -1
- homeassistant-stubs/components/nam/sensor.pyi +0 -2
- homeassistant-stubs/components/nanoleaf/__init__.pyi +0 -1
- homeassistant-stubs/components/nanoleaf/entity.pyi +1 -1
- homeassistant-stubs/components/neato/__init__.pyi +1 -0
- homeassistant-stubs/components/neato/button.pyi +18 -0
- homeassistant-stubs/components/neato/camera.pyi +4 -9
- homeassistant-stubs/components/neato/entity.pyi +12 -0
- homeassistant-stubs/components/neato/sensor.pyi +3 -9
- homeassistant-stubs/components/neato/switch.pyi +4 -9
- homeassistant-stubs/components/neato/vacuum.pyi +5 -5
- homeassistant-stubs/components/nest/camera.pyi +6 -4
- homeassistant-stubs/components/nest/climate.pyi +5 -11
- homeassistant-stubs/components/nest/device_info.pyi +1 -1
- homeassistant-stubs/components/nest/media_source.pyi +0 -1
- homeassistant-stubs/components/netatmo/__init__.pyi +1 -0
- homeassistant-stubs/components/netatmo/climate.pyi +1 -1
- homeassistant-stubs/components/netatmo/data_handler.pyi +0 -4
- homeassistant-stubs/components/netatmo/helper.pyi +0 -1
- homeassistant-stubs/components/netatmo/netatmo_entity_base.pyi +2 -1
- homeassistant-stubs/components/netatmo/sensor.pyi +0 -2
- homeassistant-stubs/components/nextdns/__init__.pyi +2 -3
- homeassistant-stubs/components/nextdns/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/nextdns/sensor.pyi +0 -2
- homeassistant-stubs/components/nextdns/switch.pyi +0 -2
- homeassistant-stubs/components/notion/__init__.pyi +2 -2
- homeassistant-stubs/components/notion/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/notion/model.pyi +0 -1
- homeassistant-stubs/components/notion/sensor.pyi +0 -1
- homeassistant-stubs/components/number/__init__.pyi +0 -2
- homeassistant-stubs/components/nut/__init__.pyi +0 -1
- homeassistant-stubs/components/nut/sensor.pyi +1 -1
- homeassistant-stubs/components/oncue/entity.pyi +3 -1
- homeassistant-stubs/components/onewire/binary_sensor.pyi +0 -1
- homeassistant-stubs/components/onewire/model.pyi +1 -2
- homeassistant-stubs/components/onewire/onewire_entities.pyi +2 -2
- homeassistant-stubs/components/onewire/onewirehub.pyi +1 -1
- homeassistant-stubs/components/onewire/sensor.pyi +0 -1
- homeassistant-stubs/components/onewire/switch.pyi +0 -1
- homeassistant-stubs/components/open_meteo/weather.pyi +7 -6
- homeassistant-stubs/components/openexchangerates/sensor.pyi +4 -5
- homeassistant-stubs/components/opensky/__init__.pyi +5 -1
- homeassistant-stubs/components/opensky/config_flow.pyi +10 -3
- homeassistant-stubs/components/opensky/const.pyi +3 -1
- homeassistant-stubs/components/opensky/coordinator.pyi +17 -0
- homeassistant-stubs/components/opensky/sensor.pyi +14 -22
- homeassistant-stubs/components/openuv/config_flow.pyi +0 -1
- homeassistant-stubs/components/otbr/util.pyi +6 -4
- homeassistant-stubs/components/otbr/websocket_api.pyi +0 -1
- homeassistant-stubs/components/overkiz/__init__.pyi +0 -1
- homeassistant-stubs/components/overkiz/alarm_control_panel.pyi +0 -2
- homeassistant-stubs/components/overkiz/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/overkiz/button.pyi +0 -1
- homeassistant-stubs/components/overkiz/entity.pyi +2 -1
- homeassistant-stubs/components/overkiz/number.pyi +0 -2
- homeassistant-stubs/components/overkiz/select.pyi +0 -2
- homeassistant-stubs/components/overkiz/sensor.pyi +1 -2
- homeassistant-stubs/components/overkiz/switch.pyi +0 -2
- homeassistant-stubs/components/peco/__init__.pyi +0 -1
- homeassistant-stubs/components/peco/sensor.pyi +3 -3
- homeassistant-stubs/components/pi_hole/__init__.pyi +1 -1
- homeassistant-stubs/components/pi_hole/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/pi_hole/update.pyi +0 -1
- homeassistant-stubs/components/powerwall/binary_sensor.pyi +4 -5
- homeassistant-stubs/components/powerwall/entity.pyi +2 -1
- homeassistant-stubs/components/powerwall/models.pyi +0 -2
- homeassistant-stubs/components/powerwall/sensor.pyi +4 -6
- homeassistant-stubs/components/powerwall/switch.pyi +1 -2
- homeassistant-stubs/components/prusalink/__init__.pyi +1 -1
- homeassistant-stubs/components/prusalink/button.pyi +0 -2
- homeassistant-stubs/components/prusalink/sensor.pyi +0 -2
- homeassistant-stubs/components/pure_energie/sensor.pyi +1 -3
- homeassistant-stubs/components/purpleair/__init__.pyi +1 -1
- homeassistant-stubs/components/purpleair/config_flow.pyi +0 -1
- homeassistant-stubs/components/purpleair/sensor.pyi +0 -2
- homeassistant-stubs/components/pvoutput/sensor.pyi +1 -3
- homeassistant-stubs/components/qnap_qsw/binary_sensor.pyi +2 -1
- homeassistant-stubs/components/qnap_qsw/button.pyi +1 -3
- homeassistant-stubs/components/qnap_qsw/entity.pyi +3 -3
- homeassistant-stubs/components/qnap_qsw/sensor.pyi +2 -1
- homeassistant-stubs/components/qnap_qsw/update.pyi +0 -1
- homeassistant-stubs/components/radarr/__init__.pyi +2 -2
- homeassistant-stubs/components/radarr/sensor.pyi +0 -2
- homeassistant-stubs/components/rainmachine/__init__.pyi +1 -2
- homeassistant-stubs/components/rainmachine/binary_sensor.pyi +0 -1
- homeassistant-stubs/components/rainmachine/button.pyi +0 -2
- homeassistant-stubs/components/rainmachine/model.pyi +0 -4
- homeassistant-stubs/components/rainmachine/select.pyi +0 -4
- homeassistant-stubs/components/rainmachine/sensor.pyi +0 -2
- homeassistant-stubs/components/rainmachine/switch.pyi +2 -5
- homeassistant-stubs/components/rainmachine/util.pyi +0 -1
- homeassistant-stubs/components/rdw/binary_sensor.pyi +1 -4
- homeassistant-stubs/components/rdw/sensor.pyi +1 -4
- homeassistant-stubs/components/recollect_waste/entity.pyi +1 -2
- homeassistant-stubs/components/recorder/migration.pyi +0 -2
- homeassistant-stubs/components/recorder/models/database.pyi +0 -2
- homeassistant-stubs/components/recorder/statistics.pyi +0 -2
- homeassistant-stubs/components/recorder/table_managers/recorder_runs.pyi +0 -1
- homeassistant-stubs/components/recorder/tasks.pyi +0 -30
- homeassistant-stubs/components/recorder/util.pyi +2 -2
- homeassistant-stubs/components/remote/__init__.pyi +0 -1
- homeassistant-stubs/components/renault/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/renault/button.pyi +0 -2
- homeassistant-stubs/components/renault/entity.pyi +0 -2
- homeassistant-stubs/components/renault/renault_hub.pyi +1 -0
- homeassistant-stubs/components/renault/renault_vehicle.pyi +3 -4
- homeassistant-stubs/components/renault/select.pyi +0 -2
- homeassistant-stubs/components/renault/sensor.pyi +0 -2
- homeassistant-stubs/components/repairs/websocket_api.pyi +1 -0
- homeassistant-stubs/components/rest/binary_sensor.pyi +7 -5
- homeassistant-stubs/components/rest/schema.pyi +1 -1
- homeassistant-stubs/components/rest/sensor.pyi +13 -6
- homeassistant-stubs/components/rest/switch.pyi +6 -5
- homeassistant-stubs/components/rest/util.pyi +7 -0
- homeassistant-stubs/components/rfxtrx/__init__.pyi +2 -1
- homeassistant-stubs/components/rfxtrx/sensor.pyi +0 -1
- homeassistant-stubs/components/ridwell/entity.pyi +1 -2
- homeassistant-stubs/components/ridwell/switch.pyi +0 -1
- homeassistant-stubs/components/rituals_perfume_genie/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/rituals_perfume_genie/entity.pyi +2 -1
- homeassistant-stubs/components/rituals_perfume_genie/number.pyi +0 -2
- homeassistant-stubs/components/rituals_perfume_genie/select.pyi +0 -2
- homeassistant-stubs/components/rituals_perfume_genie/sensor.pyi +0 -2
- homeassistant-stubs/components/rituals_perfume_genie/switch.pyi +0 -2
- homeassistant-stubs/components/roku/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/roku/coordinator.pyi +2 -1
- homeassistant-stubs/components/roku/entity.pyi +4 -6
- homeassistant-stubs/components/roku/helpers.pyi +2 -2
- homeassistant-stubs/components/roku/select.pyi +0 -2
- homeassistant-stubs/components/roku/sensor.pyi +0 -2
- homeassistant-stubs/components/ruuvi_gateway/models.pyi +0 -1
- homeassistant-stubs/components/samsungtv/entity.pyi +2 -1
- homeassistant-stubs/components/scrape/__init__.pyi +1 -1
- homeassistant-stubs/components/scrape/config_flow.pyi +1 -1
- homeassistant-stubs/components/scrape/sensor.pyi +9 -6
- homeassistant-stubs/components/select/__init__.pyi +0 -1
- homeassistant-stubs/components/sensibo/binary_sensor.pyi +0 -4
- homeassistant-stubs/components/sensibo/button.pyi +0 -2
- homeassistant-stubs/components/sensibo/climate.pyi +3 -0
- homeassistant-stubs/components/sensibo/entity.pyi +3 -4
- homeassistant-stubs/components/sensibo/number.pyi +0 -2
- homeassistant-stubs/components/sensibo/select.pyi +0 -2
- homeassistant-stubs/components/sensibo/sensor.pyi +0 -4
- homeassistant-stubs/components/sensibo/switch.pyi +0 -2
- homeassistant-stubs/components/sensibo/update.pyi +0 -2
- homeassistant-stubs/components/sensor/__init__.pyi +0 -2
- homeassistant-stubs/components/senz/climate.pyi +1 -1
- homeassistant-stubs/components/sfr_box/binary_sensor.pyi +1 -3
- homeassistant-stubs/components/sfr_box/button.pyi +3 -5
- homeassistant-stubs/components/sfr_box/models.pyi +0 -1
- homeassistant-stubs/components/sfr_box/sensor.pyi +1 -3
- homeassistant-stubs/components/shelly/__init__.pyi +2 -1
- homeassistant-stubs/components/shelly/binary_sensor.pyi +0 -3
- homeassistant-stubs/components/shelly/button.pyi +1 -4
- homeassistant-stubs/components/shelly/climate.pyi +1 -3
- homeassistant-stubs/components/shelly/const.pyi +1 -0
- homeassistant-stubs/components/shelly/coordinator.pyi +4 -4
- homeassistant-stubs/components/shelly/entity.pyi +2 -6
- homeassistant-stubs/components/shelly/number.pyi +0 -1
- homeassistant-stubs/components/shelly/sensor.pyi +0 -3
- homeassistant-stubs/components/shelly/switch.pyi +20 -2
- homeassistant-stubs/components/shelly/update.pyi +0 -4
- homeassistant-stubs/components/simplisafe/__init__.pyi +1 -1
- homeassistant-stubs/components/simplisafe/button.pyi +0 -2
- homeassistant-stubs/components/skybell/entity.pyi +2 -1
- homeassistant-stubs/components/skybell/sensor.pyi +0 -2
- homeassistant-stubs/components/slack/__init__.pyi +2 -2
- homeassistant-stubs/components/sleepiq/button.pyi +0 -2
- homeassistant-stubs/components/sleepiq/coordinator.pyi +0 -1
- homeassistant-stubs/components/sleepiq/entity.pyi +2 -1
- homeassistant-stubs/components/sleepiq/number.pyi +0 -2
- homeassistant-stubs/components/smhi/weather.pyi +11 -6
- homeassistant-stubs/components/snooz/config_flow.pyi +0 -1
- homeassistant-stubs/components/snooz/fan.pyi +4 -1
- homeassistant-stubs/components/snooz/models.pyi +0 -1
- homeassistant-stubs/components/sonarr/entity.pyi +2 -2
- homeassistant-stubs/components/sonarr/sensor.pyi +0 -2
- homeassistant-stubs/components/speedtestdotnet/sensor.pyi +1 -3
- homeassistant-stubs/components/sql/__init__.pyi +1 -1
- homeassistant-stubs/components/sql/models.pyi +0 -1
- homeassistant-stubs/components/sql/sensor.pyi +7 -9
- homeassistant-stubs/components/ssdp/__init__.pyi +0 -1
- homeassistant-stubs/components/starlink/__init__.pyi +11 -0
- homeassistant-stubs/components/starlink/binary_sensor.pyi +26 -0
- homeassistant-stubs/components/starlink/button.pyi +25 -0
- homeassistant-stubs/components/starlink/config_flow.pyi +12 -0
- homeassistant-stubs/components/starlink/const.pyi +1 -0
- homeassistant-stubs/components/starlink/coordinator.pyi +21 -0
- homeassistant-stubs/components/starlink/device_tracker.pyi +31 -0
- homeassistant-stubs/components/starlink/diagnostics.pyi +11 -0
- homeassistant-stubs/components/starlink/entity.pyi +13 -0
- homeassistant-stubs/components/starlink/sensor.pyi +28 -0
- homeassistant-stubs/components/starlink/switch.pyi +30 -0
- homeassistant-stubs/components/steamist/entity.pyi +2 -1
- homeassistant-stubs/components/steamist/sensor.pyi +0 -2
- homeassistant-stubs/components/stookalert/binary_sensor.pyi +1 -2
- homeassistant-stubs/components/stream/__init__.pyi +1 -1
- homeassistant-stubs/components/stream/core.pyi +4 -2
- homeassistant-stubs/components/sun/sensor.pyi +1 -4
- homeassistant-stubs/components/surepetcare/__init__.pyi +1 -0
- homeassistant-stubs/components/surepetcare/entity.pyi +1 -1
- homeassistant-stubs/components/switch/__init__.pyi +0 -1
- homeassistant-stubs/components/switchbee/entity.pyi +1 -1
- homeassistant-stubs/components/switcher_kis/button.pyi +2 -4
- homeassistant-stubs/components/switcher_kis/climate.pyi +3 -2
- homeassistant-stubs/components/switcher_kis/cover.pyi +3 -2
- homeassistant-stubs/components/switcher_kis/sensor.pyi +7 -20
- homeassistant-stubs/components/switcher_kis/switch.pyi +3 -2
- homeassistant-stubs/components/synology_dsm/binary_sensor.pyi +0 -1
- homeassistant-stubs/components/synology_dsm/button.pyi +1 -3
- homeassistant-stubs/components/synology_dsm/camera.pyi +1 -2
- homeassistant-stubs/components/synology_dsm/entity.pyi +2 -3
- homeassistant-stubs/components/synology_dsm/models.pyi +0 -1
- homeassistant-stubs/components/synology_dsm/sensor.pyi +0 -1
- homeassistant-stubs/components/synology_dsm/switch.pyi +1 -2
- homeassistant-stubs/components/synology_dsm/update.pyi +0 -1
- homeassistant-stubs/components/systemmonitor/sensor.pyi +0 -2
- homeassistant-stubs/components/tailscale/__init__.pyi +2 -2
- homeassistant-stubs/components/tailscale/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/tailscale/sensor.pyi +0 -2
- homeassistant-stubs/components/tautulli/__init__.pyi +2 -2
- homeassistant-stubs/components/tautulli/sensor.pyi +0 -4
- homeassistant-stubs/components/text/__init__.pyi +0 -2
- homeassistant-stubs/components/threshold/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/tibber/sensor.pyi +1 -1
- homeassistant-stubs/components/tile/__init__.pyi +0 -1
- homeassistant-stubs/components/tile/device_tracker.pyi +5 -1
- homeassistant-stubs/components/tolo/__init__.pyi +1 -1
- homeassistant-stubs/components/tolo/number.pyi +0 -2
- homeassistant-stubs/components/tolo/sensor.pyi +0 -2
- homeassistant-stubs/components/tplink/diagnostics.pyi +1 -0
- homeassistant-stubs/components/tplink/entity.pyi +3 -3
- homeassistant-stubs/components/tplink/sensor.pyi +0 -1
- homeassistant-stubs/components/tplink_omada/entity.pyi +1 -1
- homeassistant-stubs/components/tplink_omada/update.pyi +2 -2
- homeassistant-stubs/components/tractive/__init__.pyi +3 -2
- homeassistant-stubs/components/tractive/binary_sensor.pyi +5 -8
- homeassistant-stubs/components/tractive/const.pyi +2 -0
- homeassistant-stubs/components/tractive/device_tracker.pyi +2 -3
- homeassistant-stubs/components/tractive/entity.pyi +13 -4
- homeassistant-stubs/components/tractive/sensor.pyi +11 -24
- homeassistant-stubs/components/tractive/switch.pyi +4 -9
- homeassistant-stubs/components/tradfri/base_class.pyi +1 -1
- homeassistant-stubs/components/tradfri/sensor.pyi +0 -2
- homeassistant-stubs/components/trafikverket_camera/__init__.pyi +13 -0
- homeassistant-stubs/components/trafikverket_camera/camera.pyi +28 -0
- homeassistant-stubs/components/trafikverket_camera/config_flow.pyi +15 -0
- homeassistant-stubs/components/trafikverket_camera/const.pyi +9 -0
- homeassistant-stubs/components/trafikverket_camera/coordinator.pyi +24 -0
- homeassistant-stubs/components/trafikverket_camera/recorder.pyi +5 -0
- homeassistant-stubs/components/trafikverket_ferry/sensor.pyi +1 -4
- homeassistant-stubs/components/trafikverket_train/__init__.pyi +2 -1
- homeassistant-stubs/components/trafikverket_train/config_flow.pyi +13 -4
- homeassistant-stubs/components/trafikverket_train/const.pyi +1 -0
- homeassistant-stubs/components/trafikverket_train/coordinator.pyi +7 -7
- homeassistant-stubs/components/trafikverket_train/sensor.pyi +26 -26
- homeassistant-stubs/components/trafikverket_train/util.pyi +4 -1
- homeassistant-stubs/components/trafikverket_weatherstation/sensor.pyi +1 -4
- homeassistant-stubs/components/tts/models.pyi +0 -1
- homeassistant-stubs/components/twentemilieu/entity.pyi +2 -2
- homeassistant-stubs/components/twentemilieu/sensor.pyi +0 -2
- homeassistant-stubs/components/unifi/button.pyi +30 -0
- homeassistant-stubs/components/unifi/config_flow.pyi +2 -2
- homeassistant-stubs/components/unifi/controller.pyi +10 -14
- homeassistant-stubs/components/unifi/device_tracker.pyi +0 -2
- homeassistant-stubs/components/unifi/entity.pyi +7 -7
- homeassistant-stubs/components/unifi/image.pyi +1 -3
- homeassistant-stubs/components/unifi/sensor.pyi +3 -7
- homeassistant-stubs/components/unifi/switch.pyi +12 -13
- homeassistant-stubs/components/unifi/update.pyi +0 -2
- homeassistant-stubs/components/unifiprotect/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/unifiprotect/button.pyi +0 -1
- homeassistant-stubs/components/unifiprotect/entity.pyi +2 -1
- homeassistant-stubs/components/unifiprotect/models.pyi +0 -4
- homeassistant-stubs/components/unifiprotect/number.pyi +0 -2
- homeassistant-stubs/components/unifiprotect/select.pyi +0 -1
- homeassistant-stubs/components/unifiprotect/sensor.pyi +0 -2
- homeassistant-stubs/components/unifiprotect/switch.pyi +0 -1
- homeassistant-stubs/components/unifiprotect/text.pyi +0 -1
- homeassistant-stubs/components/upcloud/__init__.pyi +1 -3
- homeassistant-stubs/components/update/__init__.pyi +1 -1
- homeassistant-stubs/components/uptime/sensor.pyi +1 -2
- homeassistant-stubs/components/uptimerobot/entity.pyi +2 -2
- homeassistant-stubs/components/usb/__init__.pyi +0 -1
- homeassistant-stubs/components/usb/models.pyi +0 -1
- homeassistant-stubs/components/vacuum/__init__.pyi +0 -2
- homeassistant-stubs/components/vallox/__init__.pyi +1 -2
- homeassistant-stubs/components/vallox/binary_sensor.pyi +0 -2
- homeassistant-stubs/components/vallox/number.pyi +0 -2
- homeassistant-stubs/components/vallox/sensor.pyi +0 -1
- homeassistant-stubs/components/vallox/switch.pyi +0 -2
- homeassistant-stubs/components/velbus/button.pyi +1 -1
- homeassistant-stubs/components/velbus/climate.pyi +1 -1
- homeassistant-stubs/components/velbus/cover.pyi +1 -1
- homeassistant-stubs/components/velbus/entity.pyi +9 -1
- homeassistant-stubs/components/velbus/light.pyi +1 -1
- homeassistant-stubs/components/velbus/select.pyi +1 -1
- homeassistant-stubs/components/velbus/switch.pyi +1 -1
- homeassistant-stubs/components/vlc_telnet/media_player.pyi +3 -4
- homeassistant-stubs/components/wallbox/__init__.pyi +1 -1
- homeassistant-stubs/components/wallbox/number.pyi +0 -1
- homeassistant-stubs/components/wallbox/sensor.pyi +0 -1
- homeassistant-stubs/components/water_heater/__init__.pyi +0 -1
- homeassistant-stubs/components/watttime/sensor.pyi +2 -1
- homeassistant-stubs/components/weather/__init__.pyi +60 -34
- homeassistant-stubs/components/weather/websocket_api.pyi +1 -0
- homeassistant-stubs/components/webostv/media_player.pyi +3 -3
- homeassistant-stubs/components/wemo/entity.pyi +1 -1
- homeassistant-stubs/components/wemo/light.pyi +1 -2
- homeassistant-stubs/components/wemo/models.pyi +0 -2
- homeassistant-stubs/components/wemo/sensor.pyi +0 -1
- homeassistant-stubs/components/wemo/wemo_device.pyi +1 -4
- homeassistant-stubs/components/whois/sensor.pyi +1 -4
- homeassistant-stubs/components/wiz/entity.pyi +2 -2
- homeassistant-stubs/components/wiz/models.pyi +0 -1
- homeassistant-stubs/components/wiz/number.pyi +0 -2
- homeassistant-stubs/components/wled/helpers.pyi +3 -2
- homeassistant-stubs/components/wled/models.pyi +1 -2
- homeassistant-stubs/components/wled/number.pyi +0 -2
- homeassistant-stubs/components/wled/sensor.pyi +0 -2
- homeassistant-stubs/components/yale_smart_alarm/__init__.pyi +4 -1
- homeassistant-stubs/components/yale_smart_alarm/config_flow.pyi +1 -1
- homeassistant-stubs/components/yale_smart_alarm/coordinator.pyi +1 -1
- homeassistant-stubs/components/yale_smart_alarm/entity.pyi +2 -2
- homeassistant-stubs/components/yale_smart_alarm/lock.pyi +1 -1
- homeassistant-stubs/components/yalexs_ble/entity.pyi +2 -1
- homeassistant-stubs/components/yalexs_ble/models.pyi +0 -1
- homeassistant-stubs/components/yalexs_ble/sensor.pyi +0 -2
- homeassistant-stubs/components/zeroconf/__init__.pyi +0 -1
- homeassistant-stubs/components/zodiac/sensor.pyi +1 -2
- homeassistant-stubs/components/zwave_js/__init__.pyi +2 -0
- homeassistant-stubs/components/zwave_js/api.pyi +1 -1
- homeassistant-stubs/components/zwave_js/binary_sensor.pyi +0 -3
- homeassistant-stubs/components/zwave_js/device_action.pyi +2 -2
- homeassistant-stubs/components/zwave_js/device_automation_helpers.pyi +1 -4
- homeassistant-stubs/components/zwave_js/device_condition.pyi +2 -2
- homeassistant-stubs/components/zwave_js/diagnostics.pyi +2 -2
- homeassistant-stubs/components/zwave_js/discovery.pyi +0 -5
- homeassistant-stubs/components/zwave_js/discovery_data_template.pyi +0 -12
- homeassistant-stubs/components/zwave_js/entity.pyi +4 -3
- homeassistant-stubs/components/zwave_js/helpers.pyi +1 -4
- homeassistant-stubs/components/zwave_js/humidifier.pyi +0 -2
- homeassistant-stubs/components/zwave_js/migrate.pyi +0 -1
- homeassistant-stubs/components/zwave_js/repairs.pyi +15 -0
- homeassistant-stubs/components/zwave_js/sensor.pyi +21 -2
- homeassistant-stubs/components/zwave_js/services.pyi +0 -1
- homeassistant-stubs/components/zwave_js/update.pyi +0 -1
- homeassistant-stubs/config_entries.pyi +3 -0
- homeassistant-stubs/const.pyi +2 -0
- homeassistant-stubs/core.pyi +6 -5
- homeassistant-stubs/data_entry_flow.pyi +7 -4
- homeassistant-stubs/exceptions.pyi +0 -4
- homeassistant-stubs/helpers/collection.pyi +0 -1
- homeassistant-stubs/helpers/deprecation.pyi +3 -2
- homeassistant-stubs/helpers/device_registry.pyi +18 -2
- homeassistant-stubs/helpers/entity.pyi +4 -22
- homeassistant-stubs/helpers/entity_registry.pyi +1 -2
- homeassistant-stubs/helpers/event.pyi +5 -7
- homeassistant-stubs/helpers/integration_platform.pyi +0 -1
- homeassistant-stubs/helpers/intent.pyi +0 -1
- homeassistant-stubs/helpers/issue_registry.pyi +3 -3
- homeassistant-stubs/helpers/recorder.pyi +0 -1
- homeassistant-stubs/helpers/schema_config_entry_flow.pyi +6 -7
- homeassistant-stubs/helpers/script.pyi +7 -2
- homeassistant-stubs/helpers/selector.pyi +1 -0
- homeassistant-stubs/helpers/sensor.pyi +1 -1
- homeassistant-stubs/helpers/service.pyi +0 -1
- homeassistant-stubs/helpers/service_info/mqtt.pyi +0 -1
- homeassistant-stubs/helpers/storage.pyi +2 -1
- homeassistant-stubs/helpers/template.pyi +9 -15
- homeassistant-stubs/helpers/trigger.pyi +0 -1
- homeassistant-stubs/helpers/trigger_template_entity.pyi +62 -0
- homeassistant-stubs/helpers/update_coordinator.pyi +7 -1
- homeassistant-stubs/loader.pyi +3 -2
- homeassistant-stubs/runner.pyi +0 -2
- homeassistant-stubs/scripts/check_config.pyi +1 -1
- homeassistant-stubs/util/async_.pyi +2 -2
- homeassistant-stubs/util/language.pyi +0 -2
- homeassistant-stubs/util/pil.pyi +1 -1
- homeassistant-stubs/util/variance.pyi +3 -2
- homeassistant-stubs/util/yaml/objects.pyi +0 -1
- {homeassistant_stubs-2023.8.4.dist-info → homeassistant_stubs-2023.9.0.dist-info}/METADATA +3 -3
- {homeassistant_stubs-2023.8.4.dist-info → homeassistant_stubs-2023.9.0.dist-info}/RECORD +792 -721
- homeassistant-stubs/components/nest/binary_sensor.pyi +0 -7
- homeassistant-stubs/helpers/template_entity.pyi +0 -107
- {homeassistant_stubs-2023.8.4.dist-info → homeassistant_stubs-2023.9.0.dist-info}/LICENSE +0 -0
- {homeassistant_stubs-2023.8.4.dist-info → homeassistant_stubs-2023.9.0.dist-info}/WHEEL +0 -0
@@ -0,0 +1,281 @@
|
|
1
|
+
from .const import API_TEMP_UNITS as API_TEMP_UNITS, API_THERMOSTAT_MODES as API_THERMOSTAT_MODES, API_THERMOSTAT_PRESETS as API_THERMOSTAT_PRESETS, DATE_FORMAT as DATE_FORMAT, Inputs as Inputs, PRESET_MODE_NA as PRESET_MODE_NA
|
2
|
+
from .errors import UnsupportedProperty as UnsupportedProperty
|
3
|
+
from .resources import AlexaCapabilityResource as AlexaCapabilityResource, AlexaGlobalCatalog as AlexaGlobalCatalog, AlexaModeResource as AlexaModeResource, AlexaPresetResource as AlexaPresetResource, AlexaSemantics as AlexaSemantics
|
4
|
+
from _typeshed import Incomplete
|
5
|
+
from collections.abc import Generator
|
6
|
+
from homeassistant.components import button as button, climate as climate, cover as cover, fan as fan, humidifier as humidifier, image_processing as image_processing, input_button as input_button, input_number as input_number, light as light, media_player as media_player, number as number, timer as timer, vacuum as vacuum
|
7
|
+
from homeassistant.components.alarm_control_panel import AlarmControlPanelEntityFeature as AlarmControlPanelEntityFeature, CodeFormat as CodeFormat
|
8
|
+
from homeassistant.components.climate import HVACMode as HVACMode
|
9
|
+
from homeassistant.const import ATTR_CODE_FORMAT as ATTR_CODE_FORMAT, ATTR_SUPPORTED_FEATURES as ATTR_SUPPORTED_FEATURES, ATTR_TEMPERATURE as ATTR_TEMPERATURE, ATTR_UNIT_OF_MEASUREMENT as ATTR_UNIT_OF_MEASUREMENT, PERCENTAGE as PERCENTAGE, STATE_ALARM_ARMED_AWAY as STATE_ALARM_ARMED_AWAY, STATE_ALARM_ARMED_CUSTOM_BYPASS as STATE_ALARM_ARMED_CUSTOM_BYPASS, STATE_ALARM_ARMED_HOME as STATE_ALARM_ARMED_HOME, STATE_ALARM_ARMED_NIGHT as STATE_ALARM_ARMED_NIGHT, STATE_IDLE as STATE_IDLE, STATE_LOCKED as STATE_LOCKED, STATE_LOCKING as STATE_LOCKING, STATE_OFF as STATE_OFF, STATE_ON as STATE_ON, STATE_PAUSED as STATE_PAUSED, STATE_PLAYING as STATE_PLAYING, STATE_UNAVAILABLE as STATE_UNAVAILABLE, STATE_UNKNOWN as STATE_UNKNOWN, STATE_UNLOCKED as STATE_UNLOCKED, STATE_UNLOCKING as STATE_UNLOCKING, UnitOfLength as UnitOfLength, UnitOfMass as UnitOfMass, UnitOfTemperature as UnitOfTemperature, UnitOfVolume as UnitOfVolume
|
10
|
+
from homeassistant.core import HomeAssistant as HomeAssistant, State as State
|
11
|
+
from typing import Any
|
12
|
+
|
13
|
+
_LOGGER: Incomplete
|
14
|
+
UNIT_TO_CATALOG_TAG: Incomplete
|
15
|
+
|
16
|
+
def get_resource_by_unit_of_measurement(entity: State) -> str: ...
|
17
|
+
|
18
|
+
class AlexaCapability:
|
19
|
+
_resource: AlexaCapabilityResource | None
|
20
|
+
_semantics: AlexaSemantics | None
|
21
|
+
supported_locales: set[str]
|
22
|
+
entity: Incomplete
|
23
|
+
instance: Incomplete
|
24
|
+
_non_controllable_properties: Incomplete
|
25
|
+
def __init__(self, entity: State, instance: str | None = ..., non_controllable_properties: bool | None = ...) -> None: ...
|
26
|
+
def name(self) -> str: ...
|
27
|
+
def properties_supported(self) -> list[dict]: ...
|
28
|
+
def properties_proactively_reported(self) -> bool: ...
|
29
|
+
def properties_retrievable(self) -> bool: ...
|
30
|
+
def properties_non_controllable(self) -> bool | None: ...
|
31
|
+
def get_property(self, name: str) -> dict[str, Any]: ...
|
32
|
+
def supports_deactivation(self) -> bool | None: ...
|
33
|
+
def capability_proactively_reported(self) -> bool | None: ...
|
34
|
+
def capability_resources(self) -> dict[str, list[dict[str, Any]]]: ...
|
35
|
+
def configuration(self) -> dict[str, Any] | None: ...
|
36
|
+
def configurations(self) -> dict[str, Any] | None: ...
|
37
|
+
def inputs(self) -> list[dict[str, str]] | None: ...
|
38
|
+
def semantics(self) -> dict[str, Any] | None: ...
|
39
|
+
def supported_operations(self) -> list[str]: ...
|
40
|
+
def camera_stream_configurations(self) -> list[dict[str, Any]] | None: ...
|
41
|
+
def serialize_discovery(self) -> dict[str, Any]: ...
|
42
|
+
def serialize_properties(self) -> Generator[dict[str, Any], None, None]: ...
|
43
|
+
|
44
|
+
class Alexa(AlexaCapability):
|
45
|
+
supported_locales: Incomplete
|
46
|
+
def name(self) -> str: ...
|
47
|
+
|
48
|
+
class AlexaEndpointHealth(AlexaCapability):
|
49
|
+
supported_locales: Incomplete
|
50
|
+
hass: Incomplete
|
51
|
+
def __init__(self, hass: HomeAssistant, entity: State) -> None: ...
|
52
|
+
def name(self) -> str: ...
|
53
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
54
|
+
def properties_proactively_reported(self) -> bool: ...
|
55
|
+
def properties_retrievable(self) -> bool: ...
|
56
|
+
def get_property(self, name: str) -> Any: ...
|
57
|
+
|
58
|
+
class AlexaPowerController(AlexaCapability):
|
59
|
+
supported_locales: Incomplete
|
60
|
+
def name(self) -> str: ...
|
61
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
62
|
+
def properties_proactively_reported(self) -> bool: ...
|
63
|
+
def properties_retrievable(self) -> bool: ...
|
64
|
+
def get_property(self, name: str) -> Any: ...
|
65
|
+
|
66
|
+
class AlexaLockController(AlexaCapability):
|
67
|
+
supported_locales: Incomplete
|
68
|
+
def name(self) -> str: ...
|
69
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
70
|
+
def properties_retrievable(self) -> bool: ...
|
71
|
+
def properties_proactively_reported(self) -> bool: ...
|
72
|
+
def get_property(self, name: str) -> Any: ...
|
73
|
+
|
74
|
+
class AlexaSceneController(AlexaCapability):
|
75
|
+
supported_locales: Incomplete
|
76
|
+
_supports_deactivation: Incomplete
|
77
|
+
def __init__(self, entity: State, supports_deactivation: bool) -> None: ...
|
78
|
+
def supports_deactivation(self) -> bool | None: ...
|
79
|
+
def name(self) -> str: ...
|
80
|
+
|
81
|
+
class AlexaBrightnessController(AlexaCapability):
|
82
|
+
supported_locales: Incomplete
|
83
|
+
def name(self) -> str: ...
|
84
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
85
|
+
def properties_proactively_reported(self) -> bool: ...
|
86
|
+
def properties_retrievable(self) -> bool: ...
|
87
|
+
def get_property(self, name: str) -> Any: ...
|
88
|
+
|
89
|
+
class AlexaColorController(AlexaCapability):
|
90
|
+
supported_locales: Incomplete
|
91
|
+
def name(self) -> str: ...
|
92
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
93
|
+
def properties_proactively_reported(self) -> bool: ...
|
94
|
+
def properties_retrievable(self) -> bool: ...
|
95
|
+
def get_property(self, name: str) -> Any: ...
|
96
|
+
|
97
|
+
class AlexaColorTemperatureController(AlexaCapability):
|
98
|
+
supported_locales: Incomplete
|
99
|
+
def name(self) -> str: ...
|
100
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
101
|
+
def properties_proactively_reported(self) -> bool: ...
|
102
|
+
def properties_retrievable(self) -> bool: ...
|
103
|
+
def get_property(self, name: str) -> Any: ...
|
104
|
+
|
105
|
+
class AlexaSpeaker(AlexaCapability):
|
106
|
+
supported_locales: Incomplete
|
107
|
+
def name(self) -> str: ...
|
108
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
109
|
+
def properties_proactively_reported(self) -> bool: ...
|
110
|
+
def properties_retrievable(self) -> bool: ...
|
111
|
+
def get_property(self, name: str) -> Any: ...
|
112
|
+
|
113
|
+
class AlexaStepSpeaker(AlexaCapability):
|
114
|
+
supported_locales: Incomplete
|
115
|
+
def name(self) -> str: ...
|
116
|
+
|
117
|
+
class AlexaPlaybackController(AlexaCapability):
|
118
|
+
supported_locales: Incomplete
|
119
|
+
def name(self) -> str: ...
|
120
|
+
def supported_operations(self) -> list[str]: ...
|
121
|
+
|
122
|
+
class AlexaInputController(AlexaCapability):
|
123
|
+
supported_locales: Incomplete
|
124
|
+
def name(self) -> str: ...
|
125
|
+
def inputs(self) -> list[dict[str, str]] | None: ...
|
126
|
+
@staticmethod
|
127
|
+
def get_valid_inputs(source_list: list[str]) -> list[dict[str, str]]: ...
|
128
|
+
|
129
|
+
class AlexaTemperatureSensor(AlexaCapability):
|
130
|
+
supported_locales: Incomplete
|
131
|
+
hass: Incomplete
|
132
|
+
def __init__(self, hass: HomeAssistant, entity: State) -> None: ...
|
133
|
+
def name(self) -> str: ...
|
134
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
135
|
+
def properties_proactively_reported(self) -> bool: ...
|
136
|
+
def properties_retrievable(self) -> bool: ...
|
137
|
+
def get_property(self, name: str) -> Any: ...
|
138
|
+
|
139
|
+
class AlexaContactSensor(AlexaCapability):
|
140
|
+
supported_locales: Incomplete
|
141
|
+
hass: Incomplete
|
142
|
+
def __init__(self, hass: HomeAssistant, entity: State) -> None: ...
|
143
|
+
def name(self) -> str: ...
|
144
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
145
|
+
def properties_proactively_reported(self) -> bool: ...
|
146
|
+
def properties_retrievable(self) -> bool: ...
|
147
|
+
def get_property(self, name: str) -> Any: ...
|
148
|
+
|
149
|
+
class AlexaMotionSensor(AlexaCapability):
|
150
|
+
supported_locales: Incomplete
|
151
|
+
hass: Incomplete
|
152
|
+
def __init__(self, hass: HomeAssistant, entity: State) -> None: ...
|
153
|
+
def name(self) -> str: ...
|
154
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
155
|
+
def properties_proactively_reported(self) -> bool: ...
|
156
|
+
def properties_retrievable(self) -> bool: ...
|
157
|
+
def get_property(self, name: str) -> Any: ...
|
158
|
+
|
159
|
+
class AlexaThermostatController(AlexaCapability):
|
160
|
+
supported_locales: Incomplete
|
161
|
+
hass: Incomplete
|
162
|
+
def __init__(self, hass: HomeAssistant, entity: State) -> None: ...
|
163
|
+
def name(self) -> str: ...
|
164
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
165
|
+
def properties_proactively_reported(self) -> bool: ...
|
166
|
+
def properties_retrievable(self) -> bool: ...
|
167
|
+
def get_property(self, name: str) -> Any: ...
|
168
|
+
def configuration(self) -> dict[str, Any] | None: ...
|
169
|
+
|
170
|
+
class AlexaPowerLevelController(AlexaCapability):
|
171
|
+
supported_locales: Incomplete
|
172
|
+
def name(self) -> str: ...
|
173
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
174
|
+
def properties_proactively_reported(self) -> bool: ...
|
175
|
+
def properties_retrievable(self) -> bool: ...
|
176
|
+
def get_property(self, name: str) -> Any: ...
|
177
|
+
|
178
|
+
class AlexaSecurityPanelController(AlexaCapability):
|
179
|
+
supported_locales: Incomplete
|
180
|
+
hass: Incomplete
|
181
|
+
def __init__(self, hass: HomeAssistant, entity: State) -> None: ...
|
182
|
+
def name(self) -> str: ...
|
183
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
184
|
+
def properties_proactively_reported(self) -> bool: ...
|
185
|
+
def properties_retrievable(self) -> bool: ...
|
186
|
+
def get_property(self, name: str) -> Any: ...
|
187
|
+
def configuration(self) -> dict[str, Any] | None: ...
|
188
|
+
|
189
|
+
class AlexaModeController(AlexaCapability):
|
190
|
+
supported_locales: Incomplete
|
191
|
+
_resource: Incomplete
|
192
|
+
_semantics: Incomplete
|
193
|
+
def __init__(self, entity: State, instance: str, non_controllable: bool = ...) -> None: ...
|
194
|
+
def name(self) -> str: ...
|
195
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
196
|
+
def properties_proactively_reported(self) -> bool: ...
|
197
|
+
def properties_retrievable(self) -> bool: ...
|
198
|
+
def get_property(self, name: str) -> Any: ...
|
199
|
+
def configuration(self) -> dict[str, Any] | None: ...
|
200
|
+
def capability_resources(self) -> dict[str, list[dict[str, Any]]]: ...
|
201
|
+
def semantics(self) -> dict[str, Any] | None: ...
|
202
|
+
|
203
|
+
class AlexaRangeController(AlexaCapability):
|
204
|
+
supported_locales: Incomplete
|
205
|
+
_resource: Incomplete
|
206
|
+
_semantics: Incomplete
|
207
|
+
def __init__(self, entity: State, instance: str | None, non_controllable: bool = ...) -> None: ...
|
208
|
+
def name(self) -> str: ...
|
209
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
210
|
+
def properties_proactively_reported(self) -> bool: ...
|
211
|
+
def properties_retrievable(self) -> bool: ...
|
212
|
+
def get_property(self, name: str) -> Any: ...
|
213
|
+
def configuration(self) -> dict[str, Any] | None: ...
|
214
|
+
def capability_resources(self) -> dict[str, list[dict[str, Any]]]: ...
|
215
|
+
def semantics(self) -> dict[str, Any] | None: ...
|
216
|
+
|
217
|
+
class AlexaToggleController(AlexaCapability):
|
218
|
+
supported_locales: Incomplete
|
219
|
+
_resource: Incomplete
|
220
|
+
_semantics: Incomplete
|
221
|
+
def __init__(self, entity: State, instance: str, non_controllable: bool = ...) -> None: ...
|
222
|
+
def name(self) -> str: ...
|
223
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
224
|
+
def properties_proactively_reported(self) -> bool: ...
|
225
|
+
def properties_retrievable(self) -> bool: ...
|
226
|
+
def get_property(self, name: str) -> Any: ...
|
227
|
+
def capability_resources(self) -> dict[str, list[dict[str, Any]]]: ...
|
228
|
+
|
229
|
+
class AlexaChannelController(AlexaCapability):
|
230
|
+
supported_locales: Incomplete
|
231
|
+
def name(self) -> str: ...
|
232
|
+
|
233
|
+
class AlexaDoorbellEventSource(AlexaCapability):
|
234
|
+
supported_locales: Incomplete
|
235
|
+
def name(self) -> str: ...
|
236
|
+
def capability_proactively_reported(self) -> bool: ...
|
237
|
+
|
238
|
+
class AlexaPlaybackStateReporter(AlexaCapability):
|
239
|
+
supported_locales: Incomplete
|
240
|
+
def name(self) -> str: ...
|
241
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
242
|
+
def properties_proactively_reported(self) -> bool: ...
|
243
|
+
def properties_retrievable(self) -> bool: ...
|
244
|
+
def get_property(self, name: str) -> Any: ...
|
245
|
+
|
246
|
+
class AlexaSeekController(AlexaCapability):
|
247
|
+
supported_locales: Incomplete
|
248
|
+
def name(self) -> str: ...
|
249
|
+
|
250
|
+
class AlexaEventDetectionSensor(AlexaCapability):
|
251
|
+
supported_locales: Incomplete
|
252
|
+
hass: Incomplete
|
253
|
+
def __init__(self, hass: HomeAssistant, entity: State) -> None: ...
|
254
|
+
def name(self) -> str: ...
|
255
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
256
|
+
def properties_proactively_reported(self) -> bool: ...
|
257
|
+
def get_property(self, name: str) -> Any: ...
|
258
|
+
def configuration(self) -> dict[str, Any] | None: ...
|
259
|
+
|
260
|
+
class AlexaEqualizerController(AlexaCapability):
|
261
|
+
supported_locales: Incomplete
|
262
|
+
VALID_SOUND_MODES: Incomplete
|
263
|
+
def name(self) -> str: ...
|
264
|
+
def properties_supported(self) -> list[dict[str, str]]: ...
|
265
|
+
def properties_retrievable(self) -> bool: ...
|
266
|
+
def get_property(self, name: str) -> Any: ...
|
267
|
+
def configurations(self) -> dict[str, Any] | None: ...
|
268
|
+
@classmethod
|
269
|
+
def get_valid_inputs(cls, sound_mode_list: list[str]) -> list[dict[str, str]]: ...
|
270
|
+
|
271
|
+
class AlexaTimeHoldController(AlexaCapability):
|
272
|
+
supported_locales: Incomplete
|
273
|
+
_allow_remote_resume: Incomplete
|
274
|
+
def __init__(self, entity: State, allow_remote_resume: bool = ...) -> None: ...
|
275
|
+
def name(self) -> str: ...
|
276
|
+
def configuration(self) -> dict[str, Any] | None: ...
|
277
|
+
|
278
|
+
class AlexaCameraStreamController(AlexaCapability):
|
279
|
+
supported_locales: Incomplete
|
280
|
+
def name(self) -> str: ...
|
281
|
+
def camera_stream_configurations(self) -> list[dict[str, Any]] | None: ...
|
@@ -0,0 +1,57 @@
|
|
1
|
+
import abc
|
2
|
+
from .const import DOMAIN as DOMAIN
|
3
|
+
from .state_report import async_enable_proactive_mode as async_enable_proactive_mode
|
4
|
+
from _typeshed import Incomplete
|
5
|
+
from abc import ABC, abstractmethod
|
6
|
+
from homeassistant.core import CALLBACK_TYPE as CALLBACK_TYPE, HomeAssistant as HomeAssistant, callback as callback
|
7
|
+
from homeassistant.helpers.storage import Store as Store
|
8
|
+
from typing import Any
|
9
|
+
from yarl import URL
|
10
|
+
|
11
|
+
STORE_AUTHORIZED: str
|
12
|
+
_LOGGER: Incomplete
|
13
|
+
|
14
|
+
class AbstractConfig(ABC, metaclass=abc.ABCMeta):
|
15
|
+
_store: AlexaConfigStore
|
16
|
+
_unsub_proactive_report: CALLBACK_TYPE | None
|
17
|
+
hass: Incomplete
|
18
|
+
_enable_proactive_mode_lock: Incomplete
|
19
|
+
def __init__(self, hass: HomeAssistant) -> None: ...
|
20
|
+
async def async_initialize(self) -> None: ...
|
21
|
+
@property
|
22
|
+
def supports_auth(self) -> bool: ...
|
23
|
+
@property
|
24
|
+
def should_report_state(self) -> bool: ...
|
25
|
+
@property
|
26
|
+
@abstractmethod
|
27
|
+
def endpoint(self) -> str | URL | None: ...
|
28
|
+
@property
|
29
|
+
@abstractmethod
|
30
|
+
def locale(self) -> str | None: ...
|
31
|
+
@property
|
32
|
+
def entity_config(self) -> dict[str, Any]: ...
|
33
|
+
@property
|
34
|
+
def is_reporting_states(self) -> bool: ...
|
35
|
+
@abstractmethod
|
36
|
+
def user_identifier(self) -> str: ...
|
37
|
+
async def async_enable_proactive_mode(self) -> None: ...
|
38
|
+
async def async_disable_proactive_mode(self) -> None: ...
|
39
|
+
def should_expose(self, entity_id: str) -> bool: ...
|
40
|
+
def async_invalidate_access_token(self) -> None: ...
|
41
|
+
async def async_get_access_token(self) -> str | None: ...
|
42
|
+
async def async_accept_grant(self, code: str) -> str | None: ...
|
43
|
+
@property
|
44
|
+
def authorized(self) -> bool: ...
|
45
|
+
async def set_authorized(self, authorized: bool) -> None: ...
|
46
|
+
|
47
|
+
class AlexaConfigStore:
|
48
|
+
_STORAGE_VERSION: int
|
49
|
+
_STORAGE_KEY = DOMAIN
|
50
|
+
_data: Incomplete
|
51
|
+
_hass: Incomplete
|
52
|
+
_store: Incomplete
|
53
|
+
def __init__(self, hass: HomeAssistant) -> None: ...
|
54
|
+
@property
|
55
|
+
def authorized(self) -> bool: ...
|
56
|
+
def set_authorized(self, authorized: bool) -> None: ...
|
57
|
+
async def async_load(self) -> None: ...
|
@@ -0,0 +1,51 @@
|
|
1
|
+
from _typeshed import Incomplete
|
2
|
+
from collections import OrderedDict
|
3
|
+
from homeassistant.components import climate as climate
|
4
|
+
from homeassistant.const import UnitOfTemperature as UnitOfTemperature
|
5
|
+
|
6
|
+
DOMAIN: str
|
7
|
+
EVENT_ALEXA_SMART_HOME: str
|
8
|
+
CONF_UID: str
|
9
|
+
CONF_TITLE: str
|
10
|
+
CONF_AUDIO: str
|
11
|
+
CONF_TEXT: str
|
12
|
+
CONF_DISPLAY_URL: str
|
13
|
+
CONF_FILTER: str
|
14
|
+
CONF_ENTITY_CONFIG: str
|
15
|
+
CONF_ENDPOINT: str
|
16
|
+
CONF_LOCALE: str
|
17
|
+
ATTR_UID: str
|
18
|
+
ATTR_UPDATE_DATE: str
|
19
|
+
ATTR_TITLE_TEXT: str
|
20
|
+
ATTR_STREAM_URL: str
|
21
|
+
ATTR_MAIN_TEXT: str
|
22
|
+
ATTR_REDIRECTION_URL: str
|
23
|
+
SYN_RESOLUTION_MATCH: str
|
24
|
+
DATE_FORMAT: str
|
25
|
+
API_DIRECTIVE: str
|
26
|
+
API_ENDPOINT: str
|
27
|
+
API_EVENT: str
|
28
|
+
API_CONTEXT: str
|
29
|
+
API_HEADER: str
|
30
|
+
API_PAYLOAD: str
|
31
|
+
API_SCOPE: str
|
32
|
+
API_CHANGE: str
|
33
|
+
API_PASSWORD: str
|
34
|
+
CONF_DISPLAY_CATEGORIES: str
|
35
|
+
CONF_SUPPORTED_LOCALES: Incomplete
|
36
|
+
API_TEMP_UNITS: Incomplete
|
37
|
+
API_THERMOSTAT_MODES: OrderedDict[str, str]
|
38
|
+
API_THERMOSTAT_MODES_CUSTOM: Incomplete
|
39
|
+
API_THERMOSTAT_PRESETS: Incomplete
|
40
|
+
PRESET_MODE_NA: str
|
41
|
+
|
42
|
+
class Cause:
|
43
|
+
APP_INTERACTION: str
|
44
|
+
PHYSICAL_INTERACTION: str
|
45
|
+
PERIODIC_POLL: str
|
46
|
+
RULE_TRIGGER: str
|
47
|
+
VOICE_INTERACTION: str
|
48
|
+
|
49
|
+
class Inputs:
|
50
|
+
VALID_SOURCE_NAME_MAP: Incomplete
|
51
|
+
VALID_SOUND_MODE_MAP: Incomplete
|
@@ -0,0 +1,176 @@
|
|
1
|
+
from .capabilities import Alexa as Alexa, AlexaBrightnessController as AlexaBrightnessController, AlexaCameraStreamController as AlexaCameraStreamController, AlexaCapability as AlexaCapability, AlexaChannelController as AlexaChannelController, AlexaColorController as AlexaColorController, AlexaColorTemperatureController as AlexaColorTemperatureController, AlexaContactSensor as AlexaContactSensor, AlexaDoorbellEventSource as AlexaDoorbellEventSource, AlexaEndpointHealth as AlexaEndpointHealth, AlexaEqualizerController as AlexaEqualizerController, AlexaEventDetectionSensor as AlexaEventDetectionSensor, AlexaInputController as AlexaInputController, AlexaLockController as AlexaLockController, AlexaModeController as AlexaModeController, AlexaMotionSensor as AlexaMotionSensor, AlexaPlaybackController as AlexaPlaybackController, AlexaPlaybackStateReporter as AlexaPlaybackStateReporter, AlexaPowerController as AlexaPowerController, AlexaRangeController as AlexaRangeController, AlexaSceneController as AlexaSceneController, AlexaSecurityPanelController as AlexaSecurityPanelController, AlexaSeekController as AlexaSeekController, AlexaSpeaker as AlexaSpeaker, AlexaStepSpeaker as AlexaStepSpeaker, AlexaTemperatureSensor as AlexaTemperatureSensor, AlexaThermostatController as AlexaThermostatController, AlexaTimeHoldController as AlexaTimeHoldController, AlexaToggleController as AlexaToggleController
|
2
|
+
from .config import AbstractConfig as AbstractConfig
|
3
|
+
from .const import CONF_DISPLAY_CATEGORIES as CONF_DISPLAY_CATEGORIES
|
4
|
+
from _typeshed import Incomplete
|
5
|
+
from collections.abc import Generator, Iterable
|
6
|
+
from homeassistant.components import alarm_control_panel as alarm_control_panel, alert as alert, automation as automation, binary_sensor as binary_sensor, button as button, camera as camera, climate as climate, cover as cover, event as event, fan as fan, group as group, humidifier as humidifier, image_processing as image_processing, input_boolean as input_boolean, input_button as input_button, input_number as input_number, light as light, lock as lock, media_player as media_player, number as number, scene as scene, script as script, sensor as sensor, switch as switch, timer as timer, vacuum as vacuum
|
7
|
+
from homeassistant.const import ATTR_DEVICE_CLASS as ATTR_DEVICE_CLASS, ATTR_SUPPORTED_FEATURES as ATTR_SUPPORTED_FEATURES, ATTR_UNIT_OF_MEASUREMENT as ATTR_UNIT_OF_MEASUREMENT, CLOUD_NEVER_EXPOSED_ENTITIES as CLOUD_NEVER_EXPOSED_ENTITIES, CONF_DESCRIPTION as CONF_DESCRIPTION, CONF_NAME as CONF_NAME, UnitOfTemperature as UnitOfTemperature, __version__ as __version__
|
8
|
+
from homeassistant.core import HomeAssistant as HomeAssistant, State as State, callback as callback
|
9
|
+
from homeassistant.helpers import network as network
|
10
|
+
from homeassistant.helpers.entity import entity_sources as entity_sources
|
11
|
+
from homeassistant.util.decorator import Registry as Registry
|
12
|
+
from typing import Any
|
13
|
+
|
14
|
+
_LOGGER: Incomplete
|
15
|
+
ENTITY_ADAPTERS: Registry[str, type[AlexaEntity]]
|
16
|
+
TRANSLATION_TABLE: Incomplete
|
17
|
+
|
18
|
+
class DisplayCategory:
|
19
|
+
ACTIVITY_TRIGGER: str
|
20
|
+
AIR_CONDITIONER: str
|
21
|
+
AIR_FRESHENER: str
|
22
|
+
AIR_PURIFIER: str
|
23
|
+
AUTO_ACCESSORY: str
|
24
|
+
CAMERA: str
|
25
|
+
CHRISTMAS_TREE: str
|
26
|
+
COFFEE_MAKER: str
|
27
|
+
COMPUTER: str
|
28
|
+
CONTACT_SENSOR: str
|
29
|
+
DOOR: str
|
30
|
+
DOORBELL: str
|
31
|
+
EXTERIOR_BLIND: str
|
32
|
+
FAN: str
|
33
|
+
GAME_CONSOLE: str
|
34
|
+
GARAGE_DOOR: str
|
35
|
+
HEADPHONES: str
|
36
|
+
HUB: str
|
37
|
+
INTERIOR_BLIND: str
|
38
|
+
LAPTOP: str
|
39
|
+
LIGHT: str
|
40
|
+
MICROWAVE: str
|
41
|
+
MOBILE_PHONE: str
|
42
|
+
MOTION_SENSOR: str
|
43
|
+
MUSIC_SYSTEM: str
|
44
|
+
NETWORK_HARDWARE: str
|
45
|
+
OTHER: str
|
46
|
+
OVEN: str
|
47
|
+
PHONE: str
|
48
|
+
PRINTER: str
|
49
|
+
ROUTER: str
|
50
|
+
SCENE_TRIGGER: str
|
51
|
+
SCREEN: str
|
52
|
+
SECURITY_PANEL: str
|
53
|
+
SECURITY_SYSTEM: str
|
54
|
+
SLOW_COOKER: str
|
55
|
+
SMARTLOCK: str
|
56
|
+
SMARTPLUG: str
|
57
|
+
SPEAKER: str
|
58
|
+
STREAMING_DEVICE: str
|
59
|
+
SWITCH: str
|
60
|
+
TABLET: str
|
61
|
+
TEMPERATURE_SENSOR: str
|
62
|
+
THERMOSTAT: str
|
63
|
+
TV: str
|
64
|
+
VACUUM_CLEANER: str
|
65
|
+
WEARABLE: str
|
66
|
+
|
67
|
+
def generate_alexa_id(entity_id: str) -> str: ...
|
68
|
+
|
69
|
+
class AlexaEntity:
|
70
|
+
hass: Incomplete
|
71
|
+
config: Incomplete
|
72
|
+
entity: Incomplete
|
73
|
+
entity_conf: Incomplete
|
74
|
+
def __init__(self, hass: HomeAssistant, config: AbstractConfig, entity: State) -> None: ...
|
75
|
+
@property
|
76
|
+
def entity_id(self) -> str: ...
|
77
|
+
def friendly_name(self) -> str: ...
|
78
|
+
def description(self) -> str: ...
|
79
|
+
def alexa_id(self) -> str: ...
|
80
|
+
def display_categories(self) -> list[str] | None: ...
|
81
|
+
def default_display_categories(self) -> list[str] | None: ...
|
82
|
+
def interfaces(self) -> Iterable[AlexaCapability]: ...
|
83
|
+
def serialize_properties(self) -> Generator[dict[str, Any], None, None]: ...
|
84
|
+
def serialize_discovery(self) -> dict[str, Any]: ...
|
85
|
+
|
86
|
+
def async_get_entities(hass: HomeAssistant, config: AbstractConfig) -> list[AlexaEntity]: ...
|
87
|
+
|
88
|
+
class GenericCapabilities(AlexaEntity):
|
89
|
+
def default_display_categories(self) -> list[str]: ...
|
90
|
+
def interfaces(self) -> list[AlexaCapability]: ...
|
91
|
+
|
92
|
+
class SwitchCapabilities(AlexaEntity):
|
93
|
+
def default_display_categories(self) -> list[str]: ...
|
94
|
+
def interfaces(self) -> list[AlexaCapability]: ...
|
95
|
+
|
96
|
+
class ButtonCapabilities(AlexaEntity):
|
97
|
+
def default_display_categories(self) -> list[str]: ...
|
98
|
+
def interfaces(self) -> list[AlexaCapability]: ...
|
99
|
+
|
100
|
+
class ClimateCapabilities(AlexaEntity):
|
101
|
+
def default_display_categories(self) -> list[str]: ...
|
102
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
103
|
+
|
104
|
+
class CoverCapabilities(AlexaEntity):
|
105
|
+
def default_display_categories(self) -> list[str]: ...
|
106
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
107
|
+
|
108
|
+
class EventCapabilities(AlexaEntity):
|
109
|
+
def default_display_categories(self) -> list[str] | None: ...
|
110
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
111
|
+
|
112
|
+
class LightCapabilities(AlexaEntity):
|
113
|
+
def default_display_categories(self) -> list[str]: ...
|
114
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
115
|
+
|
116
|
+
class FanCapabilities(AlexaEntity):
|
117
|
+
def default_display_categories(self) -> list[str]: ...
|
118
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
119
|
+
|
120
|
+
class HumidifierCapabilities(AlexaEntity):
|
121
|
+
def default_display_categories(self) -> list[str]: ...
|
122
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
123
|
+
|
124
|
+
class LockCapabilities(AlexaEntity):
|
125
|
+
def default_display_categories(self) -> list[str]: ...
|
126
|
+
def interfaces(self) -> list[AlexaCapability]: ...
|
127
|
+
|
128
|
+
class MediaPlayerCapabilities(AlexaEntity):
|
129
|
+
def default_display_categories(self) -> list[str]: ...
|
130
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
131
|
+
|
132
|
+
class SceneCapabilities(AlexaEntity):
|
133
|
+
def description(self) -> str: ...
|
134
|
+
def default_display_categories(self) -> list[str]: ...
|
135
|
+
def interfaces(self) -> list[AlexaCapability]: ...
|
136
|
+
|
137
|
+
class ScriptCapabilities(AlexaEntity):
|
138
|
+
def default_display_categories(self) -> list[str]: ...
|
139
|
+
def interfaces(self) -> list[AlexaCapability]: ...
|
140
|
+
|
141
|
+
class SensorCapabilities(AlexaEntity):
|
142
|
+
def default_display_categories(self) -> list[str]: ...
|
143
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
144
|
+
|
145
|
+
class BinarySensorCapabilities(AlexaEntity):
|
146
|
+
TYPE_CONTACT: str
|
147
|
+
TYPE_MOTION: str
|
148
|
+
TYPE_PRESENCE: str
|
149
|
+
def default_display_categories(self) -> list[str] | None: ...
|
150
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
151
|
+
def get_type(self) -> str | None: ...
|
152
|
+
|
153
|
+
class AlarmControlPanelCapabilities(AlexaEntity):
|
154
|
+
def default_display_categories(self) -> list[str]: ...
|
155
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
156
|
+
|
157
|
+
class ImageProcessingCapabilities(AlexaEntity):
|
158
|
+
def default_display_categories(self) -> list[str]: ...
|
159
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
160
|
+
|
161
|
+
class InputNumberCapabilities(AlexaEntity):
|
162
|
+
def default_display_categories(self) -> list[str]: ...
|
163
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
164
|
+
|
165
|
+
class TimerCapabilities(AlexaEntity):
|
166
|
+
def default_display_categories(self) -> list[str]: ...
|
167
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
168
|
+
|
169
|
+
class VacuumCapabilities(AlexaEntity):
|
170
|
+
def default_display_categories(self) -> list[str]: ...
|
171
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
172
|
+
|
173
|
+
class CameraCapabilities(AlexaEntity):
|
174
|
+
def default_display_categories(self) -> list[str]: ...
|
175
|
+
def interfaces(self) -> Generator[AlexaCapability, None, None]: ...
|
176
|
+
def _check_requirements(self) -> bool: ...
|
@@ -0,0 +1,69 @@
|
|
1
|
+
from .const import API_TEMP_UNITS as API_TEMP_UNITS
|
2
|
+
from _typeshed import Incomplete
|
3
|
+
from homeassistant.core import HomeAssistant as HomeAssistant
|
4
|
+
from homeassistant.exceptions import HomeAssistantError as HomeAssistantError
|
5
|
+
from typing import Any, Literal
|
6
|
+
|
7
|
+
class UnsupportedProperty(HomeAssistantError): ...
|
8
|
+
class NoTokenAvailable(HomeAssistantError): ...
|
9
|
+
class RequireRelink(Exception): ...
|
10
|
+
|
11
|
+
class AlexaError(Exception):
|
12
|
+
namespace: str | None
|
13
|
+
error_type: str | None
|
14
|
+
error_message: Incomplete
|
15
|
+
payload: Incomplete
|
16
|
+
def __init__(self, error_message: str, payload: dict[str, Any] | None = ...) -> None: ...
|
17
|
+
|
18
|
+
class AlexaInvalidEndpointError(AlexaError):
|
19
|
+
namespace: str
|
20
|
+
error_type: str
|
21
|
+
endpoint_id: Incomplete
|
22
|
+
def __init__(self, endpoint_id: str) -> None: ...
|
23
|
+
|
24
|
+
class AlexaInvalidValueError(AlexaError):
|
25
|
+
namespace: str
|
26
|
+
error_type: str
|
27
|
+
|
28
|
+
class AlexaInteralError(AlexaError):
|
29
|
+
namespace: str
|
30
|
+
error_type: str
|
31
|
+
|
32
|
+
class AlexaNotSupportedInCurrentMode(AlexaError):
|
33
|
+
namespace: str
|
34
|
+
error_type: str
|
35
|
+
endpoint_id: Incomplete
|
36
|
+
def __init__(self, endpoint_id: str, current_mode: Literal['COLOR', 'ASLEEP', 'NOT_PROVISIONED', 'OTHER']) -> None: ...
|
37
|
+
|
38
|
+
class AlexaUnsupportedThermostatModeError(AlexaError):
|
39
|
+
namespace: str
|
40
|
+
error_type: str
|
41
|
+
|
42
|
+
class AlexaTempRangeError(AlexaError):
|
43
|
+
namespace: str
|
44
|
+
error_type: str
|
45
|
+
def __init__(self, hass: HomeAssistant, temp: float, min_temp: float, max_temp: float) -> None: ...
|
46
|
+
|
47
|
+
class AlexaBridgeUnreachableError(AlexaError):
|
48
|
+
namespace: str
|
49
|
+
error_type: str
|
50
|
+
|
51
|
+
class AlexaSecurityPanelUnauthorizedError(AlexaError):
|
52
|
+
namespace: str
|
53
|
+
error_type: str
|
54
|
+
|
55
|
+
class AlexaSecurityPanelAuthorizationRequired(AlexaError):
|
56
|
+
namespace: str
|
57
|
+
error_type: str
|
58
|
+
|
59
|
+
class AlexaAlreadyInOperationError(AlexaError):
|
60
|
+
namespace: str
|
61
|
+
error_type: str
|
62
|
+
|
63
|
+
class AlexaInvalidDirectiveError(AlexaError):
|
64
|
+
namespace: str
|
65
|
+
error_type: str
|
66
|
+
|
67
|
+
class AlexaVideoActionNotPermittedForContentError(AlexaError):
|
68
|
+
namespace: str
|
69
|
+
error_type: str
|
@@ -0,0 +1,22 @@
|
|
1
|
+
from .const import API_PASSWORD as API_PASSWORD, ATTR_MAIN_TEXT as ATTR_MAIN_TEXT, ATTR_REDIRECTION_URL as ATTR_REDIRECTION_URL, ATTR_STREAM_URL as ATTR_STREAM_URL, ATTR_TITLE_TEXT as ATTR_TITLE_TEXT, ATTR_UID as ATTR_UID, ATTR_UPDATE_DATE as ATTR_UPDATE_DATE, CONF_AUDIO as CONF_AUDIO, CONF_DISPLAY_URL as CONF_DISPLAY_URL, CONF_TEXT as CONF_TEXT, CONF_TITLE as CONF_TITLE, CONF_UID as CONF_UID, DATE_FORMAT as DATE_FORMAT
|
2
|
+
from _typeshed import Incomplete
|
3
|
+
from aiohttp.web_response import StreamResponse as StreamResponse
|
4
|
+
from homeassistant.components import http as http
|
5
|
+
from homeassistant.const import CONF_PASSWORD as CONF_PASSWORD
|
6
|
+
from homeassistant.core import HomeAssistant as HomeAssistant, callback as callback
|
7
|
+
from homeassistant.helpers import template as template
|
8
|
+
from homeassistant.helpers.typing import ConfigType as ConfigType
|
9
|
+
from http import HTTPStatus
|
10
|
+
|
11
|
+
_LOGGER: Incomplete
|
12
|
+
FLASH_BRIEFINGS_API_ENDPOINT: str
|
13
|
+
|
14
|
+
def async_setup(hass: HomeAssistant, flash_briefing_config: ConfigType) -> None: ...
|
15
|
+
|
16
|
+
class AlexaFlashBriefingView(http.HomeAssistantView):
|
17
|
+
url = FLASH_BRIEFINGS_API_ENDPOINT
|
18
|
+
requires_auth: bool
|
19
|
+
name: str
|
20
|
+
flash_briefings: Incomplete
|
21
|
+
def __init__(self, hass: HomeAssistant, flash_briefings: ConfigType) -> None: ...
|
22
|
+
def get(self, request: http.HomeAssistantRequest, briefing_id: str) -> StreamResponse | tuple[bytes, HTTPStatus]: ...
|