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

Use pyspcwebgw for SPC component (#16214)

* Use pyspcwebgw library.

* Support alarm triggering.

* Update requirements.

* Add pyspcwebgw to test reqs.

* Also update script.

* Use dispatcher.

* Address review feedback.
This commit is contained in:
Martin Berg
2018-09-24 10:10:10 +02:00
committed by Martin Hjelmare
parent 4fd2f773ad
commit a5cb4e6c2b
9 changed files with 210 additions and 549 deletions

View File

@@ -83,6 +83,7 @@ TEST_REQUIREMENTS = (
'pysonos',
'pyqwikswitch',
'PyRMVtransport',
'pyspcwebgw',
'python-forecastio',
'python-nest',
'pytradfri\[async\]',