GeoJSON platform (#16610)

* initial version of geojson platform

* unit tests for geo json platform added; smaller bugfixes and code cleanups

* fixing pylint issues

* moved all code accessing the external feed into separate library; refactored platform and tests to work with that new library

* fixing lint

* small refactorings
This commit is contained in:
Malte Franken 2018-09-22 04:45:57 +09:30 committed by Martin Hjelmare
parent 7fe0d8b2f4
commit 18d37ff0fd
6 changed files with 340 additions and 0 deletions

View file

@ -50,6 +50,7 @@ TEST_REQUIREMENTS = (
'feedparser',
'foobot_async',
'gTTS-token',
'geojson_client',
'hangups',
'HAP-python',
'ha-ffmpeg',