mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Add OTA update button to Shelly (#20194)
Co-authored-by: Shay Levy <levyshay1@gmail.com>
This commit is contained in:
parent
8c6c885377
commit
11012215b5
@ -20,6 +20,7 @@ ha_config_flow: true
|
||||
ha_zeroconf: true
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- button
|
||||
- cover
|
||||
- light
|
||||
- sensor
|
||||
@ -58,7 +59,7 @@ The integration uses the following strategy to name its entities if the device h
|
||||
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 |
|
||||
@ -152,7 +153,7 @@ You can also create automations using YAML, for example:
|
||||
### Possible values for `click_type`
|
||||
|
||||
| Shelly input event | Click Type |
|
||||
| ------------------ | --------------|
|
||||
| ------------------ | ------------- |
|
||||
| `S` | `single` |
|
||||
| `SS` | `double` |
|
||||
| `SSS` | `triple` |
|
||||
@ -199,6 +200,21 @@ The firmware limits the transition time to 5 seconds.
|
||||
|
||||
</div>
|
||||
|
||||
## Device services
|
||||
|
||||
The integration offers device services which can be triggered by a configuration button.
|
||||
|
||||
### OTA update
|
||||
|
||||
Trigger device OTA firmware update.
|
||||
|
||||
#### Buttons
|
||||
|
||||
- OTA Update
|
||||
- triggers the OTA update process for latest stable version
|
||||
- OTA Update Beta (_disabled by default_)
|
||||
- triggers the OTA update process for latest beta version
|
||||
|
||||
## 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.
|
||||
@ -223,3 +239,4 @@ Please check from the device Web UI that the configured server is reachable.
|
||||
- Generation 1 "Shelly 4Pro" and "Shelly Sense" are not supported (devices based on old CoAP v1 protocol)
|
||||
- Device authentication for generation 2 devices is not supported
|
||||
- Before set up, battery-powered devices must be woken up by pressing the button on the device.
|
||||
- OTA update service does not support battery-powered devices
|
||||
|
Loading…
x
Reference in New Issue
Block a user