core/tests/components/gdacs
Malte Franken 8d429d7676
Add GDACS feed integration (#31235)
* initial version of gdacs integration

* updated translations

* generated files

* added abbreviation

* bumped library version

* small feed entry attribute fixes

* add unit tests

* need to use original mdi name

* bumped library version

* improved entity name for earthquakes

* round vulnerability number

* typo

* support for categories

* testing support for categories

* tie longitude and latitude together

* validating categories

* simplifying setup

* passing domain as parameter

* simplified test setup

* moved test code

* simplified test code

* removed superfluous code

* changed approach to unique identifier

* changed code structure

* simplified unit system handling

* made schema a constant

* comment added

* simplifying code

* added message if location already configured

* removed unnecessary code

* simplified test code

* avoid mocking __init__

* pylint

* simplified code

* fetch categories from integration library

* setting PARALLEL_UPDATES

* setting PARALLEL_UPDATES to zero/unlimited

* added quality scale
2020-02-06 11:32:30 +01:00
..
__init__.py Add GDACS feed integration (#31235) 2020-02-06 11:32:30 +01:00
conftest.py Add GDACS feed integration (#31235) 2020-02-06 11:32:30 +01:00
test_config_flow.py Add GDACS feed integration (#31235) 2020-02-06 11:32:30 +01:00
test_geo_location.py Add GDACS feed integration (#31235) 2020-02-06 11:32:30 +01:00
test_init.py Add GDACS feed integration (#31235) 2020-02-06 11:32:30 +01:00
test_sensor.py Add GDACS feed integration (#31235) 2020-02-06 11:32:30 +01:00