From ee370b19a4f5451ab2b2d70eda250473763504f5 Mon Sep 17 00:00:00 2001 From: Berend Wouters Date: Wed, 14 Dec 2022 21:18:12 +0100 Subject: [PATCH] CoIoT is using UDP as the protocol (#25253) * CoIoT is using UDP as the protocol The documentation doesn't describe that the port should be exposed via udp protocol instead of tcp. * Update custom CoAP port with UDP protocol --- source/_integrations/shelly.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index e210e0f23da..60ba3740d50 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -261,7 +261,7 @@ As soon as you change the temperature, it gets enabled again. ## CoAP port (generation 1) -In some cases, it may be needed to customize the CoAP port (default: `5683`) your Home Assistant instance is listening to. +In some cases, it may be needed to customize the CoAP UDP port (default: `5683`) your Home Assistant instance is listening to. In order to change it, add the following key to your `configuration.yaml`: