mirror of
https://github.com/home-assistant/core.git
synced 2026-08-30 02:35:19 -05:00
Remove async_setup/async_setup_entry/async_unload_entry from __all__ (#154674)
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user