Go to the source code of this file.
Namespaces | |
| homeassistant.components.zamg.const | |
Variables | |
| string | homeassistant.components.zamg.const.ATTR_STATION = "station" |
| string | homeassistant.components.zamg.const.ATTR_UPDATED = "updated" |
| string | homeassistant.components.zamg.const.ATTRIBUTION = "Data provided by GeoSphere Austria" |
| string | homeassistant.components.zamg.const.CONF_STATION_ID = "station_id" |
| string | homeassistant.components.zamg.const.DOMAIN = "zamg" |
| homeassistant.components.zamg.const.LOGGER = logging.getLogger(__package__) | |
| string | homeassistant.components.zamg.const.MANUFACTURER_URL = "https://www.geosphere.at" |
| homeassistant.components.zamg.const.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=10) | |
| list | homeassistant.components.zamg.const.PLATFORMS = [Platform.SENSOR, Platform.WEATHER] |
| homeassistant.components.zamg.const.VIENNA_TIME_ZONE = dt_util.get_time_zone("Europe/Vienna") | |