mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 03:07:50 +00:00
10 lines
246 B
Python
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"
|