mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Document operation modes for Twinkly integration (#36567)
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
This commit is contained in:
parent
cc168b332a
commit
eae785c285
@ -20,6 +20,14 @@ ha_integration_type: integration
|
||||
|
||||
The Twinkly integration allows you to control [Twinkly](https://twinkly.com/) LED string from Home Assistant.
|
||||
|
||||
This integration can be used to:
|
||||
- Turn your Twinklys on and off
|
||||
- Adjust brightness
|
||||
- Control static colors and effects
|
||||
- Switch between operation modes (see explanation below)
|
||||
|
||||
Music mode is currently not supported.
|
||||
|
||||
## Effects
|
||||
|
||||
For devices with software version > 2.7.1, you can also control the effects on your Twinklys.
|
||||
@ -27,9 +35,39 @@ For devices with software version > 2.7.1, you can also control the effects on y
|
||||
The Twinkly devices do not initially have any effects stored locally. Effects must be added from the Twinkly application before they become visible in Home Assistant.
|
||||
|
||||
Make sure the latest firmware is installed on your Twinkly devices and add effects by _apply_-ing them from the Twinkly app.
|
||||
This integration can then be used to switch between static colors and effects, and to turn your Twinklys on and off.
|
||||
|
||||
Playlists and Music modes are currently not supported.
|
||||
## Operation Modes
|
||||
|
||||
Modes can be switched using the select entity.
|
||||
|
||||
For most use cases, "Color", "Movie" and "Playlist" modes are the most relevant.
|
||||
|
||||
**Color Mode**
|
||||
- Displays a static color
|
||||
- Controlled through the light entity
|
||||
- Color can be set via RGB/RGBW
|
||||
|
||||
**Movie Mode**
|
||||
- Plays effects previously uploaded through the Twinkly app
|
||||
- Effects must be created and transferred to the device first using the app
|
||||
- Effect selection is done through the light entity
|
||||
|
||||
**Playlist Mode**
|
||||
- Sequential playback of multiple effects
|
||||
- Playlist must be uploaded through the Twinkly app first
|
||||
|
||||
**Off Mode**
|
||||
- Turns off the lighting
|
||||
|
||||
**Demo Mode**
|
||||
- Shows predefined demo effects
|
||||
- Primarily intended for presentation purposes
|
||||
- Limited practical use
|
||||
|
||||
**Unsupported Modes:**
|
||||
- Effect Mode: predefined effects built into the device. Alternatively, you can use Movie Mode
|
||||
- RT (Real-Time): Live control of individual LEDs
|
||||
- Music: Music-controlled light show
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user