homeassistant-stubs 2025.7.0b9__py3-none-any.whl → 2025.7.1__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.

Potentially problematic release.


This version of homeassistant-stubs might be problematic. Click here for more details.

@@ -0,0 +1,3 @@
1
+ from httpx import AsyncClient as AsyncClient, Response as Response
2
+
3
+ async def get_calendar(client: AsyncClient, url: str) -> Response: ...
@@ -1,3 +1,4 @@
1
+ from .client import get_calendar as get_calendar
1
2
  from .const import CONF_CALENDAR_NAME as CONF_CALENDAR_NAME, DOMAIN as DOMAIN
2
3
  from .ics import InvalidIcsException as InvalidIcsException, parse_calendar as parse_calendar
3
4
  from _typeshed import Incomplete
@@ -1,3 +1,4 @@
1
+ from .client import get_calendar as get_calendar
1
2
  from .const import DOMAIN as DOMAIN
2
3
  from .ics import InvalidIcsException as InvalidIcsException, parse_calendar as parse_calendar
3
4
  from _typeshed import Incomplete
@@ -34,6 +34,7 @@ class SamsungTVConfigFlow(ConfigFlow, domain=DOMAIN):
34
34
  _model: str | None
35
35
  _connect_result: str | None
36
36
  _method: str | None
37
+ _port: int | None
37
38
  _name: str | None
38
39
  _title: str
39
40
  _id: int | None
@@ -46,7 +47,7 @@ class SamsungTVConfigFlow(ConfigFlow, domain=DOMAIN):
46
47
  async def _async_set_unique_id_from_udn(self, raise_on_progress: bool = True) -> None: ...
47
48
  def _async_update_and_abort_for_matching_unique_id(self) -> None: ...
48
49
  async def _async_create_bridge(self) -> None: ...
49
- async def _async_get_device_info_and_method(self) -> tuple[str, str | None, dict[str, Any] | None]: ...
50
+ async def _async_load_device_info(self) -> str: ...
50
51
  async def _async_get_and_check_device_info(self) -> bool: ...
51
52
  async def _async_set_name_host_from_input(self, user_input: dict[str, Any]) -> bool: ...
