Skip to content

Commit 55643f0

Browse files
authored
Remove async_setup/async_setup_entry/async_unload_entry from __all__ (home-assistant#154674)
1 parent 36f4723 commit 55643f0

File tree

7 files changed

+0
-16
lines changed

7 files changed

+0
-16
lines changed

homeassistant/components/ai_task/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@
5353
"GenImageTaskResult",
5454
"async_generate_data",
5555
"async_generate_image",
56-
"async_setup",
57-
"async_setup_entry",
58-
"async_unload_entry",
5956
]
6057

6158
_LOGGER = logging.getLogger(__name__)

homeassistant/components/assist_pipeline/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
"async_create_default_pipeline",
6666
"async_get_pipelines",
6767
"async_pipeline_from_audio_stream",
68-
"async_setup",
6968
"async_update_pipeline",
7069
)
7170

homeassistant/components/conversation/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
"async_get_chat_log",
8888
"async_get_result_from_chat_log",
8989
"async_set_agent",
90-
"async_setup",
9190
"async_unset_agent",
9291
]
9392

homeassistant/components/mcp/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
__all__ = [
1818
"DOMAIN",
19-
"async_setup_entry",
20-
"async_unload_entry",
2119
]
2220

2321
API_PROMPT = "The following tools are available from a remote server named {name}."

homeassistant/components/mcp_server/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
__all__ = [
1515
"CONFIG_SCHEMA",
1616
"DOMAIN",
17-
"async_setup",
18-
"async_setup_entry",
19-
"async_unload_entry",
2017
]
2118

2219
CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

homeassistant/components/mqtt/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,9 @@
166166
"async_prepare_subscribe_topics",
167167
"async_publish",
168168
"async_remove_config_entry_device",
169-
"async_setup",
170-
"async_setup_entry",
171169
"async_subscribe",
172170
"async_subscribe_connection_status",
173171
"async_subscribe_topics",
174-
"async_unload_entry",
175172
"async_unsubscribe_topics",
176173
"async_wait_for_mqtt_client",
177174
"convert_outgoing_mqtt_payload",

homeassistant/components/wyoming/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
__all__ = [
3333
"ATTR_SPEAKER",
3434
"DOMAIN",
35-
"async_setup",
36-
"async_setup_entry",
37-
"async_unload_entry",
3835
]
3936

4037

0 commit comments

Comments
 (0)