mirror of
https://github.com/home-assistant/core.git
synced 2026-02-05 23:05:25 +01:00
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:
committed by
Martin Hjelmare
parent
7fe0d8b2f4
commit
18d37ff0fd
@@ -50,6 +50,7 @@ TEST_REQUIREMENTS = (
|
||||
'feedparser',
|
||||
'foobot_async',
|
||||
'gTTS-token',
|
||||
'geojson_client',
|
||||
'hangups',
|
||||
'HAP-python',
|
||||
'ha-ffmpeg',
|
||||
|
||||
Reference in New Issue
Block a user