Add support for Leviton Decora Bluetooth dimmer switches (#5434)
* Add support for Leviton Decora Bluetooth dimmer switches Add support for the Decora Bluetooth smart dimmer switches from Leviton. * Update decora.py
This commit is contained in:
parent
06361b1ed1
commit
2992cd35be
4 changed files with 130 additions and 1 deletions
|
@ -20,7 +20,8 @@ COMMENT_REQUIREMENTS = (
|
|||
'evdev',
|
||||
'pycups',
|
||||
'python-eq3bt',
|
||||
'avion'
|
||||
'avion',
|
||||
'decora'
|
||||
)
|
||||
|
||||
IGNORE_PACKAGES = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue