mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
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:
committed by
Paulus Schoutsen
parent
06361b1ed1
commit
2992cd35be
@@ -20,7 +20,8 @@ COMMENT_REQUIREMENTS = (
|
||||
'evdev',
|
||||
'pycups',
|
||||
'python-eq3bt',
|
||||
'avion'
|
||||
'avion',
|
||||
'decora'
|
||||
)
|
||||
|
||||
IGNORE_PACKAGES = (
|
||||
|
||||
Reference in New Issue
Block a user