mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Add info about configuration variables (#17308)
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
692e58498e
commit
4ec4d7c78a
@ -119,6 +119,18 @@ Not all devices support all input events. You can check on [Shelly API Reference
|
||||
|
||||
</div>
|
||||
|
||||
## CoAP port
|
||||
|
||||
In some cases, it may be needed to customize the CoAP port (default: `5683`) your Home Assistant instance is listening to.
|
||||
|
||||
In order to change it, add the following key to your configuration.yaml:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
shelly:
|
||||
coap_port: 12345
|
||||
```
|
||||
|
||||
## Known issues and limitations
|
||||
|
||||
- Only supports firmware 1.8 and later
|
||||
|
Loading…
x
Reference in New Issue
Block a user