homeassistant-stubs 2025.4.0b13__py3-none-any.whl → 2025.4.0b14__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/components/homeassistant_hardware/firmware_config_flow.pyi +2 -1
- homeassistant-stubs/components/homeassistant_hardware/update.pyi +0 -1
- homeassistant-stubs/components/homeassistant_sky_connect/update.pyi +0 -1
- homeassistant-stubs/components/homeassistant_yellow/update.pyi +0 -1
- {homeassistant_stubs-2025.4.0b13.dist-info → homeassistant_stubs-2025.4.0b14.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2025.4.0b13.dist-info → homeassistant_stubs-2025.4.0b14.dist-info}/RECORD +8 -8
- {homeassistant_stubs-2025.4.0b13.dist-info → homeassistant_stubs-2025.4.0b14.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2025.4.0b13.dist-info → homeassistant_stubs-2025.4.0b14.dist-info}/licenses/LICENSE +0 -0
@@ -2,7 +2,7 @@ import abc
|
|
2
2
|
import asyncio
|
3
3
|
from . import silabs_multiprotocol_addon as silabs_multiprotocol_addon
|
4
4
|
from .const import OTBR_DOMAIN as OTBR_DOMAIN, ZHA_DOMAIN as ZHA_DOMAIN
|
5
|
-
from .util import ApplicationType as ApplicationType, FirmwareInfo as FirmwareInfo, OwningAddon as OwningAddon, OwningIntegration as OwningIntegration, get_otbr_addon_manager as get_otbr_addon_manager, get_zigbee_flasher_addon_manager as get_zigbee_flasher_addon_manager, guess_hardware_owners as guess_hardware_owners, probe_silabs_firmware_info as probe_silabs_firmware_info
|
5
|
+
from .util import ApplicationType as ApplicationType, FirmwareInfo as FirmwareInfo, OwningAddon as OwningAddon, OwningIntegration as OwningIntegration, get_otbr_addon_manager as get_otbr_addon_manager, get_zigbee_flasher_addon_manager as get_zigbee_flasher_addon_manager, guess_firmware_info as guess_firmware_info, guess_hardware_owners as guess_hardware_owners, probe_silabs_firmware_info as probe_silabs_firmware_info
|
6
6
|
from _typeshed import Incomplete
|
7
7
|
from abc import ABC, abstractmethod
|
8
8
|
from homeassistant.components.hassio import AddonError as AddonError, AddonInfo as AddonInfo, AddonManager as AddonManager, AddonState as AddonState
|
@@ -50,6 +50,7 @@ class BaseFirmwareConfigFlow(BaseFirmwareInstallFlow, ConfigFlow, metaclass=abc.
|
|
50
50
|
@callback
|
51
51
|
@abstractmethod
|
52
52
|
def async_get_options_flow(config_entry: ConfigEntry) -> OptionsFlow: ...
|
53
|
+
_probed_firmware_info: Incomplete
|
53
54
|
async def async_step_confirm(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
|
54
55
|
|
55
56
|
class BaseFirmwareOptionsFlow(BaseFirmwareInstallFlow, OptionsFlow, metaclass=abc.ABCMeta):
|
@@ -52,7 +52,6 @@ class BaseFirmwareUpdateEntity(CoordinatorEntity[FirmwareUpdateCoordinator], Upd
|
|
52
52
|
def _on_config_entry_change(self) -> None: ...
|
53
53
|
@callback
|
54
54
|
def _firmware_info_callback(self, firmware_info: FirmwareInfo) -> None: ...
|
55
|
-
_attr_name: Incomplete
|
56
55
|
_attr_title: Incomplete
|
57
56
|
_attr_installed_version: Incomplete
|
58
57
|
_attr_latest_version: Incomplete
|
@@ -20,7 +20,6 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry, asyn
|
|
20
20
|
|
21
21
|
class FirmwareUpdateEntity(BaseFirmwareUpdateEntity):
|
22
22
|
bootloader_reset_type: Incomplete
|
23
|
-
_attr_has_entity_name: bool
|
24
23
|
_attr_unique_id: Incomplete
|
25
24
|
_attr_device_info: Incomplete
|
26
25
|
_current_firmware_info: Incomplete
|
@@ -20,7 +20,6 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry, asyn
|
|
20
20
|
|
21
21
|
class FirmwareUpdateEntity(BaseFirmwareUpdateEntity):
|
22
22
|
bootloader_reset_type: str
|
23
|
-
_attr_has_entity_name: bool
|
24
23
|
_attr_unique_id: Incomplete
|
25
24
|
_attr_device_info: Incomplete
|
26
25
|
_current_firmware_info: Incomplete
|
{homeassistant_stubs-2025.4.0b13.dist-info → homeassistant_stubs-2025.4.0b14.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2025.4.
|
3
|
+
Version: 2025.4.0b14
|
4
4
|
Summary: PEP 484 typing stubs for Home Assistant Core
|
5
5
|
Project-URL: Homepage, https://github.com/KapJI/homeassistant-stubs
|
6
6
|
Project-URL: Bug Tracker, https://github.com/KapJI/homeassistant-stubs/issues
|
@@ -18,7 +18,7 @@ Classifier: Topic :: Home Automation
|
|
18
18
|
Classifier: Topic :: Software Development
|
19
19
|
Classifier: Typing :: Typed
|
20
20
|
Requires-Python: <3.14,>=3.13
|
21
|
-
Requires-Dist: homeassistant==2025.4.
|
21
|
+
Requires-Dist: homeassistant==2025.4.0b14
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
[](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
|
{homeassistant_stubs-2025.4.0b13.dist-info → homeassistant_stubs-2025.4.0b14.dist-info}/RECORD
RENAMED
@@ -1473,22 +1473,22 @@ homeassistant-stubs/components/homeassistant_green/hardware.pyi,sha256=F0vW0HKbm
|
|
1473
1473
|
homeassistant-stubs/components/homeassistant_hardware/__init__.pyi,sha256=SUXW5kX_c-WP-ftkNUgxjQdoA9_Z9ehRkED__HaOlKo,405
|
1474
1474
|
homeassistant-stubs/components/homeassistant_hardware/const.pyi,sha256=NB1bv9Iqnmf3AJ3L8L4VdvfirMn3zpgHokBvMtNIJB0,516
|
1475
1475
|
homeassistant-stubs/components/homeassistant_hardware/coordinator.pyi,sha256=-7xvRKdIOB81Tm-3mfgnkUMh4fWixwCKqSngfZLRc_k,688
|
1476
|
-
homeassistant-stubs/components/homeassistant_hardware/firmware_config_flow.pyi,sha256
|
1476
|
+
homeassistant-stubs/components/homeassistant_hardware/firmware_config_flow.pyi,sha256=Zfgv43tV40OvDgY2lEl6QPlZAuOrR0AY3MIR41rAnCU,4613
|
1477
1477
|
homeassistant-stubs/components/homeassistant_hardware/helpers.pyi,sha256=BzOXtbHQ8GVUIbx0T7MokToASD2eiL_ceona69A_ZH4,1969
|
1478
1478
|
homeassistant-stubs/components/homeassistant_hardware/silabs_multiprotocol_addon.pyi,sha256=P8z8qjk32EnV2d3Gyu5TmKM4dDAnT9lLasI4VKENhKY,7565
|
1479
|
-
homeassistant-stubs/components/homeassistant_hardware/update.pyi,sha256=
|
1479
|
+
homeassistant-stubs/components/homeassistant_hardware/update.pyi,sha256=gUgxLBdD9tY2-unowOZGjIcqZK8cnthgwRM4mrd0TZg,3654
|
1480
1480
|
homeassistant-stubs/components/homeassistant_hardware/util.pyi,sha256=G4w7kD5pW9tsh8yZxAegDZSnCxVu7vay64fuIrJsJ04,3174
|
1481
1481
|
homeassistant-stubs/components/homeassistant_sky_connect/__init__.pyi,sha256=17fH-x7pllnVgN9V4cE6oJtr8opPiMqBAwXqRM_4frM,1287
|
1482
1482
|
homeassistant-stubs/components/homeassistant_sky_connect/config_flow.pyi,sha256=_3aSz299ujkivdPJp7kcLb_y2ENP-CYBKRyUoVwXLv0,3081
|
1483
1483
|
homeassistant-stubs/components/homeassistant_sky_connect/const.pyi,sha256=fFnpI55a5USnVp_mqFE_kDkvecqB7_pr-8lymcF6pCE,702
|
1484
1484
|
homeassistant-stubs/components/homeassistant_sky_connect/hardware.pyi,sha256=CNLNDkFKi1cxjdiCFhjp3ReAKLD_bBT17UOL5uxR2Wc,383
|
1485
|
-
homeassistant-stubs/components/homeassistant_sky_connect/update.pyi,sha256
|
1485
|
+
homeassistant-stubs/components/homeassistant_sky_connect/update.pyi,sha256=-2gxnNfLuXPi0DXecaGHZUkdmq-MSmn5g1U9x65bDNc,2297
|
1486
1486
|
homeassistant-stubs/components/homeassistant_sky_connect/util.pyi,sha256=0apj3sPwxZSaKBgNmmNAFwpyzHCdwoMQBel6VWg78S8,412
|
1487
1487
|
homeassistant-stubs/components/homeassistant_yellow/__init__.pyi,sha256=29W6EXOTxwfcX4NyLivfw2oMaH3h4i1QlbBad4vv9cg,1235
|
1488
1488
|
homeassistant-stubs/components/homeassistant_yellow/config_flow.pyi,sha256=rhVFhYDSwmcaXpSDjgWoe_Ia6_R2IFKzzDfk1uCQ1Cc,4255
|
1489
1489
|
homeassistant-stubs/components/homeassistant_yellow/const.pyi,sha256=fD1szKU0Yv6q4CEVOEOMBkVBpYXiyYGHd_1R-YJu2RI,216
|
1490
1490
|
homeassistant-stubs/components/homeassistant_yellow/hardware.pyi,sha256=F0vW0HKbmTiUbCAYKK8j0nzSgOxlqC7Ja6h7WlE9qiA,518
|
1491
|
-
homeassistant-stubs/components/homeassistant_yellow/update.pyi,sha256=
|
1491
|
+
homeassistant-stubs/components/homeassistant_yellow/update.pyi,sha256=izH3ZILX_wq1piIJagR4UsIw7FoZ8qfpWXs8xDIuFwk,2278
|
1492
1492
|
homeassistant-stubs/components/homee/__init__.pyi,sha256=rogh-qriORRnR58yqrv4p4o-qpjPsYgLnXm03NR5OGQ,708
|
1493
1493
|
homeassistant-stubs/components/homee/binary_sensor.pyi,sha256=h0JcZ9aCNEwaw4whBhSDYxstUCUSXlxXeDkh1y4w1Kk,1239
|
1494
1494
|
homeassistant-stubs/components/homee/button.pyi,sha256=Apr8nX3ZZ1ku8YxW1YXdS_E0cfImtua-StGXNMWODqI,1238
|
@@ -4140,7 +4140,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=vaIsOJB6hkwj7GLyo3YCNZCTwVgvvODy
|
|
4140
4140
|
homeassistant-stubs/util/yaml/input.pyi,sha256=j_ejvjaXDxeNYtA4hb9tNUPsQdi7wogbmTQXsqmt5xo,253
|
4141
4141
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=cgUew76NjS7Q1Aml5sLBE2DB9JGrJS2fE-EDE92p-og,805
|
4142
4142
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=Ynjx0JaWF3u82Pj8aXO-YeqrkzNO8t-Nn7G7rr_X-oI,206
|
4143
|
-
homeassistant_stubs-2025.4.
|
4144
|
-
homeassistant_stubs-2025.4.
|
4145
|
-
homeassistant_stubs-2025.4.
|
4146
|
-
homeassistant_stubs-2025.4.
|
4143
|
+
homeassistant_stubs-2025.4.0b14.dist-info/METADATA,sha256=aweEvEXzsO3lf6mSagfVT65qENI0iCxSGrXRDdnjn8I,2958
|
4144
|
+
homeassistant_stubs-2025.4.0b14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
4145
|
+
homeassistant_stubs-2025.4.0b14.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
4146
|
+
homeassistant_stubs-2025.4.0b14.dist-info/RECORD,,
|
{homeassistant_stubs-2025.4.0b13.dist-info → homeassistant_stubs-2025.4.0b14.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|