core/homeassistant/components/shelly
Simone Chemelli bc2c7b2d48
Add Shelly RGB devices management (#43993)
* Add support for RGB devices

* White value handling

* Fixed logic for some devices (ColorTemp, White, Kelvin limits)

* Code cleanup

* Moved func from utils to light

* Fix for DUO

* Added "Optional" to properties that need it

* Code more understandable

* Applied code review suggestions

* Applied code review suggestions

* Updated logic to always show all available options
2021-01-11 16:47:49 +01:00
..
translations
__init__.py
binary_sensor.py
config_flow.py
const.py
cover.py
device_trigger.py
entity.py
light.py
logbook.py
manifest.json
sensor.py
strings.json
switch.py
utils.py