We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b7c07 commit cb434fdCopy full SHA for cb434fd
source/_components/light.lifx.markdown
@@ -100,3 +100,11 @@ Run an effect with colors looping around the color wheel. All participating ligh
100
| `change` | Hue movement per period, in degrees on a color wheel (ranges from 0 to 359).
101
| `spread` | Total hue covered by participating lights, in degrees on a color wheel (ranges from 0 to 359).
102
| `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