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:
Erik Montnemery 2021-07-15 11:00:27 +02:00 committed by GitHub
parent 1e3951f87b
commit 236c9c2772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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