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

Add Mythic Beasts DNSAPI Component (#18333)

* Add Mythic Beasts DNSAPI Component

* Added timeout, and tests for exceptions while updating

* Move API to external module

* Move mbddns import into function

* Updated tests to mock out mbddns library
This commit is contained in:
Bob Clough
2018-12-20 10:33:47 +00:00
committed by Martin Hjelmare
parent fa0185a481
commit d42d8543c8
5 changed files with 136 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ TEST_REQUIREMENTS = (
'libpurecoollink',
'libsoundtouch',
'luftdaten',
'mbddns',
'mficlient',
'numpy',
'paho-mqtt',