homeassistant-stubs 2024.11.0b5__py3-none-any.whl → 2024.11.0b7__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/bmw_connected_drive/config_flow.pyi +1 -0
- homeassistant-stubs/components/camera/__init__.pyi +2 -1
- homeassistant-stubs/components/go2rtc/__init__.pyi +1 -1
- homeassistant-stubs/components/go2rtc/const.pyi +4 -1
- homeassistant-stubs/components/go2rtc/server.pyi +5 -1
- {homeassistant_stubs-2024.11.0b5.dist-info → homeassistant_stubs-2024.11.0b7.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2024.11.0b5.dist-info → homeassistant_stubs-2024.11.0b7.dist-info}/RECORD +9 -9
- {homeassistant_stubs-2024.11.0b5.dist-info → homeassistant_stubs-2024.11.0b7.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2024.11.0b5.dist-info → homeassistant_stubs-2024.11.0b7.dist-info}/licenses/LICENSE +0 -0
@@ -112,7 +112,8 @@ class Camera(Entity, cached_properties=CACHED_PROPERTIES_WITH_ATTR_):
|
|
112
112
|
_create_stream_lock: Incomplete
|
113
113
|
_webrtc_provider: Incomplete
|
114
114
|
_legacy_webrtc_provider: Incomplete
|
115
|
-
|
115
|
+
_supports_native_sync_webrtc: Incomplete
|
116
|
+
_supports_native_async_webrtc: Incomplete
|
116
117
|
def __init__(self) -> None: ...
|
117
118
|
def entity_picture(self) -> str: ...
|
118
119
|
def use_stream_for_stills(self) -> bool: ...
|
@@ -1,4 +1,4 @@
|
|
1
|
-
from .const import CONF_DEBUG_UI as CONF_DEBUG_UI, DEBUG_UI_URL_MESSAGE as DEBUG_UI_URL_MESSAGE,
|
1
|
+
from .const import CONF_DEBUG_UI as CONF_DEBUG_UI, DEBUG_UI_URL_MESSAGE as DEBUG_UI_URL_MESSAGE, DOMAIN as DOMAIN, HA_MANAGED_URL as HA_MANAGED_URL
|
2
2
|
from .server import Server as Server
|
3
3
|
from _typeshed import Incomplete
|
4
4
|
from go2rtc_client.ws import ReceiveMessages as ReceiveMessages
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import asyncio
|
2
|
-
from .const import
|
2
|
+
from .const import HA_MANAGED_API_PORT as HA_MANAGED_API_PORT, HA_MANAGED_URL as HA_MANAGED_URL
|
3
3
|
from _typeshed import Incomplete
|
4
4
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
5
5
|
from homeassistant.exceptions import HomeAssistantError as HomeAssistantError
|
@@ -10,8 +10,10 @@ _TERMINATE_TIMEOUT: int
|
|
10
10
|
_SETUP_TIMEOUT: int
|
11
11
|
_SUCCESSFUL_BOOT_MESSAGE: str
|
12
12
|
_LOCALHOST_IP: str
|
13
|
+
_LOG_BUFFER_SIZE: int
|
13
14
|
_RESPAWN_COOLDOWN: int
|
14
15
|
_GO2RTC_CONFIG_FORMAT: str
|
16
|
+
_LOG_LEVEL_MAP: Incomplete
|
15
17
|
|
16
18
|
class Go2RTCServerStartError(HomeAssistantError):
|
17
19
|
_message: str
|
@@ -23,6 +25,7 @@ def _create_temp_file(api_ip: str) -> str: ...
|
|
23
25
|
class Server:
|
24
26
|
_hass: Incomplete
|
25
27
|
_binary: Incomplete
|
28
|
+
_log_buffer: Incomplete
|
26
29
|
_process: Incomplete
|
27
30
|
_startup_complete: Incomplete
|
28
31
|
_api_ip: Incomplete
|
@@ -32,6 +35,7 @@ class Server:
|
|
32
35
|
async def start(self) -> None: ...
|
33
36
|
async def _start(self) -> None: ...
|
34
37
|
async def _log_output(self, process: asyncio.subprocess.Process) -> None: ...
|
38
|
+
def _log_server_output(self, loglevel: int) -> None: ...
|
35
39
|
async def _watchdog(self) -> None: ...
|
36
40
|
async def _monitor_process(self) -> None: ...
|
37
41
|
async def _monitor_api(self) -> None: ...
|
{homeassistant_stubs-2024.11.0b5.dist-info → homeassistant_stubs-2024.11.0b7.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.0b7
|
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.0b7
|
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.0b5.dist-info → homeassistant_stubs-2024.11.0b7.dist-info}/RECORD
RENAMED
@@ -477,7 +477,7 @@ homeassistant-stubs/components/bluetooth_tracker/device_tracker.pyi,sha256=x33M_
|
|
477
477
|
homeassistant-stubs/components/bmw_connected_drive/__init__.pyi,sha256=H6Qss40KjP6UHx2k_m-6e7pUDNP3MspTyz38fCBgQsg,1241
|
478
478
|
homeassistant-stubs/components/bmw_connected_drive/binary_sensor.pyi,sha256=wdevqh3ETyhUuVjJa3KBqjhxrkQKd5NgHP1Vu95NC1I,2749
|
479
479
|
homeassistant-stubs/components/bmw_connected_drive/button.pyi,sha256=98FWTp_o2vNby8C3TsDs1Sz6WTxECj3AD9PAQsLMu-A,2004
|
480
|
-
homeassistant-stubs/components/bmw_connected_drive/config_flow.pyi,sha256=
|
480
|
+
homeassistant-stubs/components/bmw_connected_drive/config_flow.pyi,sha256=q-LOlPUwy8zz-5sdSRPd23trL0f_HdfdL9H1B6AyZ2k,2029
|
481
481
|
homeassistant-stubs/components/bmw_connected_drive/const.pyi,sha256=IvzkouJqxVPq2-8BkXV_71HfeKpIOjRQjAq68HaQ5vE,351
|
482
482
|
homeassistant-stubs/components/bmw_connected_drive/coordinator.pyi,sha256=MThU0SjYv87xdErN0OQEDe70S16ioc6dMiuAejyiaZM,1207
|
483
483
|
homeassistant-stubs/components/bmw_connected_drive/device_tracker.pyi,sha256=ZtkntTTw7OhcFcdlI48huYrdfm-Px0U1JH1OlLycPqM,1226
|
@@ -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=ZIBhOIdSs2kzatLesJGxrAZC9kRXJlowkhzmCjUoHUo,12664
|
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
|
@@ -1193,10 +1193,10 @@ homeassistant-stubs/components/glances/config_flow.pyi,sha256=9LFryGmnVNg15dQNth
|
|
1193
1193
|
homeassistant-stubs/components/glances/const.pyi,sha256=bfttylfl1LkuE1doq8--8feKcQvBtgyt-lU59a6EUKg,155
|
1194
1194
|
homeassistant-stubs/components/glances/coordinator.pyi,sha256=rht3P0VeXXngzYrFQer3jg1jH11lkz5k5frRAAwwhNQ,1009
|
1195
1195
|
homeassistant-stubs/components/glances/sensor.pyi,sha256=lN9vtr3ZXfcHSifVyPCM-ZT9tXPg6awhpfQIyf5WX0Q,2453
|
1196
|
-
homeassistant-stubs/components/go2rtc/__init__.pyi,sha256=
|
1196
|
+
homeassistant-stubs/components/go2rtc/__init__.pyi,sha256=jfH1gk961gkAMGj02i0Z8TkfDily4uzyNK1Ed8PNWIY,2516
|
1197
1197
|
homeassistant-stubs/components/go2rtc/config_flow.pyi,sha256=vm2mv28c3EqTWnBZ44h9BsVeFA6HkwcGRrkH-BDe9dA,336
|
1198
|
-
homeassistant-stubs/components/go2rtc/const.pyi,sha256=
|
1199
|
-
homeassistant-stubs/components/go2rtc/server.pyi,sha256=
|
1198
|
+
homeassistant-stubs/components/go2rtc/const.pyi,sha256=D_MF01aCJXyEDA_iT78m2BwtXN69V__g2nwhnTMHvlY,143
|
1199
|
+
homeassistant-stubs/components/go2rtc/server.pyi,sha256=djyRt4YycXgZICQTw2fOageqDZJx2j0junB44H3sbxQ,1585
|
1200
1200
|
homeassistant-stubs/components/goalzero/__init__.pyi,sha256=SewH2e3FxdXwaXOFXOr2DswVJMS2UzOHTk948U2P9eI,764
|
1201
1201
|
homeassistant-stubs/components/goalzero/binary_sensor.pyi,sha256=XynzAbz3knRbNbeALSQT8Vkvj_u6VFtgmFvcMav1mdM,879
|
1202
1202
|
homeassistant-stubs/components/goalzero/config_flow.pyi,sha256=Qe4AZ8GBXtQErAXYkrEdp_D0v1UlRqO-keyDpIx13KM,1083
|
@@ -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.0b7.dist-info/METADATA,sha256=p0WToNYWwFxTqfc0mtCkKS1HNVYxCeDUNS_ui6yoKeI,2958
|
3737
|
+
homeassistant_stubs-2024.11.0b7.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
3738
|
+
homeassistant_stubs-2024.11.0b7.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
3739
|
+
homeassistant_stubs-2024.11.0b7.dist-info/RECORD,,
|
{homeassistant_stubs-2024.11.0b5.dist-info → homeassistant_stubs-2024.11.0b7.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|