mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Revert "Add Effects" (#2082)
This commit is contained in:
parent
246e56dfc4
commit
58a17d34b5
@ -29,9 +29,6 @@ Examples of controllers:
|
|||||||
- [SUPERNIGHT WiFi Wireless LED Smart Controller](https://www.amazon.com/dp/B01JZ2SI6Q)
|
- [SUPERNIGHT WiFi Wireless LED Smart Controller](https://www.amazon.com/dp/B01JZ2SI6Q)
|
||||||
|
|
||||||
|
|
||||||
### {% linkable_title Configuration Details %}
|
|
||||||
|
|
||||||
|
|
||||||
To enable those lights, add the following lines to your `configuration.yaml` file:
|
To enable those lights, add the following lines to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -119,21 +116,3 @@ light:
|
|||||||
name: NAME
|
name: NAME
|
||||||
protocol: 'ledenet'
|
protocol: 'ledenet'
|
||||||
```
|
```
|
||||||
|
|
||||||
### {% linkable_title Effects %}
|
|
||||||
|
|
||||||
The FLUX_LED light offers a number of effects which are not included in other lighting packages. These can be selected from the front-end, or sent in the effect field of the light TURN_ON command.
|
|
||||||
|
|
||||||
| Effect Name | Description |
|
|
||||||
|------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|
|
|
||||||
| colorloop | Smoothly transitions through the rainbow |
|
|
||||||
| colorjump | Jumps through seven different rainbow colors. |
|
|
||||||
| colorstrobe | Strobes each rainbow color in a loop. |
|
|
||||||
| random | Chooses a random color by selecting random values for R, G, and B |
|
|
||||||
| red_fade, green_fade, blue_fade, yellow_fade, cyan_fade, purple_fade, white_fade | Fades between the color as indicated in the effect name and black. |
|
|
||||||
| rg_cross_fade | Fades between red and green. |
|
|
||||||
| rb_cross_fade | Fades between red and blue. |
|
|
||||||
| gb_cross_fade | Fades between green and blue |
|
|
||||||
| red_strobe, green_strobe, blue_strobe, yellow_strobe, cyan_strobe, purple_strobe, white_strobe | Strobes the color indicated by the effect name. |
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user