Skip to content

Commit cf6818f

Browse files
Skaronatorfabaff
authored andcommitted
Update Link to w3.org (home-assistant#5070)
1 parent a835ff4 commit cf6818f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/light.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Most lights do not support all attributes. You can check the platform documentat
3232
| `white_value` | yes | Integer between 0 and 255 for how bright a dedicated white LED should be.
3333
| `color_temp` | yes | An integer in mireds representing the color temperature you want the light to be.
3434
| `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.
3636
| `brightness` | yes | Integer between 0 and 255 for how bright the color should be.
3737
| `brightness_pct`| yes | Alternatively, you can specify brightness in percent (a number between 0 and 100).
3838
| `flash` | yes | Tell light to flash, can be either value `short` or `long`.

0 commit comments

Comments
 (0)