mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Mark Tasmota PR adding support for color_mode white and removing support for rgbw as breaking (#18519)
* Update 2021-07-07-release-20217.markdown * Update source/_posts/2021-07-07-release-20217.markdown Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
1e3951f87b
commit
236c9c2772
@ -918,6 +918,29 @@ you might need to adjust them.
|
||||
|
||||
{% enddetails %}
|
||||
|
||||
{% details "Tasmota" %}
|
||||
|
||||
Tasmota doesn't support independent control of all four channels of an RGBW light,
|
||||
so `rgbw_color` was a very poor fit for it and gave counter-intuitive results.
|
||||
Tasmota lights supporting color and white will now be added as a light supporting
|
||||
color modes `hs` and `white`, not as a light supporting color_mode `rgbw`.
|
||||
now supports setting `white` instead.
|
||||
|
||||
Scenes setting a Tasmota light can be updated by using the scene UI editor.
|
||||
|
||||
Automations setting a Tasmota light need to be updated manually, to set a light to white mode do:
|
||||
```yaml
|
||||
- service: light.turn_on
|
||||
target:
|
||||
entity_id: light.genbbc05
|
||||
data:
|
||||
white: 242
|
||||
```
|
||||
|
||||
([@emontnemery] - [#51608]) ([tasmota docs])
|
||||
|
||||
{% enddetails %}
|
||||
|
||||
{% details "Switcher" %}
|
||||
|
||||
In preparation for multi-device support, configuration via the UI and support
|
||||
|
Loading…
x
Reference in New Issue
Block a user