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:
Simone Chemelli 2021-05-09 00:46:01 +02:00 committed by GitHub
parent 692e58498e
commit 4ec4d7c78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,10 +53,10 @@ Examples:
| Device Name | Channel Name | Entity Name |
| ----------- | -------------- | --------------------------------|
| `Not set` | `Not Set` | shellyswitch25-ABC123 Channel 1 |
| `Not set` | Kids Room Bulb | Kids Room Bulb |
| Kitchen | `Not Set` | Kitchen Channel 1 |
| Bedroom | Round Bulb | Round Bulb |
| `Not set` | `Not Set` | shellyswitch25-ABC123 Channel 1 |
| `Not set` | Kids Room Bulb | Kids Room Bulb |
| Kitchen | `Not Set` | Kitchen Channel 1 |
| Bedroom | Round Bulb | Round Bulb |
Names are set from the device web page:
@ -107,11 +107,11 @@ If the **BUTTON TYPE** of the switch connected to the device is set to `momentar
| Shelly input event | Click Type |
| ------------------ | --------------|
| `S` | `single` |
| `SS` | `double` |
| `SS` | `double` |
| `SSS` | `triple` |
| `L` | `long` |
| `SL` | `single_long` |
| `LS` | `long_single` |
| `L` | `long` |
| `SL` | `single_long` |
| `LS` | `long_single` |
<div class="note">
@ -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