Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.weatherflow_cloud.const Namespace Reference

Variables

string ATTR_ATTRIBUTION = "Weather data delivered by WeatherFlow/Tempest REST Api"
 
string DOMAIN = "weatherflow_cloud"
 
 LOGGER = logging.getLogger(__package__)
 
string MANUFACTURER = "WeatherFlow"
 
dictionary STATE_MAP
 

Detailed Description

Constants for the WeatherflowCloud integration.

Variable Documentation

◆ ATTR_ATTRIBUTION

string homeassistant.components.weatherflow_cloud.const.ATTR_ATTRIBUTION = "Weather data delivered by WeatherFlow/Tempest REST Api"

Definition at line 8 of file const.py.

◆ DOMAIN

string homeassistant.components.weatherflow_cloud.const.DOMAIN = "weatherflow_cloud"

Definition at line 5 of file const.py.

◆ LOGGER

homeassistant.components.weatherflow_cloud.const.LOGGER = logging.getLogger(__package__)

Definition at line 6 of file const.py.

◆ MANUFACTURER

string homeassistant.components.weatherflow_cloud.const.MANUFACTURER = "WeatherFlow"

Definition at line 9 of file const.py.

◆ STATE_MAP

dictionary homeassistant.components.weatherflow_cloud.const.STATE_MAP
Initial value:
1 = {
2  "clear-day": "sunny",
3  "clear-night": "clear-night",
4  "cloudy": "cloudy",
5  "foggy": "fog",
6  "partly-cloudy-day": "partlycloudy",
7  "partly-cloudy-night": "partlycloudy",
8  "possibly-rainy-day": "rainy",
9  "possibly-rainy-night": "rainy",
10  "possibly-sleet-day": "snowy-rainy",
11  "possibly-sleet-night": "snowy-rainy",
12  "possibly-snow-day": "snowy",
13  "possibly-snow-night": "snowy",
14  "possibly-thunderstorm-day": "lightning-rainy",
15  "possibly-thunderstorm-night": "lightning-rainy",
16  "rainy": "rainy",
17  "sleet": "snowy-rainy",
18  "snow": "snowy",
19  "thunderstorm": "lightning",
20  "windy": "windy",
21 }

Definition at line 11 of file const.py.