Skip to content

Commit 885047b

Browse files
Generate v2025.5.0b1
1 parent 8e65f06 commit 885047b

File tree

8 files changed

+12
-8
lines changed

8 files changed

+12
-8
lines changed

homeassistant-stubs/components/cloud/tts.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class CloudTTSEntity(TextToSpeechEntity):
5151
async def async_get_tts_audio(self, message: str, language: str, options: dict[str, Any]) -> TtsAudioType: ...
5252

5353
class CloudProvider(Provider):
54+
has_entity: bool
5455
cloud: Incomplete
5556
name: str
5657
def __init__(self, cloud: Cloud[CloudClient]) -> None: ...

homeassistant-stubs/components/esphome/config_flow.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ from _typeshed import Incomplete
66
from aioesphomeapi import DeviceInfo as DeviceInfo
77
from collections.abc import Mapping
88
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
1010
from homeassistant.const import CONF_HOST as CONF_HOST, CONF_PASSWORD as CONF_PASSWORD, CONF_PORT as CONF_PORT
1111
from homeassistant.core import callback as callback
12+
from homeassistant.data_entry_flow import AbortFlow as AbortFlow
1213
from homeassistant.helpers.device_registry import format_mac as format_mac
1314
from homeassistant.helpers.service_info.dhcp import DhcpServiceInfo as DhcpServiceInfo
1415
from homeassistant.helpers.service_info.hassio import HassioServiceInfo as HassioServiceInfo

homeassistant-stubs/components/esphome/update.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from .const import DOMAIN as DOMAIN
22
from .coordinator import ESPHomeDashboardCoordinator as ESPHomeDashboardCoordinator
33
from .dashboard import async_get_dashboard as async_get_dashboard
4-
from .domain_data import DomainData as DomainData
54
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
65
from .entry_data import ESPHomeConfigEntry as ESPHomeConfigEntry, RuntimeEntryData as RuntimeEntryData
76
from _typeshed import Incomplete

homeassistant-stubs/components/lamarzocco/diagnostics.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
from .const import CONF_USE_BLUETOOTH as CONF_USE_BLUETOOTH
12
from .coordinator import LaMarzoccoConfigEntry as LaMarzoccoConfigEntry
23
from _typeshed import Incomplete
34
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
46
from homeassistant.core import HomeAssistant as HomeAssistant
57
from typing import Any
68

homeassistant-stubs/components/tts/legacy.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ async def async_setup_legacy(hass: HomeAssistant, config: ConfigType) -> list[Co
3131
class Provider(metaclass=abc.ABCMeta):
3232
hass: HomeAssistant | None
3333
name: str | None
34+
has_entity: bool
3435
@property
3536
def default_language(self) -> str | None: ...
3637
@property

homeassistant_core

Submodule homeassistant_core updated 34 files

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords = ["homeassistant", "typing", "pep484"]
2222
requires-python = ">=3.13.2"
2323
dynamic = ["version"]
2424
dependencies = [
25-
"homeassistant==2025.5.0b0",
25+
"homeassistant==2025.5.0b1",
2626
]
2727

2828
[dependency-groups]

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)