homeassistant-stubs 2023.4.0b0__py3-none-any.whl → 2023.4.0b2__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/devolo_home_network/entity.pyi +1 -0
- homeassistant-stubs/components/filesize/__init__.pyi +1 -2
- homeassistant-stubs/components/sun/sensor.pyi +3 -0
- {homeassistant_stubs-2023.4.0b0.dist-info → homeassistant_stubs-2023.4.0b2.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2023.4.0b0.dist-info → homeassistant_stubs-2023.4.0b2.dist-info}/RECORD +7 -7
- {homeassistant_stubs-2023.4.0b0.dist-info → homeassistant_stubs-2023.4.0b2.dist-info}/LICENSE +0 -0
- {homeassistant_stubs-2023.4.0b0.dist-info → homeassistant_stubs-2023.4.0b2.dist-info}/WHEEL +0 -0
@@ -15,5 +15,6 @@ class DevoloEntity(CoordinatorEntity[DataUpdateCoordinator[_DataT]]):
|
|
15
15
|
device: Incomplete
|
16
16
|
entry: Incomplete
|
17
17
|
_attr_device_info: Incomplete
|
18
|
+
_attr_translation_key: Incomplete
|
18
19
|
_attr_unique_id: Incomplete
|
19
20
|
def __init__(self, entry: ConfigEntry, coordinator: DataUpdateCoordinator[_DataT], device: Device) -> None: ...
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import pathlib
|
2
1
|
from .const import PLATFORMS as PLATFORMS
|
3
2
|
from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
4
3
|
from homeassistant.const import CONF_FILE_PATH as CONF_FILE_PATH
|
5
4
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
6
5
|
from homeassistant.exceptions import ConfigEntryNotReady as ConfigEntryNotReady
|
7
6
|
|
8
|
-
def
|
7
|
+
def _check_path(hass: HomeAssistant, path: str) -> None: ...
|
9
8
|
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: ...
|
10
9
|
async def async_unload_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: ...
|
@@ -7,6 +7,8 @@ from homeassistant.components.sensor import SensorDeviceClass as SensorDeviceCla
|
|
7
7
|
from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
8
8
|
from homeassistant.const import DEGREE as DEGREE
|
9
9
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
10
|
+
from homeassistant.helpers.device_registry import DeviceEntryType as DeviceEntryType
|
11
|
+
from homeassistant.helpers.entity import DeviceInfo as DeviceInfo
|
10
12
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
11
13
|
from homeassistant.helpers.typing import StateType as StateType
|
12
14
|
|
@@ -28,6 +30,7 @@ class SunSensor(SensorEntity):
|
|
28
30
|
entity_id: Incomplete
|
29
31
|
_attr_unique_id: Incomplete
|
30
32
|
sun: Incomplete
|
33
|
+
_attr_device_info: Incomplete
|
31
34
|
def __init__(self, sun: Sun, entity_description: SunSensorEntityDescription, entry_id: str) -> None: ...
|
32
35
|
@property
|
33
36
|
def native_value(self) -> Union[StateType, datetime]: ...
|
{homeassistant_stubs-2023.4.0b0.dist-info → homeassistant_stubs-2023.4.0b2.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2023.4.
|
3
|
+
Version: 2023.4.0b2
|
4
4
|
Summary: PEP 484 typing stubs for Home Assistant Core
|
5
5
|
Home-page: https://github.com/KapJI/homeassistant-stubs
|
6
6
|
License: MIT
|
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.10
|
19
19
|
Classifier: Topic :: Software Development
|
20
20
|
Classifier: Typing :: Typed
|
21
|
-
Requires-Dist: homeassistant (==2023.4.
|
21
|
+
Requires-Dist: homeassistant (==2023.4.0b2)
|
22
22
|
Project-URL: Bug Tracker, https://github.com/KapJI/homeassistant-stubs/issues
|
23
23
|
Project-URL: Repository, https://github.com/KapJI/homeassistant-stubs
|
24
24
|
Project-URL: Release Notes, https://github.com/KapJI/homeassistant-stubs/releases
|
{homeassistant_stubs-2023.4.0b0.dist-info → homeassistant_stubs-2023.4.0b2.dist-info}/RECORD
RENAMED
@@ -403,7 +403,7 @@ homeassistant-stubs/components/devolo_home_network/config_flow.pyi,sha256=l4FJC9
|
|
403
403
|
homeassistant-stubs/components/devolo_home_network/const.pyi,sha256=h7usJm39wiT_XXG1mqCJkagFNldSqgO16ZbM7jgZ4Uc,429
|
404
404
|
homeassistant-stubs/components/devolo_home_network/device_tracker.pyi,sha256=ydpLDwIK8KA1GU-zMrIoXfTVdlh44gKXz8m4kAOSPcA,1618
|
405
405
|
homeassistant-stubs/components/devolo_home_network/diagnostics.pyi,sha256=16eCq2vWW5n4VPAjuUOLKgS5kdTB1oE7kGmSjWutzf0,550
|
406
|
-
homeassistant-stubs/components/devolo_home_network/entity.pyi,sha256=
|
406
|
+
homeassistant-stubs/components/devolo_home_network/entity.pyi,sha256=7rBWZ-XuLpp7SQCuFSggz0gl8zS7kvV5nrAXBK68Sas,1067
|
407
407
|
homeassistant-stubs/components/devolo_home_network/sensor.pyi,sha256=UbewNgI6RMuoJApEdMGqxa39roH_VDrsY0IekRm58NE,2264
|
408
408
|
homeassistant-stubs/components/devolo_home_network/switch.pyi,sha256=qS_BaD9LsqRGajZl7XV0Ok8W-xJCmUXE225l-GR26gE,2204
|
409
409
|
homeassistant-stubs/components/dhcp/__init__.pyi,sha256=9WxGYvDDcJSBnwYY_EacZFwQ5_GPnHSizED8oRRJxo8,4881
|
@@ -518,7 +518,7 @@ homeassistant-stubs/components/fastdotcom/__init__.pyi,sha256=SfFjl40cSddAL-fKhG
|
|
518
518
|
homeassistant-stubs/components/fastdotcom/sensor.pyi,sha256=dksnJTic-ZwU8E_Ey5PA0ntxjlQnXEpPS46u4wa3Otw,1399
|
519
519
|
homeassistant-stubs/components/feedreader/__init__.pyi,sha256=aIAu_1pT5SOJa9EBPXeUC-Mxb5G5yuJ5KTXG2gg9w74,1950
|
520
520
|
homeassistant-stubs/components/file_upload/__init__.pyi,sha256=9Ear2degBJHdEGzmE__3ADBJFPT1nHjpU5LomL_p4-M,1717
|
521
|
-
homeassistant-stubs/components/filesize/__init__.pyi,sha256=
|
521
|
+
homeassistant-stubs/components/filesize/__init__.pyi,sha256=bKuS9ABkGbpcrrK0Tntn6pA0wtJrBmcW05R1n6VE9rI,544
|
522
522
|
homeassistant-stubs/components/filesize/config_flow.pyi,sha256=itK7Ha29ATf6nC608Qb8_R-cAkOCrsQH5sXg2AV_9_I,789
|
523
523
|
homeassistant-stubs/components/filesize/const.pyi,sha256=rWT3SFRVo9UAulZ2cOIIZLDcsSvgXDgWjiGGp2jOpoY,121
|
524
524
|
homeassistant-stubs/components/filesize/sensor.pyi,sha256=BXL-2K4x8hF5sZDJW_dBC4sFMSjl76RvPsbdSubjLik,1813
|
@@ -1751,7 +1751,7 @@ homeassistant-stubs/components/sun/__init__.pyi,sha256=kkcjPu0gyRTMrgko6GjRk4Mep
|
|
1751
1751
|
homeassistant-stubs/components/sun/config_flow.pyi,sha256=viJx4TTdDdDVP-DVTXChmmTi9TODtKoTlePxcKwAPIw,460
|
1752
1752
|
homeassistant-stubs/components/sun/const.pyi,sha256=Pc5HaWbrm-tj18gMTMSl0KTgRtfR4kDNOAxTFiZ4yXs,70
|
1753
1753
|
homeassistant-stubs/components/sun/recorder.pyi,sha256=tfNvI6IFtYlK5AApuyIbef0Wly5ONbbcv0bKiutpKlI,581
|
1754
|
-
homeassistant-stubs/components/sun/sensor.pyi,sha256=
|
1754
|
+
homeassistant-stubs/components/sun/sensor.pyi,sha256=0aOn9_C17IE52HKFh9TK23KrY5yW0-LS-8kZxvnZjPA,2034
|
1755
1755
|
homeassistant-stubs/components/sun/trigger.pyi,sha256=hjdVz5vwuUwmbsKZM0Liy3hIXBWY_G9dpDtuC-xTflg,803
|
1756
1756
|
homeassistant-stubs/components/surepetcare/__init__.pyi,sha256=pgxYpOwKv1T4hniygQeAES0Zk6e44A2tXhiiv22xmzk,2104
|
1757
1757
|
homeassistant-stubs/components/surepetcare/binary_sensor.pyi,sha256=hOmKlCa8zMzhdVUn9j56iVqa60f7h5wX-GVbyKqf2wc,2037
|
@@ -2305,7 +2305,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=zxT5g702AE8bCbQd9UynrAwNF_MndI2e
|
|
2305
2305
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
2306
2306
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=VQ0oanh2_G6Q08ivQeF86rAC3cicG_zdXLLW7-fsCQ4,3237
|
2307
2307
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=Ob8lXxNfm75wO2xk-ihATXFzNxI7V9Q1h507lnyzmtE,272
|
2308
|
-
homeassistant_stubs-2023.4.
|
2309
|
-
homeassistant_stubs-2023.4.
|
2310
|
-
homeassistant_stubs-2023.4.
|
2311
|
-
homeassistant_stubs-2023.4.
|
2308
|
+
homeassistant_stubs-2023.4.0b2.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
2309
|
+
homeassistant_stubs-2023.4.0b2.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
|
2310
|
+
homeassistant_stubs-2023.4.0b2.dist-info/METADATA,sha256=250GoYIiZcTE7cYwDkTUTXFj6cvCxSuYSF3_ha83yWE,3110
|
2311
|
+
homeassistant_stubs-2023.4.0b2.dist-info/RECORD,,
|
{homeassistant_stubs-2023.4.0b0.dist-info → homeassistant_stubs-2023.4.0b2.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|