diff --git a/source/_integrations/profiler.markdown b/source/_integrations/profiler.markdown index ac135ef0bd9..b4a4760982c 100644 --- a/source/_integrations/profiler.markdown +++ b/source/_integrations/profiler.markdown @@ -213,3 +213,23 @@ An example is below: ```txt [homeassistant.components.profiler] Task: wait_for=> ``` + +### Action profiler.dump_sockets + +{% my developer_call_service badge service="profiler.dump_sockets" %} + +Log all sockets used by Home Assistant. This action can help identify what network connections are currently open, mainly to help track down connections that are not being closed properly. + +Example output: + +```txt +[homeassistant.components.profiler] Sockets used by Home Assistant: + + + + + + + +... +```