homeassistant-stubs 2023.4.0b3__py3-none-any.whl → 2023.4.0b4__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/rest/switch.pyi +1 -0
- {homeassistant_stubs-2023.4.0b3.dist-info → homeassistant_stubs-2023.4.0b4.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2023.4.0b3.dist-info → homeassistant_stubs-2023.4.0b4.dist-info}/RECORD +5 -5
- {homeassistant_stubs-2023.4.0b3.dist-info → homeassistant_stubs-2023.4.0b4.dist-info}/LICENSE +0 -0
- {homeassistant_stubs-2023.4.0b3.dist-info → homeassistant_stubs-2023.4.0b4.dist-info}/WHEEL +0 -0
@@ -3,6 +3,7 @@ from _typeshed import Incomplete
|
|
3
3
|
from homeassistant.components.switch import DEVICE_CLASSES_SCHEMA as DEVICE_CLASSES_SCHEMA, PLATFORM_SCHEMA as PLATFORM_SCHEMA, SwitchEntity as SwitchEntity
|
4
4
|
from homeassistant.const import CONF_DEVICE_CLASS as CONF_DEVICE_CLASS, CONF_HEADERS as CONF_HEADERS, CONF_METHOD as CONF_METHOD, CONF_PARAMS as CONF_PARAMS, CONF_PASSWORD as CONF_PASSWORD, CONF_RESOURCE as CONF_RESOURCE, CONF_TIMEOUT as CONF_TIMEOUT, CONF_UNIQUE_ID as CONF_UNIQUE_ID, CONF_USERNAME as CONF_USERNAME, CONF_VERIFY_SSL as CONF_VERIFY_SSL
|
5
5
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
6
|
+
from homeassistant.exceptions import PlatformNotReady as PlatformNotReady
|
6
7
|
from homeassistant.helpers import template as template
|
7
8
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession as async_get_clientsession
|
8
9
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
{homeassistant_stubs-2023.4.0b3.dist-info → homeassistant_stubs-2023.4.0b4.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.0b4
|
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.0b4)
|
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.0b3.dist-info → homeassistant_stubs-2023.4.0b4.dist-info}/RECORD
RENAMED
@@ -1494,7 +1494,7 @@ homeassistant-stubs/components/rest/entity.pyi,sha256=A8ppZF8ZYKA-oFSog0PWgAovgI
|
|
1494
1494
|
homeassistant-stubs/components/rest/notify.pyi,sha256=sLAvY5DZ_C9kUBDnaD2MFpURrU8M_6OEq8qB7GvpdEU,2233
|
1495
1495
|
homeassistant-stubs/components/rest/schema.pyi,sha256=_dmK1F0lZFJtd25Ui8a5tr1C50zomZmRRI0fGesZqxs,1410
|
1496
1496
|
homeassistant-stubs/components/rest/sensor.pyi,sha256=QKwbraMtf8M020RPh2T_ci_G4Pt_JR8zhWkcHib-qCU,2242
|
1497
|
-
homeassistant-stubs/components/rest/switch.pyi,sha256=
|
1497
|
+
homeassistant-stubs/components/rest/switch.pyi,sha256=7IVFsEUtAfSF7UX2ISQSjlEf6wGq36VdiytEvKSqqIY,2503
|
1498
1498
|
homeassistant-stubs/components/rfxtrx/__init__.pyi,sha256=ghqs8B_kxKsnm9eSPhctUvwKorHM0dvA5q9zdRdRa9w,4497
|
1499
1499
|
homeassistant-stubs/components/rfxtrx/binary_sensor.pyi,sha256=OrvwMSpbWnTGQSffBVtYoVzpSqkq2WAOj1tkc4k0Q9k,2432
|
1500
1500
|
homeassistant-stubs/components/rfxtrx/config_flow.pyi,sha256=mHxfADxlJnTXrAi0N9-oVW3TsCDosmRP3uiFJG_kLiI,4046
|
@@ -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.0b4.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
2309
|
+
homeassistant_stubs-2023.4.0b4.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
|
2310
|
+
homeassistant_stubs-2023.4.0b4.dist-info/METADATA,sha256=3CJga9dxDWQd-MMVbO1uO8wsajmpL3b6hnyukuE4W5U,3110
|
2311
|
+
homeassistant_stubs-2023.4.0b4.dist-info/RECORD,,
|
{homeassistant_stubs-2023.4.0b3.dist-info → homeassistant_stubs-2023.4.0b4.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|