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

Add device tracker support for EE Brightbox 2 router (#19611)

* Added device tracker support for EE Brightbox 2

* removed timeago dependency

* get scanner checks and improved tests

* fixed lint issues

* removed redundant timeago from test requirements

* fixed variable naming in test

* removed unecessary blank line
This commit is contained in:
krygal
2019-01-22 08:16:35 +00:00
committed by Martin Hjelmare
parent 5a30b0507d
commit a8ef7a2774
5 changed files with 236 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ TEST_REQUIREMENTS = (
'coinmarketcap',
'defusedxml',
'dsmr_parser',
'eebrightbox',
'emulated_roku',
'enturclient',
'ephem',