9 lines
245 B
Python
9 lines
245 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"
|