Skip to content

Commit cb434fd

Browse files
authored
Add light.lifx_effect_stop
1 parent 86b7c07 commit cb434fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/_components/light.lifx.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,11 @@ Run an effect with colors looping around the color wheel. All participating ligh
100100
| `change` | Hue movement per period, in degrees on a color wheel (ranges from 0 to 359).
101101
| `spread` | Total hue covered by participating lights, in degrees on a color wheel (ranges from 0 to 359).
102102
| `power_on` | Set this to False to skip the effect on lights that are turned off (defaults to True).
103+
104+
### {% linkable_title Service `light.lifx_effect_stop` %}
105+
106+
Run an effect that does nothing, thereby stopping any other effect that might be running.
107+
108+
| Service data attribute | Description |
109+
| ---------------------- | ----------- |
110+
| `entity_id` | String or list of strings that point at `entity_id`s of lights. Else targets all.

0 commit comments

Comments
 (0)