Remove async_setup/async_setup_entry/async_unload_entry from __all__ (#154674)

This commit is contained in:
epenet
2025-10-17 16:37:16 +02:00
committed by GitHub
parent 36f4723f6e
commit 55643f0632
7 changed files with 0 additions and 16 deletions
@@ -53,9 +53,6 @@ __all__ = [
"GenImageTaskResult",
"async_generate_data",
"async_generate_image",
"async_setup",
"async_setup_entry",
"async_unload_entry",
]
_LOGGER = logging.getLogger(__name__)
@@ -65,7 +65,6 @@ __all__ = (
"async_create_default_pipeline",
"async_get_pipelines",
"async_pipeline_from_audio_stream",
"async_setup",
"async_update_pipeline",
)
@@ -87,7 +87,6 @@ __all__ = [
"async_get_chat_log",
"async_get_result_from_chat_log",
"async_set_agent",
"async_setup",
"async_unset_agent",
]
-2
View File
@@ -16,8 +16,6 @@ from .types import ModelContextProtocolConfigEntry
__all__ = [
"DOMAIN",
"async_setup_entry",
"async_unload_entry",
]
API_PROMPT = "The following tools are available from a remote server named {name}."
@@ -14,9 +14,6 @@ from .types import MCPServerConfigEntry
__all__ = [
"CONFIG_SCHEMA",
"DOMAIN",
"async_setup",
"async_setup_entry",
"async_unload_entry",
]
CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
@@ -166,12 +166,9 @@ __all__ = [
"async_prepare_subscribe_topics",
"async_publish",
"async_remove_config_entry_device",
"async_setup",
"async_setup_entry",
"async_subscribe",
"async_subscribe_connection_status",
"async_subscribe_topics",
"async_unload_entry",
"async_unsubscribe_topics",
"async_wait_for_mqtt_client",
"convert_outgoing_mqtt_payload",
@@ -32,9 +32,6 @@ SATELLITE_PLATFORMS = [
__all__ = [
"ATTR_SPEAKER",
"DOMAIN",
"async_setup",
"async_setup_entry",
"async_unload_entry",
]