homeassistant-stubs 2025.5.0b0__py3-none-any.whl → 2025.5.0b1__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/cloud/tts.pyi +1 -0
- homeassistant-stubs/components/esphome/config_flow.pyi +2 -1
- homeassistant-stubs/components/esphome/update.pyi +0 -1
- homeassistant-stubs/components/lamarzocco/diagnostics.pyi +2 -0
- homeassistant-stubs/components/tts/legacy.pyi +1 -0
- {homeassistant_stubs-2025.5.0b0.dist-info → homeassistant_stubs-2025.5.0b1.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2025.5.0b0.dist-info → homeassistant_stubs-2025.5.0b1.dist-info}/RECORD +9 -9
- {homeassistant_stubs-2025.5.0b0.dist-info → homeassistant_stubs-2025.5.0b1.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2025.5.0b0.dist-info → homeassistant_stubs-2025.5.0b1.dist-info}/licenses/LICENSE +0 -0
@@ -51,6 +51,7 @@ class CloudTTSEntity(TextToSpeechEntity):
|
|
51
51
|
async def async_get_tts_audio(self, message: str, language: str, options: dict[str, Any]) -> TtsAudioType: ...
|
52
52
|
|
53
53
|
class CloudProvider(Provider):
|
54
|
+
has_entity: bool
|
54
55
|
cloud: Incomplete
|
55
56
|
name: str
|
56
57
|
def __init__(self, cloud: Cloud[CloudClient]) -> None: ...
|
@@ -6,9 +6,10 @@ from _typeshed import Incomplete
|
|
6
6
|
from aioesphomeapi import DeviceInfo as DeviceInfo
|
7
7
|
from collections.abc import Mapping
|
8
8
|
from homeassistant.components import zeroconf as zeroconf
|
9
|
-
from homeassistant.config_entries import ConfigEntry as ConfigEntry, ConfigFlow as ConfigFlow, ConfigFlowResult as ConfigFlowResult, OptionsFlow as OptionsFlow, SOURCE_REAUTH as SOURCE_REAUTH, SOURCE_RECONFIGURE as SOURCE_RECONFIGURE
|
9
|
+
from homeassistant.config_entries import ConfigEntry as ConfigEntry, ConfigFlow as ConfigFlow, ConfigFlowResult as ConfigFlowResult, OptionsFlow as OptionsFlow, SOURCE_IGNORE as SOURCE_IGNORE, SOURCE_REAUTH as SOURCE_REAUTH, SOURCE_RECONFIGURE as SOURCE_RECONFIGURE
|
10
10
|
from homeassistant.const import CONF_HOST as CONF_HOST, CONF_PASSWORD as CONF_PASSWORD, CONF_PORT as CONF_PORT
|
11
11
|
from homeassistant.core import callback as callback
|
12
|
+
from homeassistant.data_entry_flow import AbortFlow as AbortFlow
|
12
13
|
from homeassistant.helpers.device_registry import format_mac as format_mac
|
13
14
|
from homeassistant.helpers.service_info.dhcp import DhcpServiceInfo as DhcpServiceInfo
|
14
15
|
from homeassistant.helpers.service_info.hassio import HassioServiceInfo as HassioServiceInfo
|
@@ -1,7 +1,6 @@
|
|
1
1
|
from .const import DOMAIN as DOMAIN
|
2
2
|
from .coordinator import ESPHomeDashboardCoordinator as ESPHomeDashboardCoordinator
|
3
3
|
from .dashboard import async_get_dashboard as async_get_dashboard
|
4
|
-
from .domain_data import DomainData as DomainData
|
5
4
|
from .entity import EsphomeEntity as EsphomeEntity, convert_api_error_ha_error as convert_api_error_ha_error, esphome_state_property as esphome_state_property, platform_async_setup_entry as platform_async_setup_entry
|
6
5
|
from .entry_data import ESPHomeConfigEntry as ESPHomeConfigEntry, RuntimeEntryData as RuntimeEntryData
|
7
6
|
from _typeshed import Incomplete
|
@@ -1,6 +1,8 @@
|
|
1
|
+
from .const import CONF_USE_BLUETOOTH as CONF_USE_BLUETOOTH
|
1
2
|
from .coordinator import LaMarzoccoConfigEntry as LaMarzoccoConfigEntry
|
2
3
|
from _typeshed import Incomplete
|
3
4
|
from homeassistant.components.diagnostics import async_redact_data as async_redact_data
|
5
|
+
from homeassistant.const import CONF_MAC as CONF_MAC, CONF_TOKEN as CONF_TOKEN
|
4
6
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
5
7
|
from typing import Any
|
6
8
|
|
@@ -31,6 +31,7 @@ async def async_setup_legacy(hass: HomeAssistant, config: ConfigType) -> list[Co
|
|
31
31
|
class Provider(metaclass=abc.ABCMeta):
|
32
32
|
hass: HomeAssistant | None
|
33
33
|
name: str | None
|
34
|
+
has_entity: bool
|
34
35
|
@property
|
35
36
|
def default_language(self) -> str | None: ...
|
36
37
|
@property
|
{homeassistant_stubs-2025.5.0b0.dist-info → homeassistant_stubs-2025.5.0b1.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2025.5.
|
3
|
+
Version: 2025.5.0b1
|
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.5.
|
21
|
+
Requires-Dist: homeassistant==2025.5.0b1
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
[](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
|
{homeassistant_stubs-2025.5.0b0.dist-info → homeassistant_stubs-2025.5.0b1.dist-info}/RECORD
RENAMED
@@ -652,7 +652,7 @@ homeassistant-stubs/components/cloud/repairs.pyi,sha256=xm6_byWtgSq4WcJUdR_r2VV4
|
|
652
652
|
homeassistant-stubs/components/cloud/stt.pyi,sha256=8HL9UJAnjawElHpLMOFH2drzB7stiZ19Tc6Vf3uVPnA,2095
|
653
653
|
homeassistant-stubs/components/cloud/subscription.pyi,sha256=nOeRyqP6TtJyHqYapBZU1FO5AYLwG6jDkjaqYELGvZo,409
|
654
654
|
homeassistant-stubs/components/cloud/system_health.pyi,sha256=fz4CdLgufHaNAiGgwh8Ayb6CqbZ7wovH4QTBku8OaFA,406
|
655
|
-
homeassistant-stubs/components/cloud/tts.pyi,sha256=
|
655
|
+
homeassistant-stubs/components/cloud/tts.pyi,sha256=XhSLFQ8Tria6b8PnAQM2MX8olh74qLorRQulWnGiE_8,3828
|
656
656
|
homeassistant-stubs/components/co2signal/__init__.pyi,sha256=czmmkDdsDii7gYULoyOKDkPqlF4ZMhtx_KUzaRIdTyU,601
|
657
657
|
homeassistant-stubs/components/co2signal/config_flow.pyi,sha256=iC69n-epFBaCfKpa9EoACMy5SH37TjAWqAKVMUaqm_o,1715
|
658
658
|
homeassistant-stubs/components/co2signal/const.pyi,sha256=LApbRjh9urlABUmBAdcgAD8qepdXLb5UMlv-4K--lrk,29
|
@@ -1076,7 +1076,7 @@ homeassistant-stubs/components/esphome/bluetooth.pyi,sha256=AziV-O6xagLD2nhVCl9a
|
|
1076
1076
|
homeassistant-stubs/components/esphome/button.pyi,sha256=decDk3kgPGWfY6SjxA_VtUoDO97PMABv82cW_97p99U,900
|
1077
1077
|
homeassistant-stubs/components/esphome/camera.pyi,sha256=A2JolDWddvUNu3Sm47-tYBnLZugEkkLV6kdPWPn7ZRE,1231
|
1078
1078
|
homeassistant-stubs/components/esphome/climate.pyi,sha256=URw5uEImj-VTxZ063oE_9ec-a_OyFp5KLS_LNCDq4O4,4358
|
1079
|
-
homeassistant-stubs/components/esphome/config_flow.pyi,sha256=
|
1079
|
+
homeassistant-stubs/components/esphome/config_flow.pyi,sha256=Qgu3DbbAx8nCnLN3Bmi12Y8xe72h5MATnb8D4HlMI_k,5769
|
1080
1080
|
homeassistant-stubs/components/esphome/const.pyi,sha256=vkmT2BQP0YsCSBuJgem7Ufq9O3pwXk-Cgab6adeepf0,453
|
1081
1081
|
homeassistant-stubs/components/esphome/coordinator.pyi,sha256=-5E9bs445tfgDZxneOgOK_6eHu1bgCEbHM5wiUoRyT0,783
|
1082
1082
|
homeassistant-stubs/components/esphome/cover.pyi,sha256=8w1a6SZD-XjRgGlz-YB7x1u9FgKNdPwg-P902JXqA4c,2178
|
@@ -1102,7 +1102,7 @@ homeassistant-stubs/components/esphome/sensor.pyi,sha256=OuqKzCjh3UnFyQ2NuCdc2jx
|
|
1102
1102
|
homeassistant-stubs/components/esphome/switch.pyi,sha256=6llVsRXFT3t6OO1FaSZ42CZ_2DHRFiNPcL662hjFTYM,1137
|
1103
1103
|
homeassistant-stubs/components/esphome/text.pyi,sha256=zOYBe2vpGY0QlLOihmUT3C0TwdPCIJvHiyRyTQ3oODQ,1128
|
1104
1104
|
homeassistant-stubs/components/esphome/time.pyi,sha256=ijIgNQs1csv1GxOBqGju0_KYoK3ZUR2PjyCErfR2Rc0,604
|
1105
|
-
homeassistant-stubs/components/esphome/update.pyi,sha256=
|
1105
|
+
homeassistant-stubs/components/esphome/update.pyi,sha256=NiZ98tWti_gv6WwFd12BUxVgCEYUhwAETlG3lIV0qZI,3706
|
1106
1106
|
homeassistant-stubs/components/esphome/valve.pyi,sha256=QUiBa3209DF3FBhdizzgjN1VsO6sDfzkJBz3PD32V6Y,1713
|
1107
1107
|
homeassistant-stubs/components/event/__init__.pyi,sha256=xbNqCqoZNOVcUFfSRAqjGry564w2ex8NchSV36GrtqA,2417
|
1108
1108
|
homeassistant-stubs/components/event/const.pyi,sha256=RccBYn7-x6TXzOVCrHRVlrJXpVGQ8d7uLtNZRxdNqsc,55
|
@@ -1870,7 +1870,7 @@ homeassistant-stubs/components/lamarzocco/calendar.pyi,sha256=jEdURhOrkdDHVetk1d
|
|
1870
1870
|
homeassistant-stubs/components/lamarzocco/config_flow.pyi,sha256=0004OsqjCk5v6eOv3MTycIWNXaqO6uIuDPB14YdnnRY,2869
|
1871
1871
|
homeassistant-stubs/components/lamarzocco/const.pyi,sha256=JcSuOBLJ3ncDIlIGkD7hJa2JZ9napMLJQI7ku_jVoN0,76
|
1872
1872
|
homeassistant-stubs/components/lamarzocco/coordinator.pyi,sha256=PxTduxinJfTHJlbjIf_Za1wV2tyaTNZg9w9TF01CNM0,2300
|
1873
|
-
homeassistant-stubs/components/lamarzocco/diagnostics.pyi,sha256=
|
1873
|
+
homeassistant-stubs/components/lamarzocco/diagnostics.pyi,sha256=lSbaEGL6AmPpko_DpvVizn457ne-mGyxTfRgxa-MCb0,560
|
1874
1874
|
homeassistant-stubs/components/lamarzocco/entity.pyi,sha256=jfekKV0vHNOJDv05qcgv4USYat2kVjd7PQWf1bb56W4,1489
|
1875
1875
|
homeassistant-stubs/components/lamarzocco/number.pyi,sha256=w3wqoG3-V6nD2HegNaz4fRHMju2rswTe-5jGx_9HnfI,1788
|
1876
1876
|
homeassistant-stubs/components/lamarzocco/select.pyi,sha256=-ZkOPThSOgRouG60DJ5vbvXliByYsTVYvkvk6SzYsaM,1851
|
@@ -3698,7 +3698,7 @@ homeassistant-stubs/components/tts/__init__.pyi,sha256=D3rR0myAGOSjaRI_bXAovEdB1
|
|
3698
3698
|
homeassistant-stubs/components/tts/const.pyi,sha256=eAputybcpkeFLWlLPcUCIuWOZKvh2QJPsAbsgOll-Nw,614
|
3699
3699
|
homeassistant-stubs/components/tts/entity.pyi,sha256=SdKOyX74IoyQMq2ATOKHeq7426RrwITmRBEhfKi9q20,2645
|
3700
3700
|
homeassistant-stubs/components/tts/helper.pyi,sha256=G1exuw5G5Jv5iHT5VtIq8dzVSJX1gku48ZtRu4jU9DQ,352
|
3701
|
-
homeassistant-stubs/components/tts/legacy.pyi,sha256=
|
3701
|
+
homeassistant-stubs/components/tts/legacy.pyi,sha256=P0rxGFCZzvCYetgYD_A2kDDzUrjSm7BKIfiOsjW6WZY,2858
|
3702
3702
|
homeassistant-stubs/components/tts/media_source.pyi,sha256=UNMuxfJ-EVOSbeY-5nHf3YNdssJYR744iPQjqgJLmtI,1724
|
3703
3703
|
homeassistant-stubs/components/tts/models.pyi,sha256=S9cs7cbvmmpgcHzdbWI4tfATjqRj8efXWhhQhcn7fMY,104
|
3704
3704
|
homeassistant-stubs/components/tts/notify.pyi,sha256=Mop63wdxx1nS_kRNngkmBOVkEP9FxSOs-vSdBCWMStc,1216
|
@@ -4197,7 +4197,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=vaIsOJB6hkwj7GLyo3YCNZCTwVgvvODy
|
|
4197
4197
|
homeassistant-stubs/util/yaml/input.pyi,sha256=j_ejvjaXDxeNYtA4hb9tNUPsQdi7wogbmTQXsqmt5xo,253
|
4198
4198
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=cgUew76NjS7Q1Aml5sLBE2DB9JGrJS2fE-EDE92p-og,805
|
4199
4199
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=Ynjx0JaWF3u82Pj8aXO-YeqrkzNO8t-Nn7G7rr_X-oI,206
|
4200
|
-
homeassistant_stubs-2025.5.
|
4201
|
-
homeassistant_stubs-2025.5.
|
4202
|
-
homeassistant_stubs-2025.5.
|
4203
|
-
homeassistant_stubs-2025.5.
|
4200
|
+
homeassistant_stubs-2025.5.0b1.dist-info/METADATA,sha256=HgJTGJfyExkNqhevs3inRyGYakCXdujyrchUA4nbBTU,2952
|
4201
|
+
homeassistant_stubs-2025.5.0b1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
4202
|
+
homeassistant_stubs-2025.5.0b1.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
4203
|
+
homeassistant_stubs-2025.5.0b1.dist-info/RECORD,,
|
File without changes
|
File without changes
|