52
53
  async def async_step_user(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: homeassistant-stubs
3
- Version: 2025.7.0b9
3
+ Version: 2025.7.1
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.13.2
21
- Requires-Dist: homeassistant==2025.7.0b9
21
+ Requires-Dist: homeassistant==2025.7.1
22
22
  Description-Content-Type: text/markdown
23
23
 
24
24
  [![CI](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml/badge.svg)](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
@@ -2991,9 +2991,10 @@ homeassistant-stubs/components/remote/reproduce_state.pyi,sha256=oJOAxdJbalNMGVe
2991
2991
  homeassistant-stubs/components/remote/significant_change.pyi,sha256=xrvCaVI6vA33VUwletn0KI5ivWB1ZE3vggXTcN7A6KM,336
2992
2992
  homeassistant-stubs/components/remote_calendar/__init__.pyi,sha256=tpj1cVap_TAogUSp_iu3sOarHQAlaN1AEInaVPLcoyA,581
2993
2993
  homeassistant-stubs/components/remote_calendar/calendar.pyi,sha256=VabIojEvxxG3rEH_Gl0U3hCjYOnuGhgzf33mVhq3X2Y,1590
2994
- homeassistant-stubs/components/remote_calendar/config_flow.pyi,sha256=htdk2EpWyFCYZf-_vp6aN9nd-ed44GcL3nAEOCfWKsU,704
2994
+ homeassistant-stubs/components/remote_calendar/client.pyi,sha256=wwpooYkWanHt-bmsY3CZR4r37-PclO9IWERy5o_v7dg,139
2995
+ homeassistant-stubs/components/remote_calendar/config_flow.pyi,sha256=w_ydTHCaogpmVZE5bpVAWgj9t1zK5wb3PZwfKWXXRXA,753
2995
2996
  homeassistant-stubs/components/remote_calendar/const.pyi,sha256=v5rnTU3o6v40qyydkfnQCN5pquphuuPLQZGc68D2_g4,36
2996
- homeassistant-stubs/components/remote_calendar/coordinator.pyi,sha256=91OTTjRnkQzfE0n2dRswp43ypzaBxqwFRKPWtuLt_Xo,1057
2997
+ homeassistant-stubs/components/remote_calendar/coordinator.pyi,sha256=KbDkLzdaTl-Nvpp5lS3swaSoa252lm3hD-ax95-STBE,1106
2997
2998
  homeassistant-stubs/components/remote_calendar/diagnostics.pyi,sha256=7dJFCUPCv6JJEadNphEuQT_0MMdLtORTIUO-xxoLuaQ,278
2998
2999
  homeassistant-stubs/components/remote_calendar/ics.pyi,sha256=mBAALVJyJhJTxjwtafJSYmFvhqZ0w9GVY-wwANb703g,337
2999
3000
  homeassistant-stubs/components/renault/__init__.pyi,sha256=-vrChagTrzT_9i-bNjWR5AS1p_OxV7-TFM4e0wqyja8,1189
@@ -3164,7 +3165,7 @@ homeassistant-stubs/components/ruuvitag_ble/const.pyi,sha256=khiPPfo2eMEa2_FD5Ea
3164
3165
  homeassistant-stubs/components/ruuvitag_ble/sensor.pyi,sha256=Pex1SL_93_3vS_NuCjOoITglbCyj2iJgx2uFqwpDEVE,2145
3165
3166
  homeassistant-stubs/components/samsungtv/__init__.pyi,sha256=PRMiga6yE23FmjlOlnaVEpyjB7kP6OdfhcU9qxqZxgc,2492
3166
3167
  homeassistant-stubs/components/samsungtv/bridge.pyi,sha256=ekzzuzQCOhMWCxGH8wgdt9bSagdErByMCUX0jE7cEUE,7547
3167
- homeassistant-stubs/components/samsungtv/config_flow.pyi,sha256=nqq0DiBFJM8VDUnbbljhSx1AQH_qMFOR1NoGLLNivyA,5422
3168
+ homeassistant-stubs/components/samsungtv/config_flow.pyi,sha256=ft8P2eh3wx26SlPp1bd8goEb-iBAR8eJ0fRnT18jq6M,5392
3168
3169
  homeassistant-stubs/components/samsungtv/const.pyi,sha256=SzwXEL84Lf1Yk7u28m2azWsh9SfvyKF_4opoa2dxlpE,784
3169
3170
  homeassistant-stubs/components/samsungtv/coordinator.pyi,sha256=kTsmbocbMnZGbM-1H1R2TNn66oc4Aj0y2Kz9xPwT0dA,941
3170
3171
  homeassistant-stubs/components/samsungtv/device_trigger.pyi,sha256=Bfm1gTYZHTrzjri7BJITonEgRA08fIkzpq9LPYRK7c0,1396
@@ -4294,7 +4295,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=vaIsOJB6hkwj7GLyo3YCNZCTwVgvvODy
4294
4295
  homeassistant-stubs/util/yaml/input.pyi,sha256=j_ejvjaXDxeNYtA4hb9tNUPsQdi7wogbmTQXsqmt5xo,253
4295
4296
  homeassistant-stubs/util/yaml/loader.pyi,sha256=_HvI0rXv3kQRsSRV-VZGWVyGjD0SAzLkPfq0A3jksrs,850
4296
4297
  homeassistant-stubs/util/yaml/objects.pyi,sha256=Ynjx0JaWF3u82Pj8aXO-YeqrkzNO8t-Nn7G7rr_X-oI,206
4297
- homeassistant_stubs-2025.7.0b9.dist-info/METADATA,sha256=z1OYtMJr3rm5udS5E3vC4Y6Hrv_FlvdH62yFfVR9KKg,2952
4298
- homeassistant_stubs-2025.7.0b9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4299
- homeassistant_stubs-2025.7.0b9.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
4300
- homeassistant_stubs-2025.7.0b9.dist-info/RECORD,,
4298
+ homeassistant_stubs-2025.7.1.dist-info/METADATA,sha256=bWBNvPBh_v0sHYXkiAlogZ7pNK22iTI_e1bJPtr4U44,2948
4299
+ homeassistant_stubs-2025.7.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4300
+ homeassistant_stubs-2025.7.1.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
4301
+ homeassistant_stubs-2025.7.1.dist-info/RECORD,,