1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-15 21:11:29 +01:00
Files

10 lines
246 B
Python

"""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"