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
This commit is contained in:
Berend Wouters 2022-12-14 21:18:12 +01:00 committed by GitHub
parent 7023e214e8
commit ee370b19a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`: