core/homeassistant/components/dynalite
Paulus Schoutsen 521cc7247d
Add Dynalite switch platform (#32389)
* added presets for switch devices

* added channel type to __init and const

* ran pylint on library so needed a few changes in names

* removed callback

* bool -> cv.boolean
2020-03-04 22:05:39 -08:00
..
__init__.py Add Dynalite switch platform (#32389) 2020-03-04 22:05:39 -08:00
bridge.py Add Dynalite switch platform (#32389) 2020-03-04 22:05:39 -08:00
config_flow.py Add Dynalite switch platform (#32389) 2020-03-04 22:05:39 -08:00
const.py Add Dynalite switch platform (#32389) 2020-03-04 22:05:39 -08:00
dynalitebase.py Refactor dynalite integration for multi-platform (#32335) 2020-03-01 22:44:24 +01:00
light.py Add Dynalite switch platform (#32389) 2020-03-04 22:05:39 -08:00
manifest.json Add Dynalite switch platform (#32389) 2020-03-04 22:05:39 -08:00
switch.py Add Dynalite switch platform (#32389) 2020-03-04 22:05:39 -08:00