GeoRSS events sensor refactored (#16939)

* refactored geo_rss_events sensor to make use of new georss-client library that handles the communication with the rss feed

* fixed lint error
This commit is contained in:
Malte Franken 2018-10-02 18:20:51 +10:00 committed by Paulus Schoutsen
parent b0b3620b2b
commit 13af61e103
6 changed files with 154 additions and 316 deletions

View file

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