Add Dyson Pure Cool Link support (#7795)

* Add Dyson Pure Cool Link support

* Code review

* Improve auto/night mode

* Move night_mode to Dyson fan component

* Code review

* fix asynchrone/sync

* Create dyson.py
This commit is contained in:
Charles Blonde 2017-06-14 13:56:03 +02:00 committed by Pascal Vizeli
parent bf2fe60cb5
commit 8c0967a190
10 changed files with 924 additions and 1 deletions

View file

@ -40,6 +40,7 @@ TEST_REQUIREMENTS = (
'aioautomatic',
'SoCo',
'libsoundtouch',
'libpurecoollink',
'rxv',
'apns2',
'sqlalchemy',