mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Add update platform to WLED (#22098)
* Add update platform to WLED * Update source/_integrations/wled.markdown Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
a2acd58f4e
commit
c59c7d07a9
@ -5,6 +5,7 @@ ha_category:
|
|||||||
- Light
|
- Light
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
|
- Updates
|
||||||
ha_release: 0.102
|
ha_release: 0.102
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -19,9 +20,10 @@ ha_platforms:
|
|||||||
- diagnostics
|
- diagnostics
|
||||||
- light
|
- light
|
||||||
- number
|
- number
|
||||||
- sensor
|
|
||||||
- select
|
- select
|
||||||
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
|
- update
|
||||||
---
|
---
|
||||||
|
|
||||||
[WLED](https://kno.wled.ge) is a fast and feature-rich
|
[WLED](https://kno.wled.ge) is a fast and feature-rich
|
||||||
@ -102,13 +104,25 @@ Can be configured on the WLED itself under settings > Sync Interfaces > WLED Bro
|
|||||||
|
|
||||||
[WLED Sync documentation](https://kno.wled.ge/interfaces/udp-realtime/)
|
[WLED Sync documentation](https://kno.wled.ge/interfaces/udp-realtime/)
|
||||||
|
|
||||||
|
## Firmware Updates
|
||||||
|
|
||||||
|
The integration has an [update entity](/integrations/update/) that provides
|
||||||
|
information on the latest available version of WLED and indicates if a
|
||||||
|
firmware update is available for installation.
|
||||||
|
|
||||||
|
The firmware update can be triggered and installed onto your WLED device
|
||||||
|
directly from Home Assistant.
|
||||||
|
|
||||||
|
The update entity will only provide updates to stable versions, unless you are
|
||||||
|
using a beta version of WLED. In that case, the update entity will also provide
|
||||||
|
updates to newer beta versions.
|
||||||
|
|
||||||
{% include integrations/option_flow.md %}
|
{% include integrations/option_flow.md %}
|
||||||
|
|
||||||
{% configuration_basic %}
|
{% configuration_basic %}
|
||||||
Keep Master Light:
|
Keep Master Light:
|
||||||
description: Keep the master light, even if there is only 1 segment. This ensures the master light is always there, in case you are automating segments to appear and remove dynamically.
|
description: Keep the master light, even if there is only 1 segment. This ensures the master light is always there, in case you are automating segments to appear and remove dynamically.
|
||||||
{% endconfiguration_basic %}
|
{% endconfiguration_basic %}
|
||||||
|
|
||||||
## Example Automations
|
## Example Automations
|
||||||
|
|
||||||
### Activating Random Effect
|
### Activating Random Effect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user