Add SSDP integration (#24090)

* Add SSDP integration

* Fix tests

* Sort all the things

* Add netdisco to test requirements
This commit is contained in:
Paulus Schoutsen 2019-05-26 19:48:27 -07:00 committed by GitHub
parent 97b671171b
commit 9debbfb1a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 436 additions and 28 deletions

View file

@ -89,6 +89,7 @@ TEST_REQUIREMENTS = (
'luftdaten',
'mbddns',
'mficlient',
'netdisco',
'numpy',
'oauth2client',
'paho-mqtt',