You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/light.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Most lights do not support all attributes. You can check the platform documentat
32
32
| `white_value` | yes | Integer between 0 and 255 for how bright a dedicated white LED should be.
33
33
| `color_temp` | yes | An integer in mireds representing the color temperature you want the light to be.
34
34
| `kelvin` | yes | Alternatively, you can specify the color temperature in Kelvin.
35
-
| `color_name` | yes | A human-readable string of a color name, such as `blue` or `goldenrod`. All [CSS3 color names](https://www.w3.org/TR/2010/PR-css3-color-20101028/#svg-color) are supported.
35
+
| `color_name` | yes | A human-readable string of a color name, such as `blue` or `goldenrod`. All [CSS3 color names](https://www.w3.org/TR/css-color-3/#svg-color) are supported.
36
36
| `brightness` | yes | Integer between 0 and 255 for how bright the color should be.
37
37
| `brightness_pct`| yes | Alternatively, you can specify brightness in percent (a number between 0 and 100).
38
38
| `flash` | yes | Tell light to flash, can be either value `short` or `long`.
0 commit comments