File tree Expand file tree Collapse file tree 7 files changed +0
-16
lines changed
Expand file tree Collapse file tree 7 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 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__ )
Original file line number Diff line number Diff line change 6565 "async_create_default_pipeline" ,
6666 "async_get_pipelines" ,
6767 "async_pipeline_from_audio_stream" ,
68- "async_setup" ,
6968 "async_update_pipeline" ,
7069)
7170
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1616
1717__all__ = [
1818 "DOMAIN" ,
19- "async_setup_entry" ,
20- "async_unload_entry" ,
2119]
2220
2321API_PROMPT = "The following tools are available from a remote server named {name}."
Original file line number Diff line number Diff line change 1414__all__ = [
1515 "CONFIG_SCHEMA" ,
1616 "DOMAIN" ,
17- "async_setup" ,
18- "async_setup_entry" ,
19- "async_unload_entry" ,
2017]
2118
2219CONFIG_SCHEMA = cv .config_entry_only_config_schema (DOMAIN )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 3232__all__ = [
3333 "ATTR_SPEAKER" ,
3434 "DOMAIN" ,
35- "async_setup" ,
36- "async_setup_entry" ,
37- "async_unload_entry" ,
3835]
3936
4037
You can’t perform that action at this time.
0 commit comments