core/homeassistant/components/weatherflow_cloud/const.py

10 lines
246 B
Python
Raw Normal View History

"""Constants for the WeatherflowCloud integration."""
import logging
DOMAIN = "weatherflow_cloud"
LOGGER = logging.getLogger(__package__)
ATTR_ATTRIBUTION = "Weather data delivered by WeatherFlow/Tempest REST Api"
MANUFACTURER = "WeatherFlow"