Files

16 lines
418 B
Python

"""Constants for the GeoSphere Austria Warnings integration.
Warning data is provided by GeoSphere Austria (https://www.geosphere.at)
under the Creative Commons Attribution 4.0 license.
"""
import logging
DOMAIN = "geosphere_austria_warnings"
LOGGER = logging.getLogger(__package__)
ATTRIBUTION = "Data provided by GeoSphere Austria"
MANUFACTURER = "GeoSphere Austria"
WARNINGS_URL = "https://warnungen.zamg.at/"