homeassistant-stubs 2024.12.5__py3-none-any.whl → 2025.1.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/auth/__init__.pyi +1 -1
- homeassistant-stubs/auth/mfa_modules/__init__.pyi +6 -4
- homeassistant-stubs/auth/mfa_modules/notify.pyi +2 -3
- homeassistant-stubs/auth/mfa_modules/totp.pyi +2 -3
- homeassistant-stubs/auth/providers/__init__.pyi +6 -4
- 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/trusted_networks.pyi +2 -2
- homeassistant-stubs/backup_restore.pyi +11 -4
- homeassistant-stubs/bootstrap.pyi +2 -1
- homeassistant-stubs/components/abode/light.pyi +4 -3
- homeassistant-stubs/components/acaia/__init__.pyi +9 -0
- homeassistant-stubs/components/acaia/binary_sensor.pyi +24 -0
- homeassistant-stubs/components/acaia/button.pyi +24 -0
- homeassistant-stubs/components/acaia/config_flow.pyi +18 -0
- homeassistant-stubs/components/acaia/const.pyi +2 -0
- homeassistant-stubs/components/acaia/coordinator.pyi +19 -0
- homeassistant-stubs/components/{stookalert → acaia}/diagnostics.pyi +2 -3
- homeassistant-stubs/components/acaia/entity.pyi +17 -0
- homeassistant-stubs/components/acaia/sensor.pyi +44 -0
- homeassistant-stubs/components/adax/climate.pyi +0 -1
- homeassistant-stubs/components/airtouch5/climate.pyi +0 -1
- homeassistant-stubs/components/airzone/climate.pyi +0 -1
- homeassistant-stubs/components/airzone_cloud/climate.pyi +3 -2
- homeassistant-stubs/components/alarm_control_panel/__init__.pyi +1 -6
- homeassistant-stubs/components/alarm_control_panel/const.pyi +0 -14
- homeassistant-stubs/components/analytics_insights/config_flow.pyi +3 -2
- homeassistant-stubs/components/apple_tv/config_flow.pyi +1 -1
- homeassistant-stubs/components/apsystems/number.pyi +1 -0
- homeassistant-stubs/components/autarco/__init__.pyi +1 -0
- homeassistant-stubs/components/autarco/config_flow.pyi +4 -0
- homeassistant-stubs/components/autarco/coordinator.pyi +1 -0
- homeassistant-stubs/components/automation/__init__.pyi +1 -10
- homeassistant-stubs/components/backup/__init__.pyi +4 -11
- homeassistant-stubs/components/backup/agent.pyi +35 -0
- homeassistant-stubs/components/backup/backup.pyi +29 -0
- homeassistant-stubs/components/backup/config.pyi +117 -0
- homeassistant-stubs/components/backup/const.pyi +2 -0
- homeassistant-stubs/components/backup/http.pyi +3 -2
- homeassistant-stubs/components/backup/manager.pyi +192 -51
- homeassistant-stubs/components/backup/models.pyi +38 -0
- homeassistant-stubs/components/backup/store.pyi +24 -0
- homeassistant-stubs/components/backup/util.pyi +12 -0
- homeassistant-stubs/components/backup/websocket.pyi +9 -1
- homeassistant-stubs/components/baf/climate.pyi +0 -1
- homeassistant-stubs/components/baf/fan.pyi +0 -1
- homeassistant-stubs/components/baf/light.pyi +4 -5
- homeassistant-stubs/components/bang_olufsen/const.pyi +3 -0
- homeassistant-stubs/components/bang_olufsen/media_player.pyi +2 -2
- homeassistant-stubs/components/binary_sensor/__init__.pyi +0 -33
- homeassistant-stubs/components/bluesound/__init__.pyi +0 -1
- homeassistant-stubs/components/bluesound/media_player.pyi +13 -8
- homeassistant-stubs/components/bluesound/utils.pyi +2 -0
- homeassistant-stubs/components/bmw_connected_drive/__init__.pyi +4 -12
- homeassistant-stubs/components/bmw_connected_drive/binary_sensor.pyi +1 -0
- homeassistant-stubs/components/bmw_connected_drive/button.pyi +1 -0
- homeassistant-stubs/components/bmw_connected_drive/config_flow.pyi +8 -4
- homeassistant-stubs/components/bmw_connected_drive/coordinator.pyi +4 -3
- homeassistant-stubs/components/bmw_connected_drive/device_tracker.pyi +2 -2
- homeassistant-stubs/components/bmw_connected_drive/diagnostics.pyi +1 -0
- homeassistant-stubs/components/bmw_connected_drive/lock.pyi +1 -0
- homeassistant-stubs/components/bmw_connected_drive/notify.pyi +2 -1
- homeassistant-stubs/components/bmw_connected_drive/number.pyi +1 -0
- homeassistant-stubs/components/bmw_connected_drive/select.pyi +1 -0
- homeassistant-stubs/components/bmw_connected_drive/sensor.pyi +1 -0
- homeassistant-stubs/components/bmw_connected_drive/switch.pyi +1 -0
- homeassistant-stubs/components/bryant_evolution/climate.pyi +0 -1
- homeassistant-stubs/components/cambridge_audio/config_flow.pyi +4 -1
- homeassistant-stubs/components/cambridge_audio/media_browser.pyi +8 -0
- homeassistant-stubs/components/cambridge_audio/media_player.pyi +4 -3
- homeassistant-stubs/components/cambridge_audio/select.pyi +2 -2
- homeassistant-stubs/components/cambridge_audio/switch.pyi +2 -2
- homeassistant-stubs/components/camera/__init__.pyi +1 -5
- homeassistant-stubs/components/camera/const.pyi +0 -8
- homeassistant-stubs/components/cert_expiry/config_flow.pyi +0 -1
- homeassistant-stubs/components/cert_expiry/sensor.pyi +2 -10
- homeassistant-stubs/components/climate/__init__.pyi +1 -12
- homeassistant-stubs/components/climate/const.pyi +0 -25
- homeassistant-stubs/components/cloud/__init__.pyi +1 -1
- homeassistant-stubs/components/cloud/backup.pyi +37 -0
- homeassistant-stubs/components/cloud/const.pyi +2 -0
- homeassistant-stubs/components/cloud/http_api.pyi +7 -2
- homeassistant-stubs/components/cookidoo/__init__.pyi +9 -0
- homeassistant-stubs/components/cookidoo/config_flow.pyi +24 -0
- homeassistant-stubs/components/cookidoo/const.pyi +1 -0
- homeassistant-stubs/components/cookidoo/coordinator.pyi +25 -0
- homeassistant-stubs/components/cookidoo/entity.pyi +10 -0
- homeassistant-stubs/components/cookidoo/todo.pyi +32 -0
- homeassistant-stubs/components/cover/__init__.pyi +0 -18
- homeassistant-stubs/components/crownstone/config_flow.pyi +1 -1
- homeassistant-stubs/components/deconz/climate.pyi +0 -1
- homeassistant-stubs/components/deconz/fan.pyi +0 -1
- homeassistant-stubs/components/deconz/light.pyi +7 -5
- homeassistant-stubs/components/demo/climate.pyi +0 -1
- homeassistant-stubs/components/demo/fan.pyi +0 -1
- homeassistant-stubs/components/demo/light.pyi +4 -2
- homeassistant-stubs/components/demo/vacuum.pyi +2 -4
- homeassistant-stubs/components/device_tracker/__init__.pyi +1 -7
- homeassistant-stubs/components/device_tracker/const.pyi +0 -8
- homeassistant-stubs/components/devolo_home_control/__init__.pyi +1 -1
- homeassistant-stubs/components/devolo_home_control/binary_sensor.pyi +3 -2
- homeassistant-stubs/components/devolo_home_control/climate.pyi +0 -1
- homeassistant-stubs/components/devolo_home_control/config_flow.pyi +1 -2
- homeassistant-stubs/components/devolo_home_control/const.pyi +0 -2
- homeassistant-stubs/components/devolo_home_control/sensor.pyi +1 -3
- homeassistant-stubs/components/discovergy/__init__.pyi +2 -2
- homeassistant-stubs/components/duotecno/climate.pyi +0 -1
- homeassistant-stubs/components/easyenergy/__init__.pyi +4 -5
- homeassistant-stubs/components/easyenergy/coordinator.pyi +3 -2
- homeassistant-stubs/components/easyenergy/diagnostics.pyi +2 -5
- homeassistant-stubs/components/easyenergy/sensor.pyi +2 -3
- homeassistant-stubs/components/easyenergy/services.pyi +4 -4
- homeassistant-stubs/components/ecovacs/button.pyi +13 -2
- homeassistant-stubs/components/ecovacs/const.pyi +1 -0
- homeassistant-stubs/components/ecovacs/number.pyi +1 -1
- homeassistant-stubs/components/ecovacs/select.pyi +2 -2
- homeassistant-stubs/components/ecovacs/sensor.pyi +1 -1
- homeassistant-stubs/components/ecovacs/util.pyi +1 -0
- homeassistant-stubs/components/ecovacs/vacuum.pyi +3 -3
- homeassistant-stubs/components/eheimdigital/__init__.pyi +14 -0
- homeassistant-stubs/components/eheimdigital/config_flow.pyi +18 -0
- homeassistant-stubs/components/eheimdigital/const.pyi +8 -0
- homeassistant-stubs/components/eheimdigital/coordinator.pyi +25 -0
- homeassistant-stubs/components/eheimdigital/entity.pyi +20 -0
- homeassistant-stubs/components/eheimdigital/light.pyi +36 -0
- homeassistant-stubs/components/electrasmart/climate.pyi +0 -1
- homeassistant-stubs/components/elevenlabs/__init__.pyi +6 -7
- homeassistant-stubs/components/elevenlabs/config_flow.pyi +4 -3
- homeassistant-stubs/components/elevenlabs/tts.pyi +6 -3
- homeassistant-stubs/components/elgato/__init__.pyi +3 -5
- homeassistant-stubs/components/elgato/button.pyi +4 -3
- homeassistant-stubs/components/elgato/config_flow.pyi +1 -1
- homeassistant-stubs/components/elgato/coordinator.pyi +4 -3
- homeassistant-stubs/components/elgato/diagnostics.pyi +2 -2
- homeassistant-stubs/components/elgato/light.pyi +6 -7
- homeassistant-stubs/components/elgato/sensor.pyi +4 -3
- homeassistant-stubs/components/elgato/switch.pyi +4 -3
- homeassistant-stubs/components/elkm1/climate.pyi +0 -1
- homeassistant-stubs/components/emulated_hue/hue_api.pyi +1 -1
- homeassistant-stubs/components/energyzero/__init__.pyi +4 -5
- homeassistant-stubs/components/energyzero/coordinator.pyi +2 -1
- homeassistant-stubs/components/energyzero/diagnostics.pyi +2 -5
- homeassistant-stubs/components/energyzero/sensor.pyi +2 -3
- homeassistant-stubs/components/energyzero/services.pyi +4 -4
- homeassistant-stubs/components/enigma2/coordinator.pyi +1 -0
- homeassistant-stubs/components/enigma2/media_player.pyi +0 -1
- homeassistant-stubs/components/enphase_envoy/binary_sensor.pyi +2 -0
- homeassistant-stubs/components/enphase_envoy/config_flow.pyi +2 -1
- homeassistant-stubs/components/enphase_envoy/coordinator.pyi +2 -2
- homeassistant-stubs/components/enphase_envoy/number.pyi +2 -0
- homeassistant-stubs/components/enphase_envoy/select.pyi +2 -0
- homeassistant-stubs/components/enphase_envoy/sensor.pyi +35 -1
- homeassistant-stubs/components/enphase_envoy/switch.pyi +2 -0
- homeassistant-stubs/components/esphome/climate.pyi +0 -1
- homeassistant-stubs/components/esphome/fan.pyi +0 -1
- homeassistant-stubs/components/esphome/light.pyi +0 -2
- homeassistant-stubs/components/evohome/climate.pyi +0 -1
- homeassistant-stubs/components/fan/__init__.pyi +0 -15
- homeassistant-stubs/components/feedreader/__init__.pyi +3 -8
- homeassistant-stubs/components/feedreader/config_flow.pyi +1 -6
- homeassistant-stubs/components/feedreader/coordinator.pyi +1 -0
- homeassistant-stubs/components/flexit_bacnet/climate.pyi +0 -1
- homeassistant-stubs/components/flexit_bacnet/number.pyi +3 -0
- homeassistant-stubs/components/flux_led/light.pyi +4 -5
- homeassistant-stubs/components/fritzbox/climate.pyi +0 -1
- homeassistant-stubs/components/fritzbox/coordinator.pyi +2 -1
- homeassistant-stubs/components/fritzbox/light.pyi +3 -4
- homeassistant-stubs/components/fritzbox_callmonitor/base.pyi +13 -2
- homeassistant-stubs/components/fritzbox_callmonitor/config_flow.pyi +2 -2
- homeassistant-stubs/components/fritzbox_callmonitor/sensor.pyi +4 -4
- homeassistant-stubs/components/fronius/__init__.pyi +1 -1
- homeassistant-stubs/components/fronius/const.pyi +3 -3
- homeassistant-stubs/components/fronius/coordinator.pyi +1 -1
- homeassistant-stubs/components/fronius/sensor.pyi +2 -1
- homeassistant-stubs/components/fujitsu_fglair/climate.pyi +0 -1
- homeassistant-stubs/components/fyta/__init__.pyi +2 -2
- homeassistant-stubs/components/fyta/entity.pyi +2 -2
- homeassistant-stubs/components/generic_thermostat/climate.pyi +1 -4
- homeassistant-stubs/components/generic_thermostat/config_flow.pyi +1 -1
- homeassistant-stubs/components/generic_thermostat/const.pyi +2 -0
- homeassistant-stubs/components/google_cloud/const.pyi +3 -0
- homeassistant-stubs/components/google_cloud/helpers.pyi +1 -1
- homeassistant-stubs/components/google_cloud/tts.pyi +1 -1
- homeassistant-stubs/components/group/fan.pyi +0 -1
- homeassistant-stubs/components/group/registry.pyi +1 -1
- homeassistant-stubs/components/history/__init__.pyi +1 -1
- homeassistant-stubs/components/history/helpers.pyi +1 -2
- homeassistant-stubs/components/history/websocket_api.pyi +1 -1
- homeassistant-stubs/components/holiday/__init__.pyi +2 -1
- homeassistant-stubs/components/holiday/calendar.pyi +4 -3
- homeassistant-stubs/components/holiday/config_flow.pyi +13 -3
- homeassistant-stubs/components/holiday/const.pyi +1 -0
- homeassistant-stubs/components/homeassistant_yellow/config_flow.pyi +5 -3
- homeassistant-stubs/components/homekit/doorbell.pyi +23 -0
- homeassistant-stubs/components/homekit/type_cameras.pyi +4 -12
- homeassistant-stubs/components/homekit/type_locks.pyi +3 -2
- homeassistant-stubs/components/homekit/type_switches.pyi +1 -1
- homeassistant-stubs/components/homekit/util.pyi +1 -0
- homeassistant-stubs/components/homewizard/sensor.pyi +1 -1
- homeassistant-stubs/components/humidifier/__init__.pyi +1 -8
- homeassistant-stubs/components/humidifier/const.pyi +0 -9
- homeassistant-stubs/components/husqvarna_automower/__init__.pyi +2 -2
- homeassistant-stubs/components/husqvarna_automower/binary_sensor.pyi +1 -0
- homeassistant-stubs/components/husqvarna_automower/calendar.pyi +1 -0
- homeassistant-stubs/components/husqvarna_automower/coordinator.pyi +4 -4
- homeassistant-stubs/components/husqvarna_automower/device_tracker.pyi +2 -0
- homeassistant-stubs/components/husqvarna_automower/diagnostics.pyi +1 -2
- homeassistant-stubs/components/husqvarna_automower/entity.pyi +4 -3
- homeassistant-stubs/components/husqvarna_automower/sensor.pyi +1 -0
- homeassistant-stubs/components/idasen_desk/__init__.pyi +5 -16
- homeassistant-stubs/components/idasen_desk/button.pyi +7 -12
- homeassistant-stubs/components/idasen_desk/coordinator.pyi +2 -3
- homeassistant-stubs/components/idasen_desk/cover.pyi +8 -17
- homeassistant-stubs/components/idasen_desk/entity.pyi +12 -0
- homeassistant-stubs/components/idasen_desk/sensor.pyi +7 -20
- homeassistant-stubs/components/image_upload/media_source.pyi +14 -0
- homeassistant-stubs/components/imap/config_flow.pyi +3 -2
- homeassistant-stubs/components/imap/coordinator.pyi +5 -5
- homeassistant-stubs/components/imap/sensor.pyi +1 -0
- homeassistant-stubs/components/intent/__init__.pyi +2 -1
- homeassistant-stubs/components/iotty/switch.pyi +8 -6
- homeassistant-stubs/components/iron_os/__init__.pyi +21 -0
- homeassistant-stubs/components/iron_os/binary_sensor.pyi +19 -0
- homeassistant-stubs/components/iron_os/config_flow.pyi +15 -0
- homeassistant-stubs/components/iron_os/const.pyi +7 -0
- homeassistant-stubs/components/iron_os/coordinator.pyi +43 -0
- homeassistant-stubs/components/iron_os/entity.pyi +13 -0
- homeassistant-stubs/components/iron_os/number.pyi +62 -0
- homeassistant-stubs/components/iron_os/select.pyi +49 -0
- homeassistant-stubs/components/iron_os/sensor.pyi +46 -0
- homeassistant-stubs/components/iron_os/update.pyi +29 -0
- homeassistant-stubs/components/isy994/climate.pyi +0 -1
- homeassistant-stubs/components/isy994/fan.pyi +0 -1
- homeassistant-stubs/components/knx/climate.pyi +0 -1
- homeassistant-stubs/components/knx/config_flow.pyi +4 -0
- homeassistant-stubs/components/knx/fan.pyi +0 -1
- homeassistant-stubs/components/knx/services.pyi +5 -5
- homeassistant-stubs/components/lamarzocco/__init__.pyi +4 -5
- homeassistant-stubs/components/lamarzocco/binary_sensor.pyi +9 -3
- homeassistant-stubs/components/lamarzocco/calendar.pyi +1 -0
- homeassistant-stubs/components/lamarzocco/config_flow.pyi +6 -5
- homeassistant-stubs/components/lamarzocco/coordinator.pyi +39 -16
- homeassistant-stubs/components/lamarzocco/entity.pyi +7 -3
- homeassistant-stubs/components/lamarzocco/number.pyi +8 -4
- homeassistant-stubs/components/lamarzocco/select.pyi +8 -4
- homeassistant-stubs/components/lamarzocco/sensor.pyi +10 -3
- homeassistant-stubs/components/lamarzocco/switch.pyi +1 -1
- homeassistant-stubs/components/lametric/notify.pyi +2 -1
- homeassistant-stubs/components/lametric/number.pyi +2 -1
- homeassistant-stubs/components/lametric/services.pyi +2 -1
- homeassistant-stubs/components/lametric/switch.pyi +2 -1
- homeassistant-stubs/components/lcn/__init__.pyi +3 -1
- homeassistant-stubs/components/lcn/climate.pyi +0 -1
- homeassistant-stubs/components/lcn/const.pyi +1 -0
- homeassistant-stubs/components/lcn/helpers.pyi +1 -1
- homeassistant-stubs/components/lcn/services.pyi +7 -4
- homeassistant-stubs/components/lifx/const.pyi +1 -0
- homeassistant-stubs/components/lifx/manager.pyi +2 -2
- homeassistant-stubs/components/lifx/util.pyi +2 -2
- homeassistant-stubs/components/light/__init__.pyi +31 -55
- homeassistant-stubs/components/light/const.pyi +33 -0
- homeassistant-stubs/components/light/device_action.pyi +2 -1
- homeassistant-stubs/components/light/device_condition.pyi +1 -1
- homeassistant-stubs/components/light/device_trigger.pyi +1 -1
- homeassistant-stubs/components/light/intent.pyi +2 -1
- homeassistant-stubs/components/light/reproduce_state.pyi +2 -1
- homeassistant-stubs/components/light/significant_change.pyi +1 -1
- homeassistant-stubs/components/litterrobot/vacuum.pyi +2 -2
- homeassistant-stubs/components/lock/__init__.pyi +1 -2
- homeassistant-stubs/components/lookin/climate.pyi +0 -1
- homeassistant-stubs/components/mastodon/__init__.pyi +2 -2
- homeassistant-stubs/components/mastodon/config_flow.pyi +1 -2
- homeassistant-stubs/components/mastodon/sensor.pyi +2 -0
- homeassistant-stubs/components/matter/climate.pyi +0 -1
- homeassistant-stubs/components/matter/fan.pyi +0 -1
- homeassistant-stubs/components/matter/light.pyi +5 -5
- homeassistant-stubs/components/matter/vacuum.pyi +3 -3
- homeassistant-stubs/components/mealie/__init__.pyi +18 -0
- homeassistant-stubs/components/mealie/calendar.pyi +21 -0
- homeassistant-stubs/components/mealie/config_flow.pyi +20 -0
- homeassistant-stubs/components/mealie/const.pyi +14 -0
- homeassistant-stubs/components/mealie/coordinator.pyi +53 -0
- homeassistant-stubs/components/mealie/diagnostics.pyi +5 -0
- homeassistant-stubs/components/mealie/entity.pyi +11 -0
- homeassistant-stubs/components/mealie/sensor.pyi +29 -0
- homeassistant-stubs/components/mealie/services.pyi +21 -0
- homeassistant-stubs/components/mealie/todo.pyi +36 -0
- homeassistant-stubs/components/mealie/utils.pyi +3 -0
- homeassistant-stubs/components/media_player/__init__.pyi +0 -2
- homeassistant-stubs/components/modbus/__init__.pyi +5 -3
- homeassistant-stubs/components/modbus/climate.pyi +0 -1
- homeassistant-stubs/components/modbus/fan.pyi +0 -1
- homeassistant-stubs/components/modbus/modbus.pyi +3 -4
- homeassistant-stubs/components/mqtt/client.pyi +1 -1
- homeassistant-stubs/components/mqtt/climate.pyi +0 -1
- homeassistant-stubs/components/mqtt/config_flow.pyi +2 -1
- homeassistant-stubs/components/mqtt/fan.pyi +0 -1
- homeassistant-stubs/components/mqtt/light/schema_basic.pyi +5 -5
- homeassistant-stubs/components/mqtt/light/schema_json.pyi +4 -4
- homeassistant-stubs/components/mqtt/light/schema_template.pyi +4 -4
- homeassistant-stubs/components/mqtt/switch.pyi +1 -1
- homeassistant-stubs/components/mqtt/vacuum.pyi +10 -4
- homeassistant-stubs/components/music_assistant/__init__.pyi +4 -0
- homeassistant-stubs/components/music_assistant/actions.pyi +18 -0
- homeassistant-stubs/components/music_assistant/const.pyi +48 -0
- homeassistant-stubs/components/music_assistant/media_player.pyi +9 -16
- homeassistant-stubs/components/music_assistant/schemas.pyi +20 -0
- homeassistant-stubs/components/mysensors/climate.pyi +0 -1
- homeassistant-stubs/components/myuplink/__init__.pyi +5 -2
- homeassistant-stubs/components/myuplink/binary_sensor.pyi +2 -2
- homeassistant-stubs/components/myuplink/config_flow.pyi +4 -1
- homeassistant-stubs/components/myuplink/number.pyi +2 -2
- homeassistant-stubs/components/myuplink/select.pyi +3 -2
- homeassistant-stubs/components/myuplink/switch.pyi +1 -1
- homeassistant-stubs/components/nanoleaf/light.pyi +4 -4
- homeassistant-stubs/components/neato/vacuum.pyi +3 -3
- homeassistant-stubs/components/nest/__init__.pyi +6 -6
- homeassistant-stubs/components/nest/camera.pyi +2 -4
- homeassistant-stubs/components/nest/climate.pyi +2 -5
- homeassistant-stubs/components/nest/const.pyi +0 -2
- homeassistant-stubs/components/nest/device_info.pyi +2 -1
- homeassistant-stubs/components/nest/diagnostics.pyi +4 -8
- homeassistant-stubs/components/nest/event.pyi +2 -4
- homeassistant-stubs/components/nest/sensor.pyi +2 -4
- homeassistant-stubs/components/nest/types.pyi +11 -0
- homeassistant-stubs/components/netatmo/climate.pyi +0 -1
- homeassistant-stubs/components/netatmo/fan.pyi +0 -1
- homeassistant-stubs/components/nordpool/__init__.pyi +10 -3
- homeassistant-stubs/components/nordpool/coordinator.pyi +5 -2
- homeassistant-stubs/components/nordpool/entity.pyi +1 -1
- homeassistant-stubs/components/nordpool/sensor.pyi +10 -6
- homeassistant-stubs/components/nordpool/services.pyi +19 -0
- homeassistant-stubs/components/number/const.pyi +0 -8
- homeassistant-stubs/components/onkyo/config_flow.pyi +2 -0
- homeassistant-stubs/components/onkyo/media_player.pyi +10 -7
- homeassistant-stubs/components/overkiz/__init__.pyi +4 -3
- homeassistant-stubs/components/overkiz/alarm_control_panel.pyi +2 -4
- homeassistant-stubs/components/overkiz/binary_sensor.pyi +3 -4
- homeassistant-stubs/components/overkiz/button.pyi +4 -5
- homeassistant-stubs/components/overkiz/climate/__init__.pyi +3 -4
- homeassistant-stubs/components/overkiz/climate/atlantic_electrical_heater.pyi +0 -1
- homeassistant-stubs/components/overkiz/climate/atlantic_electrical_heater_with_adjustable_temperature_setpoint.pyi +0 -1
- homeassistant-stubs/components/overkiz/climate/atlantic_electrical_towel_dryer.pyi +1 -2
- homeassistant-stubs/components/overkiz/climate/atlantic_heat_recovery_ventilation.pyi +0 -1
- homeassistant-stubs/components/overkiz/climate/atlantic_pass_apc_heat_pump_main_component.pyi +0 -1
- homeassistant-stubs/components/overkiz/climate/atlantic_pass_apc_heating_zone.pyi +0 -1
- homeassistant-stubs/components/overkiz/climate/atlantic_pass_apc_zone_control.pyi +0 -1
- homeassistant-stubs/components/overkiz/climate/hitachi_air_to_air_heat_pump_hlrrwifi.pyi +0 -1
- homeassistant-stubs/components/overkiz/climate/hitachi_air_to_air_heat_pump_ovp.pyi +0 -1
- homeassistant-stubs/components/overkiz/climate/hitachi_air_to_water_heating_zone.pyi +34 -0
- homeassistant-stubs/components/overkiz/climate/somfy_heating_temperature_interface.pyi +0 -1
- homeassistant-stubs/components/overkiz/climate/somfy_thermostat.pyi +0 -1
- homeassistant-stubs/components/overkiz/climate/valve_heating_temperature_interface.pyi +0 -1
- homeassistant-stubs/components/overkiz/cover/__init__.pyi +2 -4
- homeassistant-stubs/components/overkiz/diagnostics.pyi +4 -5
- homeassistant-stubs/components/overkiz/light.pyi +2 -4
- homeassistant-stubs/components/overkiz/lock.pyi +2 -4
- homeassistant-stubs/components/overkiz/number.pyi +3 -4
- homeassistant-stubs/components/overkiz/scene.pyi +2 -4
- homeassistant-stubs/components/overkiz/select.pyi +3 -4
- homeassistant-stubs/components/overkiz/sensor.pyi +2 -3
- homeassistant-stubs/components/overkiz/siren.pyi +2 -4
- homeassistant-stubs/components/overkiz/switch.pyi +2 -4
- homeassistant-stubs/components/overkiz/water_heater/__init__.pyi +2 -4
- homeassistant-stubs/components/peblar/__init__.pyi +11 -0
- homeassistant-stubs/components/peblar/binary_sensor.pyi +25 -0
- homeassistant-stubs/components/peblar/button.pyi +27 -0
- homeassistant-stubs/components/peblar/config_flow.pyi +18 -0
- homeassistant-stubs/components/peblar/const.pyi +7 -0
- homeassistant-stubs/components/peblar/coordinator.pyi +49 -0
- homeassistant-stubs/components/peblar/diagnostics.pyi +5 -0
- homeassistant-stubs/components/peblar/entity.pyi +15 -0
- homeassistant-stubs/components/peblar/helpers.pyi +7 -0
- homeassistant-stubs/components/peblar/number.pyi +33 -0
- homeassistant-stubs/components/peblar/select.pyi +30 -0
- homeassistant-stubs/components/peblar/sensor.pyi +29 -0
- homeassistant-stubs/components/peblar/switch.pyi +32 -0
- homeassistant-stubs/components/peblar/update.pyi +27 -0
- homeassistant-stubs/components/plugwise/binary_sensor.pyi +1 -0
- homeassistant-stubs/components/plugwise/button.pyi +2 -0
- homeassistant-stubs/components/plugwise/climate.pyi +3 -4
- homeassistant-stubs/components/plugwise/config_flow.pyi +7 -1
- homeassistant-stubs/components/plugwise/entity.pyi +0 -1
- homeassistant-stubs/components/plugwise/number.pyi +2 -0
- homeassistant-stubs/components/plugwise/select.pyi +2 -0
- homeassistant-stubs/components/plugwise/sensor.pyi +2 -0
- homeassistant-stubs/components/plugwise/switch.pyi +2 -0
- homeassistant-stubs/components/plugwise/util.pyi +1 -0
- homeassistant-stubs/components/powerfox/__init__.pyi +12 -0
- homeassistant-stubs/components/powerfox/config_flow.pyi +16 -0
- homeassistant-stubs/components/{stookalert → powerfox}/const.pyi +1 -2
- homeassistant-stubs/components/powerfox/coordinator.pyi +14 -0
- homeassistant-stubs/components/powerfox/diagnostics.pyi +5 -0
- homeassistant-stubs/components/powerfox/entity.pyi +11 -0
- homeassistant-stubs/components/powerfox/sensor.pyi +28 -0
- homeassistant-stubs/components/powerwall/sensor.pyi +3 -5
- homeassistant-stubs/components/prometheus/__init__.pyi +11 -3
- homeassistant-stubs/components/rabbitair/fan.pyi +0 -1
- homeassistant-stubs/components/recorder/__init__.pyi +1 -1
- homeassistant-stubs/components/recorder/db_schema.pyi +19 -4
- homeassistant-stubs/components/recorder/history/legacy.pyi +4 -4
- homeassistant-stubs/components/recorder/history/modern.pyi +5 -5
- homeassistant-stubs/components/recorder/migration.pyi +32 -19
- homeassistant-stubs/components/recorder/models/state.pyi +3 -0
- homeassistant-stubs/components/recorder/queries.pyi +3 -4
- homeassistant-stubs/components/recorder/statistics.pyi +2 -2
- homeassistant-stubs/components/recorder/table_managers/event_types.pyi +0 -1
- homeassistant-stubs/components/recorder/table_managers/recorder_runs.pyi +1 -12
- homeassistant-stubs/components/recorder/table_managers/states.pyi +7 -0
- homeassistant-stubs/components/remote/__init__.pyi +0 -10
- homeassistant-stubs/components/renault/binary_sensor.pyi +2 -0
- homeassistant-stubs/components/renault/button.pyi +2 -0
- homeassistant-stubs/components/renault/coordinator.pyi +2 -1
- homeassistant-stubs/components/renault/device_tracker.pyi +2 -0
- homeassistant-stubs/components/renault/select.pyi +2 -0
- homeassistant-stubs/components/renault/sensor.pyi +2 -0
- homeassistant-stubs/components/reolink/__init__.pyi +1 -0
- homeassistant-stubs/components/reolink/button.pyi +1 -2
- homeassistant-stubs/components/reolink/camera.pyi +1 -2
- homeassistant-stubs/components/reolink/light.pyi +1 -2
- homeassistant-stubs/components/reolink/media_source.pyi +2 -3
- homeassistant-stubs/components/reolink/number.pyi +1 -2
- homeassistant-stubs/components/reolink/select.pyi +1 -2
- homeassistant-stubs/components/reolink/services.pyi +2 -2
- homeassistant-stubs/components/reolink/siren.pyi +1 -2
- homeassistant-stubs/components/reolink/switch.pyi +1 -2
- homeassistant-stubs/components/reolink/update.pyi +1 -0
- homeassistant-stubs/components/reolink/util.pyi +9 -0
- homeassistant-stubs/components/reolink/views.pyi +21 -0
- homeassistant-stubs/components/roborock/vacuum.pyi +2 -2
- homeassistant-stubs/components/roku/__init__.pyi +5 -4
- homeassistant-stubs/components/roku/binary_sensor.pyi +4 -3
- homeassistant-stubs/components/roku/config_flow.pyi +5 -3
- homeassistant-stubs/components/roku/diagnostics.pyi +2 -4
- homeassistant-stubs/components/roku/media_player.pyi +4 -3
- homeassistant-stubs/components/roku/remote.pyi +4 -4
- homeassistant-stubs/components/roku/select.pyi +4 -4
- homeassistant-stubs/components/roku/sensor.pyi +4 -4
- homeassistant-stubs/components/romy/vacuum.pyi +2 -2
- homeassistant-stubs/components/russound_rio/__init__.pyi +14 -0
- homeassistant-stubs/components/russound_rio/config_flow.pyi +14 -0
- homeassistant-stubs/components/russound_rio/const.pyi +6 -0
- homeassistant-stubs/components/russound_rio/diagnostics.pyi +5 -0
- homeassistant-stubs/components/russound_rio/entity.pyi +25 -0
- homeassistant-stubs/components/russound_rio/media_player.pyi +56 -0
- homeassistant-stubs/components/schlage/__init__.pyi +11 -0
- homeassistant-stubs/components/schlage/binary_sensor.pyi +26 -0
- homeassistant-stubs/components/schlage/config_flow.pyi +19 -0
- homeassistant-stubs/components/schlage/const.pyi +6 -0
- homeassistant-stubs/components/schlage/coordinator.pyi +31 -0
- homeassistant-stubs/components/schlage/diagnostics.pyi +5 -0
- homeassistant-stubs/components/schlage/entity.pyi +19 -0
- homeassistant-stubs/components/schlage/lock.pyi +21 -0
- homeassistant-stubs/components/schlage/select.pyi +20 -0
- homeassistant-stubs/components/schlage/sensor.pyi +19 -0
- homeassistant-stubs/components/schlage/switch.pyi +32 -0
- homeassistant-stubs/components/sensibo/climate.pyi +2 -3
- homeassistant-stubs/components/sensibo/coordinator.pyi +1 -1
- homeassistant-stubs/components/sensor/const.pyi +0 -7
- homeassistant-stubs/components/senz/climate.pyi +0 -1
- homeassistant-stubs/components/shelly/climate.pyi +0 -2
- homeassistant-stubs/components/siren/__init__.pyi +1 -6
- homeassistant-stubs/components/siren/const.pyi +0 -11
- homeassistant-stubs/components/snooz/fan.pyi +0 -1
- homeassistant-stubs/components/solarlog/config_flow.pyi +2 -5
- homeassistant-stubs/components/solarlog/const.pyi +0 -1
- homeassistant-stubs/components/solarlog/coordinator.pyi +0 -1
- homeassistant-stubs/components/sql/sensor.pyi +2 -0
- homeassistant-stubs/components/starlink/coordinator.pyi +4 -2
- homeassistant-stubs/components/starlink/sensor.pyi +1 -1
- homeassistant-stubs/components/statistics/sensor.pyi +43 -40
- homeassistant-stubs/components/stream/__init__.pyi +13 -0
- homeassistant-stubs/components/suez_water/__init__.pyi +3 -5
- homeassistant-stubs/components/suez_water/coordinator.pyi +7 -9
- homeassistant-stubs/components/suez_water/sensor.pyi +5 -6
- homeassistant-stubs/components/sun/__init__.pyi +2 -0
- homeassistant-stubs/components/sun/entity.pyi +1 -2
- homeassistant-stubs/components/switch/__init__.pyi +0 -7
- homeassistant-stubs/components/switch_as_x/fan.pyi +0 -1
- homeassistant-stubs/components/switchbee/climate.pyi +0 -1
- homeassistant-stubs/components/switchbot_cloud/climate.pyi +0 -1
- homeassistant-stubs/components/switchbot_cloud/sensor.pyi +12 -3
- homeassistant-stubs/components/switchbot_cloud/switch.pyi +4 -0
- homeassistant-stubs/components/switchbot_cloud/vacuum.pyi +3 -3
- homeassistant-stubs/components/switcher_kis/climate.pyi +1 -2
- homeassistant-stubs/components/switcher_kis/cover.pyi +0 -4
- homeassistant-stubs/components/switcher_kis/entity.pyi +6 -0
- homeassistant-stubs/components/switcher_kis/light.pyi +0 -4
- homeassistant-stubs/components/switcher_kis/switch.pyi +0 -2
- homeassistant-stubs/components/tailwind/__init__.pyi +2 -4
- homeassistant-stubs/components/tailwind/binary_sensor.pyi +1 -1
- homeassistant-stubs/components/tailwind/button.pyi +1 -1
- homeassistant-stubs/components/tailwind/coordinator.pyi +2 -1
- homeassistant-stubs/components/tailwind/cover.pyi +1 -1
- homeassistant-stubs/components/tailwind/diagnostics.pyi +1 -1
- homeassistant-stubs/components/tailwind/number.pyi +1 -1
- homeassistant-stubs/components/tedee/__init__.pyi +2 -3
- homeassistant-stubs/components/tedee/binary_sensor.pyi +2 -0
- homeassistant-stubs/components/tedee/sensor.pyi +2 -0
- homeassistant-stubs/components/tibber/services.pyi +1 -1
- homeassistant-stubs/components/tolo/climate.pyi +0 -1
- homeassistant-stubs/components/tolo/fan.pyi +0 -1
- homeassistant-stubs/components/tplink/__init__.pyi +1 -1
- homeassistant-stubs/components/tplink/binary_sensor.pyi +2 -2
- homeassistant-stubs/components/tplink/button.pyi +2 -2
- homeassistant-stubs/components/tplink/camera.pyi +49 -0
- homeassistant-stubs/components/tplink/climate.pyi +1 -2
- homeassistant-stubs/components/tplink/config_flow.pyi +11 -5
- homeassistant-stubs/components/tplink/const.pyi +2 -0
- homeassistant-stubs/components/tplink/entity.pyi +9 -2
- homeassistant-stubs/components/tplink/fan.pyi +1 -2
- homeassistant-stubs/components/tplink/light.pyi +2 -2
- homeassistant-stubs/components/tplink/models.pyi +4 -1
- homeassistant-stubs/components/tplink/number.pyi +2 -2
- homeassistant-stubs/components/tplink/select.pyi +2 -2
- homeassistant-stubs/components/tplink/sensor.pyi +2 -2
- homeassistant-stubs/components/tplink/siren.pyi +1 -1
- homeassistant-stubs/components/tplink/switch.pyi +2 -2
- homeassistant-stubs/components/tractive/sensor.pyi +1 -1
- homeassistant-stubs/components/tradfri/fan.pyi +0 -1
- homeassistant-stubs/components/tradfri/light.pyi +4 -4
- homeassistant-stubs/components/transmission/__init__.pyi +1 -1
- homeassistant-stubs/components/transmission/const.pyi +1 -0
- homeassistant-stubs/components/twentemilieu/__init__.pyi +3 -11
- homeassistant-stubs/components/twentemilieu/calendar.pyi +1 -1
- homeassistant-stubs/components/twentemilieu/coordinator.pyi +14 -0
- homeassistant-stubs/components/twentemilieu/diagnostics.pyi +2 -2
- homeassistant-stubs/components/twentemilieu/entity.pyi +2 -3
- homeassistant-stubs/components/twentemilieu/sensor.pyi +3 -3
- homeassistant-stubs/components/unifi/sensor.pyi +1 -1
- homeassistant-stubs/components/unifiprotect/const.pyi +6 -0
- homeassistant-stubs/components/unifiprotect/event.pyi +5 -3
- homeassistant-stubs/components/unifiprotect/services.pyi +16 -9
- homeassistant-stubs/components/update/__init__.pyi +0 -2
- homeassistant-stubs/components/vacuum/__init__.pyi +16 -7
- homeassistant-stubs/components/vacuum/const.pyi +18 -5
- homeassistant-stubs/components/vacuum/device_condition.pyi +1 -1
- homeassistant-stubs/components/vacuum/device_trigger.pyi +1 -1
- homeassistant-stubs/components/vacuum/reproduce_state.pyi +2 -2
- homeassistant-stubs/components/vallox/fan.pyi +0 -1
- homeassistant-stubs/components/velbus/__init__.pyi +22 -9
- homeassistant-stubs/components/velbus/binary_sensor.pyi +4 -3
- homeassistant-stubs/components/velbus/button.pyi +4 -3
- homeassistant-stubs/components/velbus/climate.pyi +4 -3
- homeassistant-stubs/components/velbus/cover.pyi +4 -3
- homeassistant-stubs/components/velbus/diagnostics.pyi +3 -4
- homeassistant-stubs/components/velbus/light.pyi +4 -3
- homeassistant-stubs/components/velbus/select.pyi +4 -3
- homeassistant-stubs/components/velbus/sensor.pyi +4 -3
- homeassistant-stubs/components/velbus/services.pyi +7 -0
- homeassistant-stubs/components/velbus/switch.pyi +4 -3
- homeassistant-stubs/components/water_heater/__init__.pyi +7 -12
- homeassistant-stubs/components/wemo/fan.pyi +0 -1
- homeassistant-stubs/components/wemo/light.pyi +4 -2
- homeassistant-stubs/components/wiz/light.pyi +4 -5
- homeassistant-stubs/components/yale_smart_alarm/__init__.pyi +4 -4
- homeassistant-stubs/components/yale_smart_alarm/alarm_control_panel.pyi +0 -1
- homeassistant-stubs/components/yale_smart_alarm/config_flow.pyi +3 -2
- homeassistant-stubs/components/yale_smart_alarm/coordinator.pyi +3 -3
- homeassistant-stubs/components/yale_smart_alarm/entity.pyi +1 -1
- homeassistant-stubs/components/yale_smart_alarm/lock.pyi +1 -1
- homeassistant-stubs/components/zwave_js/api.pyi +2 -0
- homeassistant-stubs/components/zwave_js/climate.pyi +0 -1
- homeassistant-stubs/components/zwave_js/fan.pyi +0 -1
- homeassistant-stubs/components/zwave_js/light.pyi +7 -9
- homeassistant-stubs/const.pyi +2 -151
- homeassistant-stubs/core.pyi +3 -6
- homeassistant-stubs/core_config.pyi +2 -1
- homeassistant-stubs/data_entry_flow.pyi +0 -13
- homeassistant-stubs/exceptions.pyi +6 -0
- homeassistant-stubs/helpers/device_registry.pyi +1 -9
- homeassistant-stubs/helpers/entity.pyi +1 -2
- homeassistant-stubs/helpers/event.pyi +3 -4
- homeassistant-stubs/helpers/service.pyi +1 -1
- homeassistant-stubs/helpers/service_info/mqtt.pyi +1 -1
- homeassistant-stubs/helpers/system_info.pyi +1 -1
- homeassistant-stubs/helpers/template.pyi +1 -1
- homeassistant-stubs/util/dt.pyi +1 -0
- homeassistant-stubs/util/package.pyi +1 -0
- homeassistant-stubs/util/system_info.pyi +1 -0
- {homeassistant_stubs-2024.12.5.dist-info → homeassistant_stubs-2025.1.0.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2024.12.5.dist-info → homeassistant_stubs-2025.1.0.dist-info}/RECORD +585 -490
- homeassistant-stubs/components/bluesound/services.pyi +0 -21
- homeassistant-stubs/components/stookalert/__init__.pyi +0 -10
- homeassistant-stubs/components/stookalert/binary_sensor.pyi +0 -24
- homeassistant-stubs/components/stookalert/config_flow.pyi +0 -7
- homeassistant-stubs/components/tailwind/typing.pyi +0 -4
- {homeassistant_stubs-2024.12.5.dist-info → homeassistant_stubs-2025.1.0.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2024.12.5.dist-info → homeassistant_stubs-2025.1.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,7 @@
|
|
1
|
+
from .config import ScheduleState as ScheduleState
|
1
2
|
from .const import DATA_MANAGER as DATA_MANAGER, LOGGER as LOGGER
|
3
|
+
from .manager import IncorrectPasswordError as IncorrectPasswordError, ManagerStateEvent as ManagerStateEvent
|
4
|
+
from .models import Folder as Folder
|
2
5
|
from homeassistant.components import websocket_api as websocket_api
|
3
6
|
from homeassistant.core import HomeAssistant as HomeAssistant, callback as callback
|
4
7
|
from typing import Any
|
@@ -6,8 +9,13 @@ from typing import Any
|
|
6
9
|
def async_register_websocket_handlers(hass: HomeAssistant, with_hassio: bool) -> None: ...
|
7
10
|
async def handle_info(hass: HomeAssistant, connection: websocket_api.ActiveConnection, msg: dict[str, Any]) -> None: ...
|
8
11
|
async def handle_details(hass: HomeAssistant, connection: websocket_api.ActiveConnection, msg: dict[str, Any]) -> None: ...
|
9
|
-
async def
|
12
|
+
async def handle_delete(hass: HomeAssistant, connection: websocket_api.ActiveConnection, msg: dict[str, Any]) -> None: ...
|
10
13
|
async def handle_restore(hass: HomeAssistant, connection: websocket_api.ActiveConnection, msg: dict[str, Any]) -> None: ...
|
11
14
|
async def handle_create(hass: HomeAssistant, connection: websocket_api.ActiveConnection, msg: dict[str, Any]) -> None: ...
|
15
|
+
async def handle_create_with_automatic_settings(hass: HomeAssistant, connection: websocket_api.ActiveConnection, msg: dict[str, Any]) -> None: ...
|
12
16
|
async def handle_backup_start(hass: HomeAssistant, connection: websocket_api.ActiveConnection, msg: dict[str, Any]) -> None: ...
|
13
17
|
async def handle_backup_end(hass: HomeAssistant, connection: websocket_api.ActiveConnection, msg: dict[str, Any]) -> None: ...
|
18
|
+
async def backup_agents_info(hass: HomeAssistant, connection: websocket_api.ActiveConnection, msg: dict[str, Any]) -> None: ...
|
19
|
+
async def handle_config_info(hass: HomeAssistant, connection: websocket_api.ActiveConnection, msg: dict[str, Any]) -> None: ...
|
20
|
+
async def handle_config_update(hass: HomeAssistant, connection: websocket_api.ActiveConnection, msg: dict[str, Any]) -> None: ...
|
21
|
+
async def handle_subscribe_events(hass: HomeAssistant, connection: websocket_api.ActiveConnection, msg: dict[str, Any]) -> None: ...
|
@@ -14,7 +14,6 @@ class BAFAutoComfort(BAFEntity, ClimateEntity):
|
|
14
14
|
_attr_temperature_unit: Incomplete
|
15
15
|
_attr_hvac_modes: Incomplete
|
16
16
|
_attr_translation_key: str
|
17
|
-
_enable_turn_on_off_backwards_compatibility: bool
|
18
17
|
_attr_hvac_mode: Incomplete
|
19
18
|
_attr_hvac_action: Incomplete
|
20
19
|
_attr_target_temperature: Incomplete
|
@@ -12,7 +12,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: BAFConfigEntry, async_ad
|
|
12
12
|
|
13
13
|
class BAFFan(BAFEntity, FanEntity):
|
14
14
|
_attr_supported_features: Incomplete
|
15
|
-
_enable_turn_on_off_backwards_compatibility: bool
|
16
15
|
_attr_preset_modes: Incomplete
|
17
16
|
_attr_speed_count = SPEED_COUNT
|
18
17
|
_attr_name: Incomplete
|
@@ -2,10 +2,9 @@ from . import BAFConfigEntry as BAFConfigEntry
|
|
2
2
|
from .entity import BAFEntity as BAFEntity
|
3
3
|
from _typeshed import Incomplete
|
4
4
|
from aiobafi6 import Device as Device
|
5
|
-
from homeassistant.components.light import ATTR_BRIGHTNESS as ATTR_BRIGHTNESS,
|
5
|
+
from homeassistant.components.light import ATTR_BRIGHTNESS as ATTR_BRIGHTNESS, ATTR_COLOR_TEMP_KELVIN as ATTR_COLOR_TEMP_KELVIN, ColorMode as ColorMode, LightEntity as LightEntity
|
6
6
|
from homeassistant.core import HomeAssistant as HomeAssistant, callback as callback
|
7
7
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
8
|
-
from homeassistant.util.color import color_temperature_kelvin_to_mired as color_temperature_kelvin_to_mired, color_temperature_mired_to_kelvin as color_temperature_mired_to_kelvin
|
9
8
|
from typing import Any
|
10
9
|
|
11
10
|
async def async_setup_entry(hass: HomeAssistant, entry: BAFConfigEntry, async_add_entities: AddEntitiesCallback) -> None: ...
|
@@ -25,9 +24,9 @@ class BAFFanLight(BAFLight):
|
|
25
24
|
class BAFStandaloneLight(BAFLight):
|
26
25
|
_attr_supported_color_modes: Incomplete
|
27
26
|
_attr_color_mode: Incomplete
|
28
|
-
|
29
|
-
|
27
|
+
_attr_max_color_temp_kelvin: Incomplete
|
28
|
+
_attr_min_color_temp_kelvin: Incomplete
|
30
29
|
def __init__(self, device: Device) -> None: ...
|
31
|
-
|
30
|
+
_attr_color_temp_kelvin: Incomplete
|
32
31
|
def _async_update_attrs(self) -> None: ...
|
33
32
|
async def async_turn_on(self, **kwargs: Any) -> None: ...
|
@@ -1,3 +1,4 @@
|
|
1
|
+
from _typeshed import Incomplete
|
1
2
|
from enum import StrEnum
|
2
3
|
from homeassistant.components.media_player import MediaPlayerState as MediaPlayerState, MediaType as MediaType, RepeatMode as RepeatMode
|
3
4
|
from mozart_api.models import Source, SourceArray
|
@@ -65,3 +66,5 @@ VALID_MEDIA_TYPES: Final[tuple]
|
|
65
66
|
FALLBACK_SOURCES: Final[SourceArray]
|
66
67
|
BANG_OLUFSEN_WEBSOCKET_EVENT: Final[str]
|
67
68
|
CONNECTION_STATUS: Final[str]
|
69
|
+
BEOLINK_JOIN_SOURCES_TO_UPPER: Incomplete
|
70
|
+
BEOLINK_JOIN_SOURCES: Incomplete
|
@@ -1,5 +1,5 @@
|
|
1
1
|
from . import BangOlufsenConfigEntry as BangOlufsenConfigEntry
|
2
|
-
from .const import BANG_OLUFSEN_REPEAT_FROM_HA as BANG_OLUFSEN_REPEAT_FROM_HA, BANG_OLUFSEN_REPEAT_TO_HA as BANG_OLUFSEN_REPEAT_TO_HA, BANG_OLUFSEN_STATES as BANG_OLUFSEN_STATES, BangOlufsenMediaType as BangOlufsenMediaType, BangOlufsenSource as BangOlufsenSource, CONF_BEOLINK_JID as CONF_BEOLINK_JID, CONNECTION_STATUS as CONNECTION_STATUS, DOMAIN as DOMAIN, FALLBACK_SOURCES as FALLBACK_SOURCES, VALID_MEDIA_TYPES as VALID_MEDIA_TYPES, WebsocketNotification as WebsocketNotification
|
2
|
+
from .const import BANG_OLUFSEN_REPEAT_FROM_HA as BANG_OLUFSEN_REPEAT_FROM_HA, BANG_OLUFSEN_REPEAT_TO_HA as BANG_OLUFSEN_REPEAT_TO_HA, BANG_OLUFSEN_STATES as BANG_OLUFSEN_STATES, BEOLINK_JOIN_SOURCES as BEOLINK_JOIN_SOURCES, BEOLINK_JOIN_SOURCES_TO_UPPER as BEOLINK_JOIN_SOURCES_TO_UPPER, BangOlufsenMediaType as BangOlufsenMediaType, BangOlufsenSource as BangOlufsenSource, CONF_BEOLINK_JID as CONF_BEOLINK_JID, CONNECTION_STATUS as CONNECTION_STATUS, DOMAIN as DOMAIN, FALLBACK_SOURCES as FALLBACK_SOURCES, VALID_MEDIA_TYPES as VALID_MEDIA_TYPES, WebsocketNotification as WebsocketNotification
|
3
3
|
from .entity import BangOlufsenEntity as BangOlufsenEntity
|
4
4
|
from .util import get_serial_number_from_jid as get_serial_number_from_jid
|
5
5
|
from _typeshed import Incomplete
|
@@ -122,7 +122,7 @@ class BangOlufsenMediaPlayer(BangOlufsenEntity, MediaPlayerEntity):
|
|
122
122
|
async def async_browse_media(self, media_content_type: MediaType | str | None = None, media_content_id: str | None = None) -> BrowseMedia: ...
|
123
123
|
async def async_join_players(self, group_members: list[str]) -> None: ...
|
124
124
|
async def async_unjoin_player(self) -> None: ...
|
125
|
-
async def async_beolink_join(self, beolink_jid: str | None = None) -> None: ...
|
125
|
+
async def async_beolink_join(self, beolink_jid: str | None = None, source_id: str | None = None) -> None: ...
|
126
126
|
async def async_beolink_expand(self, beolink_jids: list[str] | None = None, all_discovered: bool = False) -> None: ...
|
127
127
|
async def async_beolink_unexpand(self, beolink_jids: list[str]) -> None: ...
|
128
128
|
async def async_beolink_leave(self) -> None: ...
|
@@ -4,7 +4,6 @@ from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
|
4
4
|
from homeassistant.const import EntityCategory as EntityCategory, STATE_OFF as STATE_OFF, STATE_ON as STATE_ON
|
5
5
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
6
6
|
from homeassistant.exceptions import HomeAssistantError as HomeAssistantError
|
7
|
-
from homeassistant.helpers.deprecation import DeprecatedConstantEnum as DeprecatedConstantEnum, all_with_deprecated_constants as all_with_deprecated_constants, check_if_deprecated_constant as check_if_deprecated_constant, dir_with_deprecated_constants as dir_with_deprecated_constants
|
8
7
|
from homeassistant.helpers.entity import Entity as Entity, EntityDescription as EntityDescription
|
9
8
|
from homeassistant.helpers.entity_component import EntityComponent as EntityComponent
|
10
9
|
from homeassistant.helpers.typing import ConfigType as ConfigType
|
@@ -51,34 +50,6 @@ class BinarySensorDeviceClass(StrEnum):
|
|
51
50
|
|
52
51
|
DEVICE_CLASSES_SCHEMA: Incomplete
|
53
52
|
DEVICE_CLASSES: Incomplete
|
54
|
-
_DEPRECATED_DEVICE_CLASS_BATTERY: Incomplete
|
55
|
-
_DEPRECATED_DEVICE_CLASS_BATTERY_CHARGING: Incomplete
|
56
|
-
_DEPRECATED_DEVICE_CLASS_CO: Incomplete
|
57
|
-
_DEPRECATED_DEVICE_CLASS_COLD: Incomplete
|
58
|
-
_DEPRECATED_DEVICE_CLASS_CONNECTIVITY: Incomplete
|
59
|
-
_DEPRECATED_DEVICE_CLASS_DOOR: Incomplete
|
60
|
-
_DEPRECATED_DEVICE_CLASS_GARAGE_DOOR: Incomplete
|
61
|
-
_DEPRECATED_DEVICE_CLASS_GAS: Incomplete
|
62
|
-
_DEPRECATED_DEVICE_CLASS_HEAT: Incomplete
|
63
|
-
_DEPRECATED_DEVICE_CLASS_LIGHT: Incomplete
|
64
|
-
_DEPRECATED_DEVICE_CLASS_LOCK: Incomplete
|
65
|
-
_DEPRECATED_DEVICE_CLASS_MOISTURE: Incomplete
|
66
|
-
_DEPRECATED_DEVICE_CLASS_MOTION: Incomplete
|
67
|
-
_DEPRECATED_DEVICE_CLASS_MOVING: Incomplete
|
68
|
-
_DEPRECATED_DEVICE_CLASS_OCCUPANCY: Incomplete
|
69
|
-
_DEPRECATED_DEVICE_CLASS_OPENING: Incomplete
|
70
|
-
_DEPRECATED_DEVICE_CLASS_PLUG: Incomplete
|
71
|
-
_DEPRECATED_DEVICE_CLASS_POWER: Incomplete
|
72
|
-
_DEPRECATED_DEVICE_CLASS_PRESENCE: Incomplete
|
73
|
-
_DEPRECATED_DEVICE_CLASS_PROBLEM: Incomplete
|
74
|
-
_DEPRECATED_DEVICE_CLASS_RUNNING: Incomplete
|
75
|
-
_DEPRECATED_DEVICE_CLASS_SAFETY: Incomplete
|
76
|
-
_DEPRECATED_DEVICE_CLASS_SMOKE: Incomplete
|
77
|
-
_DEPRECATED_DEVICE_CLASS_SOUND: Incomplete
|
78
|
-
_DEPRECATED_DEVICE_CLASS_TAMPER: Incomplete
|
79
|
-
_DEPRECATED_DEVICE_CLASS_UPDATE: Incomplete
|
80
|
-
_DEPRECATED_DEVICE_CLASS_VIBRATION: Incomplete
|
81
|
-
_DEPRECATED_DEVICE_CLASS_WINDOW: Incomplete
|
82
53
|
|
83
54
|
async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool: ...
|
84
55
|
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: ...
|
@@ -102,7 +73,3 @@ class BinarySensorEntity(Entity, cached_properties=CACHED_PROPERTIES_WITH_ATTR_)
|
|
102
73
|
def is_on(self) -> bool | None: ...
|
103
74
|
@property
|
104
75
|
def state(self) -> Literal['on', 'off'] | None: ...
|
105
|
-
|
106
|
-
__getattr__: Incomplete
|
107
|
-
__dir__: Incomplete
|
108
|
-
__all__: Incomplete
|
@@ -1,6 +1,6 @@
|
|
1
1
|
from . import BluesoundConfigEntry as BluesoundConfigEntry
|
2
2
|
from .const import ATTR_BLUESOUND_GROUP as ATTR_BLUESOUND_GROUP, ATTR_MASTER as ATTR_MASTER, DOMAIN as DOMAIN, INTEGRATION_TITLE as INTEGRATION_TITLE
|
3
|
-
from .utils import format_unique_id as format_unique_id
|
3
|
+
from .utils import dispatcher_join_signal as dispatcher_join_signal, dispatcher_unjoin_signal as dispatcher_unjoin_signal, format_unique_id as format_unique_id
|
4
4
|
from _typeshed import Incomplete
|
5
5
|
from datetime import datetime
|
6
6
|
from homeassistant.components import media_source as media_source
|
@@ -10,7 +10,9 @@ from homeassistant.const import CONF_HOST as CONF_HOST, CONF_HOSTS as CONF_HOSTS
|
|
10
10
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
11
11
|
from homeassistant.data_entry_flow import FlowResultType as FlowResultType
|
12
12
|
from homeassistant.exceptions import ServiceValidationError as ServiceValidationError
|
13
|
+
from homeassistant.helpers import entity_platform as entity_platform
|
13
14
|
from homeassistant.helpers.device_registry import CONNECTION_NETWORK_MAC as CONNECTION_NETWORK_MAC, DeviceInfo as DeviceInfo, format_mac as format_mac
|
15
|
+
from homeassistant.helpers.dispatcher import async_dispatcher_connect as async_dispatcher_connect, async_dispatcher_send as async_dispatcher_send
|
14
16
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
15
17
|
from homeassistant.helpers.typing import ConfigType as ConfigType, DiscoveryInfoType as DiscoveryInfoType
|
16
18
|
from pyblu import Input as Input, Player as Player, Preset as Preset, Status as Status, SyncStatus as SyncStatus
|
@@ -20,6 +22,10 @@ _LOGGER: Incomplete
|
|
20
22
|
SCAN_INTERVAL: Incomplete
|
21
23
|
DATA_BLUESOUND = DOMAIN
|
22
24
|
DEFAULT_PORT: int
|
25
|
+
SERVICE_CLEAR_TIMER: str
|
26
|
+
SERVICE_JOIN: str
|
27
|
+
SERVICE_SET_TIMER: str
|
28
|
+
SERVICE_UNJOIN: str
|
23
29
|
NODE_OFFLINE_CHECK_TIMEOUT: int
|
24
30
|
NODE_RETRY_INITIATION: Incomplete
|
25
31
|
SYNC_STATUS_INTERVAL: Incomplete
|
@@ -44,13 +50,12 @@ class BluesoundPlayer(MediaPlayerEntity):
|
|
44
50
|
_status: Incomplete
|
45
51
|
_inputs: Incomplete
|
46
52
|
_presets: Incomplete
|
47
|
-
_muted: bool
|
48
|
-
_master: Incomplete
|
49
|
-
_is_master: bool
|
50
53
|
_group_name: Incomplete
|
51
54
|
_group_list: Incomplete
|
52
55
|
_bluesound_device_name: Incomplete
|
53
56
|
_player: Incomplete
|
57
|
+
_is_leader: bool
|
58
|
+
_leader: Incomplete
|
54
59
|
_attr_unique_id: Incomplete
|
55
60
|
_attr_device_info: Incomplete
|
56
61
|
def __init__(self, host: str, port: int, player: Player, sync_status: SyncStatus) -> None: ...
|
@@ -97,18 +102,18 @@ class BluesoundPlayer(MediaPlayerEntity):
|
|
97
102
|
@property
|
98
103
|
def supported_features(self) -> MediaPlayerEntityFeature: ...
|
99
104
|
@property
|
100
|
-
def
|
105
|
+
def is_leader(self) -> bool: ...
|
101
106
|
@property
|
102
107
|
def is_grouped(self) -> bool: ...
|
103
108
|
@property
|
104
109
|
def shuffle(self) -> bool: ...
|
105
110
|
async def async_join(self, master: str) -> None: ...
|
111
|
+
async def async_unjoin(self) -> None: ...
|
106
112
|
@property
|
107
113
|
def extra_state_attributes(self) -> dict[str, Any] | None: ...
|
108
114
|
def rebuild_bluesound_group(self) -> list[str]: ...
|
109
|
-
async def
|
110
|
-
async def
|
111
|
-
async def async_remove_slave(self, slave_device: BluesoundPlayer) -> None: ...
|
115
|
+
async def async_add_follower(self, host: str, port: int) -> None: ...
|
116
|
+
async def async_remove_follower(self, host: str, port: int) -> None: ...
|
112
117
|
async def async_increase_timer(self) -> int: ...
|
113
118
|
async def async_clear_timer(self) -> None: ...
|
114
119
|
async def async_set_shuffle(self, shuffle: bool) -> None: ...
|
@@ -1,8 +1,6 @@
|
|
1
1
|
from .const import ATTR_VIN as ATTR_VIN, CONF_READ_ONLY as CONF_READ_ONLY, DOMAIN as DOMAIN
|
2
|
-
from .coordinator import BMWDataUpdateCoordinator as BMWDataUpdateCoordinator
|
2
|
+
from .coordinator import BMWConfigEntry as BMWConfigEntry, BMWDataUpdateCoordinator as BMWDataUpdateCoordinator
|
3
3
|
from _typeshed import Incomplete
|
4
|
-
from dataclasses import dataclass
|
5
|
-
from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
6
4
|
from homeassistant.const import CONF_DEVICE_ID as CONF_DEVICE_ID, CONF_ENTITY_ID as CONF_ENTITY_ID, CONF_NAME as CONF_NAME, Platform as Platform
|
7
5
|
from homeassistant.core import HomeAssistant as HomeAssistant, callback as callback
|
8
6
|
from homeassistant.helpers import discovery as discovery
|
@@ -12,14 +10,8 @@ SERVICE_SCHEMA: Incomplete
|
|
12
10
|
DEFAULT_OPTIONS: Incomplete
|
13
11
|
PLATFORMS: Incomplete
|
14
12
|
SERVICE_UPDATE_STATE: str
|
15
|
-
type BMWConfigEntry = ConfigEntry[BMWData]
|
16
13
|
|
17
|
-
|
18
|
-
class BMWData:
|
19
|
-
coordinator: BMWDataUpdateCoordinator
|
20
|
-
def __init__(self, coordinator) -> None: ...
|
21
|
-
|
22
|
-
def _async_migrate_options_from_data_if_missing(hass: HomeAssistant, entry: ConfigEntry) -> None: ...
|
14
|
+
def _async_migrate_options_from_data_if_missing(hass: HomeAssistant, entry: BMWConfigEntry) -> None: ...
|
23
15
|
async def _async_migrate_entries(hass: HomeAssistant, config_entry: BMWConfigEntry) -> bool: ...
|
24
|
-
async def async_setup_entry(hass: HomeAssistant, entry:
|
25
|
-
async def async_unload_entry(hass: HomeAssistant, entry:
|
16
|
+
async def async_setup_entry(hass: HomeAssistant, entry: BMWConfigEntry) -> bool: ...
|
17
|
+
async def async_unload_entry(hass: HomeAssistant, entry: BMWConfigEntry) -> bool: ...
|
@@ -13,6 +13,7 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEnti
|
|
13
13
|
from homeassistant.util.unit_system import UnitSystem as UnitSystem
|
14
14
|
from typing import Any
|
15
15
|
|
16
|
+
PARALLEL_UPDATES: int
|
16
17
|
_LOGGER: Incomplete
|
17
18
|
ALLOWED_CONDITION_BASED_SERVICE_KEYS: Incomplete
|
18
19
|
LOGGED_CONDITION_BASED_SERVICE_WARNINGS: set[str]
|
@@ -12,6 +12,7 @@ from homeassistant.exceptions import HomeAssistantError as HomeAssistantError
|
|
12
12
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
13
13
|
from typing import Any
|
14
14
|
|
15
|
+
PARALLEL_UPDATES: int
|
15
16
|
_LOGGER: Incomplete
|
16
17
|
|
17
18
|
@dataclass(frozen=True, kw_only=True)
|
@@ -1,8 +1,9 @@
|
|
1
1
|
from . import DOMAIN as DOMAIN
|
2
2
|
from .const import CONF_ALLOWED_REGIONS as CONF_ALLOWED_REGIONS, CONF_CAPTCHA_REGIONS as CONF_CAPTCHA_REGIONS, CONF_CAPTCHA_TOKEN as CONF_CAPTCHA_TOKEN, CONF_CAPTCHA_URL as CONF_CAPTCHA_URL, CONF_GCID as CONF_GCID, CONF_READ_ONLY as CONF_READ_ONLY, CONF_REFRESH_TOKEN as CONF_REFRESH_TOKEN
|
3
|
+
from .coordinator import BMWConfigEntry as BMWConfigEntry
|
3
4
|
from _typeshed import Incomplete
|
4
5
|
from collections.abc import Mapping
|
5
|
-
from homeassistant.config_entries import
|
6
|
+
from homeassistant.config_entries import ConfigFlow as ConfigFlow, ConfigFlowResult as ConfigFlowResult, OptionsFlow as OptionsFlow, SOURCE_REAUTH as SOURCE_REAUTH, SOURCE_RECONFIGURE as SOURCE_RECONFIGURE
|
6
7
|
from homeassistant.const import CONF_PASSWORD as CONF_PASSWORD, CONF_REGION as CONF_REGION, CONF_SOURCE as CONF_SOURCE, CONF_USERNAME as CONF_USERNAME
|
7
8
|
from homeassistant.core import HomeAssistant as HomeAssistant, callback as callback
|
8
9
|
from homeassistant.exceptions import HomeAssistantError as HomeAssistantError
|
@@ -11,20 +12,23 @@ from homeassistant.util.ssl import get_default_context as get_default_context
|
|
11
12
|
from typing import Any
|
12
13
|
|
13
14
|
DATA_SCHEMA: Incomplete
|
15
|
+
RECONFIGURE_SCHEMA: Incomplete
|
14
16
|
CAPTCHA_SCHEMA: Incomplete
|
15
17
|
|
16
18
|
async def validate_input(hass: HomeAssistant, data: dict[str, Any]) -> dict[str, str]: ...
|
17
19
|
|
18
20
|
class BMWConfigFlow(ConfigFlow, domain=DOMAIN):
|
19
21
|
VERSION: int
|
20
|
-
data:
|
21
|
-
_existing_entry_data:
|
22
|
+
data: Incomplete
|
23
|
+
_existing_entry_data: Incomplete
|
24
|
+
def __init__(self) -> None: ...
|
22
25
|
async def async_step_user(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
|
26
|
+
async def async_step_change_password(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
|
23
27
|
async def async_step_reauth(self, entry_data: Mapping[str, Any]) -> ConfigFlowResult: ...
|
24
28
|
async def async_step_reconfigure(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
|
25
29
|
async def async_step_captcha(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
|
26
30
|
@staticmethod
|
27
|
-
def async_get_options_flow(config_entry:
|
31
|
+
def async_get_options_flow(config_entry: BMWConfigEntry) -> BMWOptionsFlow: ...
|
28
32
|
|
29
33
|
class BMWOptionsFlow(OptionsFlow):
|
30
34
|
async def async_step_init(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
|
@@ -1,4 +1,4 @@
|
|
1
|
-
from .const import CONF_GCID as CONF_GCID, CONF_READ_ONLY as CONF_READ_ONLY, CONF_REFRESH_TOKEN as CONF_REFRESH_TOKEN,
|
1
|
+
from .const import CONF_GCID as CONF_GCID, CONF_READ_ONLY as CONF_READ_ONLY, CONF_REFRESH_TOKEN as CONF_REFRESH_TOKEN, SCAN_INTERVALS as SCAN_INTERVALS
|
2
2
|
from _typeshed import Incomplete
|
3
3
|
from bimmer_connected.account import MyBMWAccount
|
4
4
|
from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
@@ -9,12 +9,13 @@ from homeassistant.helpers.update_coordinator import DataUpdateCoordinator as Da
|
|
9
9
|
from homeassistant.util.ssl import get_default_context as get_default_context
|
10
10
|
|
11
11
|
_LOGGER: Incomplete
|
12
|
+
type BMWConfigEntry = ConfigEntry[BMWDataUpdateCoordinator]
|
12
13
|
|
13
14
|
class BMWDataUpdateCoordinator(DataUpdateCoordinator[None]):
|
14
15
|
account: MyBMWAccount
|
16
|
+
config_entry: BMWConfigEntry
|
15
17
|
read_only: Incomplete
|
16
|
-
_entry: Incomplete
|
17
18
|
last_update_success: bool
|
18
|
-
def __init__(self, hass: HomeAssistant, *,
|
19
|
+
def __init__(self, hass: HomeAssistant, *, config_entry: BMWConfigEntry) -> None: ...
|
19
20
|
async def _async_update_data(self) -> None: ...
|
20
21
|
def _update_config_entry_refresh_token(self, refresh_token: str | None) -> None: ...
|
@@ -9,6 +9,7 @@ from homeassistant.core import HomeAssistant as HomeAssistant
|
|
9
9
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
10
10
|
from typing import Any
|
11
11
|
|
12
|
+
PARALLEL_UPDATES: int
|
12
13
|
_LOGGER: Incomplete
|
13
14
|
|
14
15
|
async def async_setup_entry(hass: HomeAssistant, config_entry: BMWConfigEntry, async_add_entities: AddEntitiesCallback) -> None: ...
|
@@ -16,9 +17,8 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: BMWConfigEntry, a
|
|
16
17
|
class BMWDeviceTracker(BMWBaseEntity, TrackerEntity):
|
17
18
|
_attr_force_update: bool
|
18
19
|
_attr_translation_key: str
|
19
|
-
_attr_icon: str
|
20
|
-
_attr_unique_id: Incomplete
|
21
20
|
_attr_name: Incomplete
|
21
|
+
_attr_unique_id: Incomplete
|
22
22
|
def __init__(self, coordinator: BMWDataUpdateCoordinator, vehicle: MyBMWVehicle) -> None: ...
|
23
23
|
@property
|
24
24
|
def extra_state_attributes(self) -> dict[str, Any]: ...
|
@@ -9,6 +9,7 @@ from homeassistant.exceptions import HomeAssistantError as HomeAssistantError
|
|
9
9
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
10
10
|
from typing import Any
|
11
11
|
|
12
|
+
PARALLEL_UPDATES: int
|
12
13
|
DOOR_LOCK_STATE: str
|
13
14
|
_LOGGER: Incomplete
|
14
15
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
from . import BMWConfigEntry as BMWConfigEntry
|
1
|
+
from . import BMWConfigEntry as BMWConfigEntry
|
2
2
|
from _typeshed import Incomplete
|
3
3
|
from bimmer_connected.vehicle import MyBMWVehicle
|
4
4
|
from homeassistant.components.notify import ATTR_DATA as ATTR_DATA, ATTR_TARGET as ATTR_TARGET, BaseNotificationService as BaseNotificationService
|
@@ -8,6 +8,7 @@ from homeassistant.exceptions import HomeAssistantError as HomeAssistantError, S
|
|
8
8
|
from homeassistant.helpers.typing import ConfigType as ConfigType, DiscoveryInfoType as DiscoveryInfoType
|
9
9
|
from typing import Any
|
10
10
|
|
11
|
+
PARALLEL_UPDATES: int
|
11
12
|
ATTR_LOCATION_ATTRIBUTES: Incomplete
|
12
13
|
POI_SCHEMA: Incomplete
|
13
14
|
_LOGGER: Incomplete
|
@@ -11,6 +11,7 @@ from homeassistant.exceptions import HomeAssistantError as HomeAssistantError
|
|
11
11
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
12
12
|
from typing import Any
|
13
13
|
|
14
|
+
PARALLEL_UPDATES: int
|
14
15
|
_LOGGER: Incomplete
|
15
16
|
|
16
17
|
@dataclass(frozen=True, kw_only=True)
|
@@ -12,6 +12,7 @@ from homeassistant.exceptions import HomeAssistantError as HomeAssistantError
|
|
12
12
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
13
13
|
from typing import Any
|
14
14
|
|
15
|
+
PARALLEL_UPDATES: int
|
15
16
|
_LOGGER: Incomplete
|
16
17
|
|
17
18
|
@dataclass(frozen=True, kw_only=True)
|
@@ -10,6 +10,7 @@ from homeassistant.const import PERCENTAGE as PERCENTAGE, STATE_UNKNOWN as STATE
|
|
10
10
|
from homeassistant.core import HomeAssistant as HomeAssistant, callback as callback
|
11
11
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
12
12
|
|
13
|
+
PARALLEL_UPDATES: int
|
13
14
|
_LOGGER: Incomplete
|
14
15
|
|
15
16
|
@dataclass(frozen=True)
|
@@ -11,6 +11,7 @@ from homeassistant.exceptions import HomeAssistantError as HomeAssistantError
|
|
11
11
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
12
12
|
from typing import Any
|
13
13
|
|
14
|
+
PARALLEL_UPDATES: int
|
14
15
|
_LOGGER: Incomplete
|
15
16
|
|
16
17
|
@dataclass(frozen=True, kw_only=True)
|
@@ -22,7 +22,6 @@ class BryantEvolutionClimate(ClimateEntity):
|
|
22
22
|
_attr_supported_features: Incomplete
|
23
23
|
_attr_hvac_modes: Incomplete
|
24
24
|
_attr_fan_modes: Incomplete
|
25
|
-
_enable_turn_on_off_backwards_compatibility: bool
|
26
25
|
_client: Incomplete
|
27
26
|
_attr_name: Incomplete
|
28
27
|
_attr_unique_id: Incomplete
|
@@ -1,15 +1,18 @@
|
|
1
1
|
from .const import CONNECT_TIMEOUT as CONNECT_TIMEOUT, DOMAIN as DOMAIN, STREAM_MAGIC_EXCEPTIONS as STREAM_MAGIC_EXCEPTIONS
|
2
2
|
from _typeshed import Incomplete
|
3
3
|
from homeassistant.components import zeroconf as zeroconf
|
4
|
-
from homeassistant.config_entries import ConfigFlow as ConfigFlow, ConfigFlowResult as ConfigFlowResult
|
4
|
+
from homeassistant.config_entries import ConfigFlow as ConfigFlow, ConfigFlowResult as ConfigFlowResult, SOURCE_RECONFIGURE as SOURCE_RECONFIGURE
|
5
5
|
from homeassistant.const import CONF_HOST as CONF_HOST, CONF_NAME as CONF_NAME
|
6
6
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession as async_get_clientsession
|
7
7
|
from typing import Any
|
8
8
|
|
9
|
+
DATA_SCHEMA: Incomplete
|
10
|
+
|
9
11
|
class CambridgeAudioConfigFlow(ConfigFlow, domain=DOMAIN):
|
10
12
|
VERSION: int
|
11
13
|
data: Incomplete
|
12
14
|
def __init__(self) -> None: ...
|
13
15
|
async def async_step_zeroconf(self, discovery_info: zeroconf.ZeroconfServiceInfo) -> ConfigFlowResult: ...
|
14
16
|
async def async_step_discovery_confirm(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
|
17
|
+
async def async_step_reconfigure(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
|
15
18
|
async def async_step_user(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
|
@@ -0,0 +1,8 @@
|
|
1
|
+
from aiostreammagic import StreamMagicClient as StreamMagicClient
|
2
|
+
from aiostreammagic.models import Preset as Preset
|
3
|
+
from homeassistant.components.media_player import BrowseMedia as BrowseMedia, MediaClass as MediaClass
|
4
|
+
from homeassistant.core import HomeAssistant as HomeAssistant
|
5
|
+
|
6
|
+
async def async_browse_media(hass: HomeAssistant, client: StreamMagicClient, media_content_id: str | None, media_content_type: str | None) -> BrowseMedia: ...
|
7
|
+
async def _root_payload(hass: HomeAssistant, client: StreamMagicClient) -> BrowseMedia: ...
|
8
|
+
async def _presets_payload(presets: list[Preset]) -> BrowseMedia: ...
|
@@ -1,10 +1,10 @@
|
|
1
|
+
from . import CambridgeAudioConfigEntry as CambridgeAudioConfigEntry, media_browser as media_browser
|
1
2
|
from .const import CAMBRIDGE_MEDIA_TYPE_AIRABLE as CAMBRIDGE_MEDIA_TYPE_AIRABLE, CAMBRIDGE_MEDIA_TYPE_INTERNET_RADIO as CAMBRIDGE_MEDIA_TYPE_INTERNET_RADIO, CAMBRIDGE_MEDIA_TYPE_PRESET as CAMBRIDGE_MEDIA_TYPE_PRESET, DOMAIN as DOMAIN
|
2
3
|
from .entity import CambridgeAudioEntity as CambridgeAudioEntity, command as command
|
3
4
|
from _typeshed import Incomplete
|
4
5
|
from aiostreammagic import StreamMagicClient as StreamMagicClient, TransportControl
|
5
6
|
from datetime import datetime
|
6
|
-
from homeassistant.components.media_player import MediaPlayerDeviceClass as MediaPlayerDeviceClass, MediaPlayerEntity as MediaPlayerEntity, MediaPlayerEntityFeature as MediaPlayerEntityFeature, MediaPlayerState as MediaPlayerState, MediaType as MediaType, RepeatMode as RepeatMode
|
7
|
-
from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
7
|
+
from homeassistant.components.media_player import BrowseMedia as BrowseMedia, MediaPlayerDeviceClass as MediaPlayerDeviceClass, MediaPlayerEntity as MediaPlayerEntity, MediaPlayerEntityFeature as MediaPlayerEntityFeature, MediaPlayerState as MediaPlayerState, MediaType as MediaType, RepeatMode as RepeatMode
|
8
8
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
9
9
|
from homeassistant.exceptions import HomeAssistantError as HomeAssistantError, ServiceValidationError as ServiceValidationError
|
10
10
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
@@ -15,7 +15,7 @@ PREAMP_FEATURES: Incomplete
|
|
15
15
|
TRANSPORT_FEATURES: dict[TransportControl, MediaPlayerEntityFeature]
|
16
16
|
PARALLEL_UPDATES: int
|
17
17
|
|
18
|
-
async def async_setup_entry(hass: HomeAssistant, entry:
|
18
|
+
async def async_setup_entry(hass: HomeAssistant, entry: CambridgeAudioConfigEntry, async_add_entities: AddEntitiesCallback) -> None: ...
|
19
19
|
|
20
20
|
class CambridgeAudioDevice(CambridgeAudioEntity, MediaPlayerEntity):
|
21
21
|
_attr_name: Incomplete
|
@@ -70,3 +70,4 @@ class CambridgeAudioDevice(CambridgeAudioEntity, MediaPlayerEntity):
|
|
70
70
|
async def async_set_shuffle(self, shuffle: bool) -> None: ...
|
71
71
|
async def async_set_repeat(self, repeat: RepeatMode) -> None: ...
|
72
72
|
async def async_play_media(self, media_type: MediaType | str, media_id: str, **kwargs: Any) -> None: ...
|
73
|
+
async def async_browse_media(self, media_content_type: MediaType | str | None = None, media_content_id: str | None = None) -> BrowseMedia: ...
|
@@ -1,10 +1,10 @@
|
|
1
|
+
from . import CambridgeAudioConfigEntry as CambridgeAudioConfigEntry
|
1
2
|
from .entity import CambridgeAudioEntity as CambridgeAudioEntity, command as command
|
2
3
|
from _typeshed import Incomplete
|
3
4
|
from aiostreammagic import StreamMagicClient as StreamMagicClient
|
4
5
|
from collections.abc import Awaitable, Callable as Callable
|
5
6
|
from dataclasses import dataclass
|
6
7
|
from homeassistant.components.select import SelectEntity as SelectEntity, SelectEntityDescription as SelectEntityDescription
|
7
|
-
from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
8
8
|
from homeassistant.const import EntityCategory as EntityCategory
|
9
9
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
10
10
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
@@ -24,7 +24,7 @@ def _audio_output_value_fn(client: StreamMagicClient) -> str | None: ...
|
|
24
24
|
|
25
25
|
CONTROL_ENTITIES: tuple[CambridgeAudioSelectEntityDescription, ...]
|
26
26
|
|
27
|
-
async def async_setup_entry(hass: HomeAssistant, entry:
|
27
|
+
async def async_setup_entry(hass: HomeAssistant, entry: CambridgeAudioConfigEntry, async_add_entities: AddEntitiesCallback) -> None: ...
|
28
28
|
|
29
29
|
class CambridgeAudioSelect(CambridgeAudioEntity, SelectEntity):
|
30
30
|
entity_description: CambridgeAudioSelectEntityDescription
|
@@ -1,10 +1,10 @@
|
|
1
|
+
from . import CambridgeAudioConfigEntry as CambridgeAudioConfigEntry
|
1
2
|
from .entity import CambridgeAudioEntity as CambridgeAudioEntity, command as command
|
2
3
|
from _typeshed import Incomplete
|
3
4
|
from aiostreammagic import StreamMagicClient as StreamMagicClient
|
4
5
|
from collections.abc import Awaitable, Callable as Callable
|
5
6
|
from dataclasses import dataclass
|
6
7
|
from homeassistant.components.switch import SwitchEntity as SwitchEntity, SwitchEntityDescription as SwitchEntityDescription
|
7
|
-
from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
8
8
|
from homeassistant.const import EntityCategory as EntityCategory
|
9
9
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
10
10
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
@@ -20,7 +20,7 @@ class CambridgeAudioSwitchEntityDescription(SwitchEntityDescription):
|
|
20
20
|
|
21
21
|
CONTROL_ENTITIES: tuple[CambridgeAudioSwitchEntityDescription, ...]
|
22
22
|
|
23
|
-
async def async_setup_entry(hass: HomeAssistant, entry:
|
23
|
+
async def async_setup_entry(hass: HomeAssistant, entry: CambridgeAudioConfigEntry, async_add_entities: AddEntitiesCallback) -> None: ...
|
24
24
|
|
25
25
|
class CambridgeAudioSwitch(CambridgeAudioEntity, SwitchEntity):
|
26
26
|
entity_description: CambridgeAudioSwitchEntityDescription
|
@@ -1,4 +1,4 @@
|
|
1
|
-
from .const import CAMERA_IMAGE_TIMEOUT as CAMERA_IMAGE_TIMEOUT, CAMERA_STREAM_SOURCE_TIMEOUT as CAMERA_STREAM_SOURCE_TIMEOUT, CONF_DURATION as CONF_DURATION, CONF_LOOKBACK as CONF_LOOKBACK, CameraState as CameraState, DATA_CAMERA_PREFS as DATA_CAMERA_PREFS, DATA_COMPONENT as DATA_COMPONENT, DOMAIN as DOMAIN, PREF_ORIENTATION as PREF_ORIENTATION, PREF_PRELOAD_STREAM as PREF_PRELOAD_STREAM, SERVICE_RECORD as SERVICE_RECORD, StreamType as StreamType
|
1
|
+
from .const import CAMERA_IMAGE_TIMEOUT as CAMERA_IMAGE_TIMEOUT, CAMERA_STREAM_SOURCE_TIMEOUT as CAMERA_STREAM_SOURCE_TIMEOUT, CONF_DURATION as CONF_DURATION, CONF_LOOKBACK as CONF_LOOKBACK, CameraState as CameraState, DATA_CAMERA_PREFS as DATA_CAMERA_PREFS, DATA_COMPONENT as DATA_COMPONENT, DOMAIN as DOMAIN, PREF_ORIENTATION as PREF_ORIENTATION, PREF_PRELOAD_STREAM as PREF_PRELOAD_STREAM, SERVICE_RECORD as SERVICE_RECORD, StreamType as StreamType
|
2
2
|
from .helper import get_camera_from_entity_id as get_camera_from_entity_id
|
3
3
|
from .img_util import scale_jpeg_camera_image as scale_jpeg_camera_image
|
4
4
|
from .prefs import CameraPreferences as CameraPreferences, DynamicStreamSettings as DynamicStreamSettings
|
@@ -49,8 +49,6 @@ class CameraEntityFeature(IntFlag):
|
|
49
49
|
ON_OFF = 1
|
50
50
|
STREAM = 2
|
51
51
|
|
52
|
-
_DEPRECATED_SUPPORT_ON_OFF: Final[Incomplete]
|
53
|
-
_DEPRECATED_SUPPORT_STREAM: Final[Incomplete]
|
54
52
|
DEFAULT_CONTENT_TYPE: Final[str]
|
55
53
|
ENTITY_IMAGE_URL: Final[str]
|
56
54
|
TOKEN_CHANGE_INTERVAL: Final[Incomplete]
|
@@ -121,8 +119,6 @@ class Camera(Entity, cached_properties=CACHED_PROPERTIES_WITH_ATTR_):
|
|
121
119
|
def entity_picture(self) -> str: ...
|
122
120
|
def use_stream_for_stills(self) -> bool: ...
|
123
121
|
def supported_features(self) -> CameraEntityFeature: ...
|
124
|
-
@property
|
125
|
-
def supported_features_compat(self) -> CameraEntityFeature: ...
|
126
122
|
def is_recording(self) -> bool: ...
|
127
123
|
def is_streaming(self) -> bool: ...
|
128
124
|
def brand(self) -> str | None: ...
|
@@ -1,8 +1,6 @@
|
|
1
1
|
from . import Camera as Camera
|
2
2
|
from .prefs import CameraPreferences as CameraPreferences
|
3
|
-
from _typeshed import Incomplete
|
4
3
|
from enum import StrEnum
|
5
|
-
from homeassistant.helpers.deprecation import DeprecatedConstantEnum as DeprecatedConstantEnum, all_with_deprecated_constants as all_with_deprecated_constants, check_if_deprecated_constant as check_if_deprecated_constant, dir_with_deprecated_constants as dir_with_deprecated_constants
|
6
4
|
from homeassistant.helpers.entity_component import EntityComponent as EntityComponent
|
7
5
|
from homeassistant.util.hass_dict import HassKey as HassKey
|
8
6
|
from typing import Final
|
@@ -26,9 +24,3 @@ class CameraState(StrEnum):
|
|
26
24
|
class StreamType(StrEnum):
|
27
25
|
HLS = 'hls'
|
28
26
|
WEB_RTC = 'web_rtc'
|
29
|
-
|
30
|
-
_DEPRECATED_STREAM_TYPE_HLS: Incomplete
|
31
|
-
_DEPRECATED_STREAM_TYPE_WEB_RTC: Incomplete
|
32
|
-
__getattr__: Incomplete
|
33
|
-
__dir__: Incomplete
|
34
|
-
__all__: Incomplete
|
@@ -15,4 +15,3 @@ class CertexpiryConfigFlow(ConfigFlow, domain=DOMAIN):
|
|
15
15
|
def __init__(self) -> None: ...
|
16
16
|
async def _test_connection(self, user_input: Mapping[str, Any]) -> bool: ...
|
17
17
|
async def async_step_user(self, user_input: Mapping[str, Any] | None = None) -> ConfigFlowResult: ...
|
18
|
-
async def async_step_import(self, import_data: dict[str, Any]) -> ConfigFlowResult: ...
|
@@ -1,22 +1,14 @@
|
|
1
1
|
from . import CertExpiryConfigEntry as CertExpiryConfigEntry
|
2
|
-
from .const import
|
2
|
+
from .const import DOMAIN as DOMAIN
|
3
3
|
from .coordinator import CertExpiryDataUpdateCoordinator as CertExpiryDataUpdateCoordinator
|
4
4
|
from .entity import CertExpiryEntity as CertExpiryEntity
|
5
5
|
from _typeshed import Incomplete
|
6
6
|
from datetime import datetime
|
7
7
|
from homeassistant.components.sensor import SensorDeviceClass as SensorDeviceClass, SensorEntity as SensorEntity
|
8
|
-
from homeassistant.
|
9
|
-
from homeassistant.const import CONF_HOST as CONF_HOST, CONF_PORT as CONF_PORT, EVENT_HOMEASSISTANT_START as EVENT_HOMEASSISTANT_START
|
10
|
-
from homeassistant.core import Event as Event, HomeAssistant as HomeAssistant, callback as callback
|
8
|
+
from homeassistant.core import HomeAssistant as HomeAssistant
|
11
9
|
from homeassistant.helpers.device_registry import DeviceEntryType as DeviceEntryType, DeviceInfo as DeviceInfo
|
12
10
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
13
|
-
from homeassistant.helpers.event import async_call_later as async_call_later
|
14
|
-
from homeassistant.helpers.typing import ConfigType as ConfigType, DiscoveryInfoType as DiscoveryInfoType
|
15
11
|
|
16
|
-
SCAN_INTERVAL: Incomplete
|
17
|
-
PLATFORM_SCHEMA: Incomplete
|
18
|
-
|
19
|
-
async def async_setup_platform(hass: HomeAssistant, config: ConfigType, async_add_entities: AddEntitiesCallback, discovery_info: DiscoveryInfoType | None = None) -> None: ...
|
20
12
|
async def async_setup_entry(hass: HomeAssistant, entry: CertExpiryConfigEntry, async_add_entities: AddEntitiesCallback) -> None: ...
|
21
13
|
|
22
14
|
class SSLCertificateTimestamp(CertExpiryEntity, SensorEntity):
|