The HA WebSocket API documentation talks about periodically sending a ping and receiving a pong in response to keep the connection alive between an external system and HA. However, there isn’t any guidance included in the documentation on how often a ping needs to be sent.
So, how often should a ping be sent to keep the connection alive between an external system and HA when using the WebSocket API?
Thanks @jackjourneyman . Sorry I wasn’t being clear. What I meant to say was that I’m not sure how often HA expects to receive a PING to keep the connection alive.
Thanks again