HomematicIP add cover FROLL and BROLL devices (#19794)

* Add cover FROLL and BROLL devices

* Fix import

* Fix async calls

* Update cover functions and async fixes

* Update test

* Cleanup code

* Update header

* Merge imports

* Update

* Remove init

* Update coveragerc file

* Update coveragerc
This commit is contained in:
Mattias Welponer 2019-01-22 09:22:46 +01:00 committed by Martin Hjelmare
parent a8ef7a2774
commit 89ba374d51
4 changed files with 76 additions and 4 deletions

View file

@ -9,6 +9,7 @@ COMPONENTS = [
'alarm_control_panel',
'binary_sensor',
'climate',
'cover',
'light',
'sensor',
'switch',