Commit Graph

143 Commits

Author SHA1 Message Date
irtimaled
9c2d56d80c
Support for color types on Tuya light (#2686) 2023-02-20 16:43:06 +13:00
lillborje71
798b47dc5c
Update index.rst (#2574)
* Update index.rst

* Update index.rst

* Update index.rst

* Update index.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-05 20:39:25 +01:00
H. Árkosi Róbert
f104f7f23f
Merge pull request #2378 from bkaufx/patch-2
Re-send: Fix color temp units for strobe effect
2022-11-28 10:29:53 +01:00
Ryan Neufeld
2e6c5ce710
Update shelly_dimmer.rst (#2472) 2022-11-24 07:54:59 +13:00
Brian Kaufman
7da3ff04cd
Fix color temp units for strobe effect
Re-sending PR
2022-10-21 09:27:17 -07:00
H. Árkosi Róbert
eacd292d90
Revert "Fix color temp units for strobe effect" 2022-10-21 06:49:16 +02:00
Brian Kaufman
8478bb15de
Fix color temp units for strobe effect
Percentage is not acceptable per config validation (cv.color_temperature).  Must be mireds or Kelvin.
2022-10-20 13:00:21 -07:00
Ivo Roefs
18be5645e0
Update shelly_dimmer.rst 2022-04-26 19:34:05 +02:00
mgcmshr
86e197e831
Added informations about connection with LedFX (#2003) 2022-04-22 14:14:24 +12:00
Guillermo Ruffino
a14c881b43
clean up beta 202204 (#2020) 2022-04-22 14:04:23 +12:00
rnauber
851c2605ab
Add documentation for Shelly Dimmer 2 (#1753)
Co-authored-by: Richard Nauber <richard@nauber.dev>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-04-14 13:48:37 +12:00
anatoly-savchenkov
625b763d7f
Sonoff D1 dimmer support (#1664)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-04-12 17:03:45 +12:00
Guillermo Ruffino
53d1abd7a8
Docs cleanup for schema gen (#1973) 2022-04-03 19:30:25 +12:00
Niorix
d6960620aa
light: add RESTORE_AND_OFF/RESTORE_AND_ON LightRestoreMode (#1923) 2022-02-21 12:52:22 +13:00
Jesse Hills
cf21fc3ce6
Merge branch 'current' into next 2022-02-16 09:44:58 +13:00
Jesse Hills
7a4a703e2e
Add warning to FastLED page for esp8266 (#1905) 2022-02-15 11:58:10 +13:00
Jesse Hills
75107305c9
Some docs tidy up (#1895) 2022-02-11 11:10:43 +13:00
Jesse Hills
2e9e6be8c5
Merge branch 'current' into next 2022-02-04 09:28:37 +13:00
Samuel Sieb
425e0bc38d
Fix misleading status led note (#1858) 2022-01-27 12:41:36 +13:00
Jesse Hills
021272ecee
Add initial_run to regular lambda effect (#1806) 2022-01-21 11:09:11 +13:00
Jesse Hills
10c2e0fc51
Merge branch 'current' into next 2022-01-13 09:55:20 +13:00
Simon Sasburg
61a662718c
Fix documentation to use correct values for the 'inverted' restore modes. (#1768) 2022-01-04 10:31:21 +01:00
Jesse Hills
a6f87dad32 Merge branch 'current' into next 2021-12-21 12:40:03 +13:00
BarryMar
49463f275f
Add hint about inverse parameter to status_led (#1722)
Extra hint to use Inverse parameter with this parameter if things are opposite
2021-12-15 11:08:34 +01:00
tony
c4d3376857
Add light on_state trigger (#1700)
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-12-13 09:20:00 +13:00
Jesse Hills
ae922bc8ac
Merge branch 'current' into next 2021-12-02 17:10:24 +13:00
Carlos Garcia Saura
9215bab434
Added tip about gamma in Color Correction section (#742) 2021-11-29 23:16:34 +13:00
Oxan van Leeuwen
f358d4c0db
Use consistent syntax for config option types (#1659) 2021-11-29 07:57:01 +13:00
Jesse Hills
5eae51ea9e
Merge branch 'current' into next 2021-11-26 09:02:41 +13:00
Oxan van Leeuwen
38aef25e79
Document new-style NeoPixelBus methods (#1658)
Co-authored-by: Otto winter <otto@otto-winter.com>
2021-11-26 08:29:39 +13:00
Philip Allgaier
180c4d9d4f
Mark "variant" as required for neopixelbus (#1652)
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-11-25 13:25:15 +01:00
MrEditor97
9e161a2865
Document effect: none to cancel effects in light component (#1638)
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-11-23 10:03:19 +01:00
Otto Winter
6053f490b5
Update svg2png and seo.py (#1380)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-11-16 15:19:33 +13:00
Jesse Hills
85c277fd13
Merge branch 'current' into beta 2021-11-15 11:03:27 +13:00
Jesse Hills
32758d988e
Merge branches 'current' and 'next' of github.com:esphome/esphome-docs into next 2021-11-15 11:03:23 +13:00
bulburDE
54d22ee5db
Fix example code in custom light output documentation (#1597)
In the override of get_traits() there were calls to deprecated methods.
2021-11-14 16:06:16 +01:00
Jesse Hills
1867f0c618
Add entity_category docs (#1583) 2021-11-08 07:24:55 +13:00
Colby Rome
bdf1e65eaf
Fix capitalization. (#1561) 2021-10-23 11:07:32 +02:00
Paul Monigatti
5f0f796387
Add 'icon' property to Binary Sensor, Climate, Cover, Fan, and Light platforms (#1489)
* Added 'icon' field to lights

* Icon property is not ignored (checked with HA 2021.9.7) if a device class is set

* Added icon properties to binary sensor, climate, cover, and fan components
2021-10-10 10:39:50 +02:00
irtimaled
b000524b55
Support for HSV color on Tuya light (#1495) 2021-09-28 22:19:21 +02:00
irtimaled
1054af20eb
Add support for rgb support on tuya lights (#1488) 2021-09-26 21:34:08 +13:00
Paul Monigatti
deacc17077
Documentation for non-addressable lights in light partitions (#1453) 2021-09-22 13:59:36 +12:00
irtimaled
13e344810d
Add support for color_temperature_invert on tuya lights (#1465) 2021-09-13 09:33:23 +02:00
Jesse Hills
fdae11eb64
Merge branch 'current' into next 2021-09-09 10:27:39 +12:00
Andy Allsopp
688614d3dd
Fix LED letter casing (#1455) 2021-09-09 10:15:06 +12:00
Alex
62f66f3c73
Document flash_transition_length (#1420) 2021-08-31 14:18:24 +12:00
Oxan van Leeuwen
c8c3316d57
Clarify some color temperature settings (#1396) 2021-08-18 11:11:44 +12:00
Oxan van Leeuwen
4088388004
Color mode documentation (#1328) 2021-08-18 11:11:44 +12:00
Oxan van Leeuwen
a4b4509ede
Clarify some color temperature settings (#1396) 2021-08-18 11:07:43 +12:00
Oxan van Leeuwen
4716e1debb
Color mode documentation (#1328) 2021-08-17 12:37:22 +12:00