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

Queensland bushfire alert feed platform (#24473)

* initial version of qfes bushfire geolocation platform

* removed all occurrences of legally protected names; using new georss library

* regenerated codeowners

* fixed pylint

* added one more valid category

* moved library import to top and ran isort
This commit is contained in:
Malte Franken
2019-06-19 21:59:29 +10:00
committed by Charles Garwood
parent 9413b5a415
commit 03bb3d9ddc
9 changed files with 439 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ TEST_REQUIREMENTS = (
'geopy',
'georss_generic_client',
'georss_ign_sismologia_client',
'georss_qld_bushfire_alert_client',
'google-api-python-client',
'gTTS-token',
'ha-ffmpeg',