homeassistant-stubs 2024.11.0b8__py3-none-any.whl → 2024.11.0b9__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/camera/__init__.pyi +2 -0
- homeassistant-stubs/components/lcn/binary_sensor.pyi +1 -1
- {homeassistant_stubs-2024.11.0b8.dist-info → homeassistant_stubs-2024.11.0b9.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2024.11.0b8.dist-info → homeassistant_stubs-2024.11.0b9.dist-info}/RECORD +6 -6
- {homeassistant_stubs-2024.11.0b8.dist-info → homeassistant_stubs-2024.11.0b9.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2024.11.0b8.dist-info → homeassistant_stubs-2024.11.0b9.dist-info}/licenses/LICENSE +0 -0
@@ -103,6 +103,7 @@ class Camera(Entity, cached_properties=CACHED_PROPERTIES_WITH_ATTR_):
|
|
103
103
|
_attr_should_poll: bool
|
104
104
|
_attr_state: None
|
105
105
|
_attr_supported_features: CameraEntityFeature
|
106
|
+
__supports_stream: CameraEntityFeature | None
|
106
107
|
_cache: Incomplete
|
107
108
|
stream: Incomplete
|
108
109
|
stream_options: Incomplete
|
@@ -161,6 +162,7 @@ class Camera(Entity, cached_properties=CACHED_PROPERTIES_WITH_ATTR_):
|
|
161
162
|
def close_webrtc_session(self, session_id: str) -> None: ...
|
162
163
|
def _invalidate_camera_capabilities_cache(self) -> None: ...
|
163
164
|
def camera_capabilities(self) -> CameraCapabilities: ...
|
165
|
+
def async_write_ha_state(self) -> None: ...
|
164
166
|
|
165
167
|
class CameraView(HomeAssistantView):
|
166
168
|
requires_auth: bool
|
@@ -10,7 +10,7 @@ from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
|
10
10
|
from homeassistant.const import CONF_DOMAIN as CONF_DOMAIN, CONF_ENTITIES as CONF_ENTITIES, CONF_SOURCE as CONF_SOURCE
|
11
11
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
12
12
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
13
|
-
from homeassistant.helpers.issue_registry import IssueSeverity as IssueSeverity, async_create_issue as async_create_issue
|
13
|
+
from homeassistant.helpers.issue_registry import IssueSeverity as IssueSeverity, async_create_issue as async_create_issue, async_delete_issue as async_delete_issue
|
14
14
|
from homeassistant.helpers.typing import ConfigType as ConfigType
|
15
15
|
|
16
16
|
def add_lcn_entities(config_entry: ConfigEntry, async_add_entities: AddEntitiesCallback, entity_configs: Iterable[ConfigType]) -> None: ...
|
{homeassistant_stubs-2024.11.0b8.dist-info → homeassistant_stubs-2024.11.0b9.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2024.11.
|
3
|
+
Version: 2024.11.0b9
|
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.12
|
21
|
-
Requires-Dist: homeassistant==2024.11.
|
21
|
+
Requires-Dist: homeassistant==2024.11.0b9
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
[](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
|
{homeassistant_stubs-2024.11.0b8.dist-info → homeassistant_stubs-2024.11.0b9.dist-info}/RECORD
RENAMED
@@ -548,7 +548,7 @@ homeassistant-stubs/components/cambridge_audio/entity.pyi,sha256=FBMzxk6dl5vuAtG
|
|
548
548
|
homeassistant-stubs/components/cambridge_audio/media_player.pyi,sha256=VDtB5KTtAQfAv0XYnY0x8ZfLBDCQ0CpWnwBjCk-rBMY,3595
|
549
549
|
homeassistant-stubs/components/cambridge_audio/select.pyi,sha256=ZO8Y5oLILG1U1ngzpEN9068XLzJfQTlwejH_RrK2mEo,2170
|
550
550
|
homeassistant-stubs/components/cambridge_audio/switch.pyi,sha256=sAmWCY1931fk-LcOm8PuW9RXbYN9uvprKeUwopMNwtk,1879
|
551
|
-
homeassistant-stubs/components/camera/__init__.pyi,sha256=
|
551
|
+
homeassistant-stubs/components/camera/__init__.pyi,sha256=rNiyDdg2nTzPu3LW6i34pIyv9vYpNmJyvczbN-BxzjA,12762
|
552
552
|
homeassistant-stubs/components/camera/const.pyi,sha256=iYrPzTgW3tqIQ2lHYxR8UcVkuVu1EqISsxCZuoHk5fI,1252
|
553
553
|
homeassistant-stubs/components/camera/diagnostics.pyi,sha256=1MPbSgsu7iSIxA9MPr2XwpX8B8e-qyrPZ9Vq0mnDtYk,459
|
554
554
|
homeassistant-stubs/components/camera/helper.pyi,sha256=ngc3mpX9Z2jOWNtzxoH9xKIW_-9C1QeZ-dFQ2fGg8E8,306
|
@@ -1698,7 +1698,7 @@ homeassistant-stubs/components/laundrify/sensor.pyi,sha256=CZN1lKLgM-4kqV7fswvdn
|
|
1698
1698
|
homeassistant-stubs/components/lawn_mower/__init__.pyi,sha256=BSy-hnZ_QBsql-jkAELioINENDUVpWl7LAUJcVyUjiE,2481
|
1699
1699
|
homeassistant-stubs/components/lawn_mower/const.pyi,sha256=i-_kyaXNWyB42inhBnLj7olyYjTUSsbX-JoukHFS0dU,347
|
1700
1700
|
homeassistant-stubs/components/lcn/__init__.pyi,sha256=Jz5gLLuZk2MhpOCh3NuRE1RtO9WMZFcNUi6xEpaYn7k,2201
|
1701
|
-
homeassistant-stubs/components/lcn/binary_sensor.pyi,sha256=
|
1701
|
+
homeassistant-stubs/components/lcn/binary_sensor.pyi,sha256=P9y3CsQ4s4f7tMriEy2-GutOe_14cob3l-Q-bBxP6iY,2592
|
1702
1702
|
homeassistant-stubs/components/lcn/climate.pyi,sha256=yMuLE7b0tmDN0hUN5ZUKQONLysl9100SDGYCB-VnlD8,2609
|
1703
1703
|
homeassistant-stubs/components/lcn/config_flow.pyi,sha256=fgXvB-iugIAsIRWdHWSt2WL7cgFia7QautssydxewUA,1782
|
1704
1704
|
homeassistant-stubs/components/lcn/const.pyi,sha256=0_86QTIy4Pa8kYAenkUS-SQ7byE7viGVbXhH3h706Dg,1295
|
@@ -3733,7 +3733,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
|
|
3733
3733
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
3734
3734
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=QiGKfosJZpv3z8MePSrXiwF8SSxVnaHgMhYZQ351nBM,4692
|
3735
3735
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
|
3736
|
-
homeassistant_stubs-2024.11.
|
3737
|
-
homeassistant_stubs-2024.11.
|
3738
|
-
homeassistant_stubs-2024.11.
|
3739
|
-
homeassistant_stubs-2024.11.
|
3736
|
+
homeassistant_stubs-2024.11.0b9.dist-info/METADATA,sha256=flQQDbyvGgKvyImPp5rD0Ks92ZlCuLwStwC8bmnpBEA,2958
|
3737
|
+
homeassistant_stubs-2024.11.0b9.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
3738
|
+
homeassistant_stubs-2024.11.0b9.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
3739
|
+
homeassistant_stubs-2024.11.0b9.dist-info/RECORD,,
|
{homeassistant_stubs-2024.11.0b8.dist-info → homeassistant_stubs-2024.11.0b9.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|