1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

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',