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

Variables

string ATTR_CURRENT_WEATHER = "currentWeather"
 
string ATTR_FORECAST_DAILY = "forecastDaily"
 
string ATTR_FORECAST_HOURLY = "forecastHourly"
 
tuple ATTRIBUTION
 
string CONF_KEY_ID = "key_id"
 
string CONF_KEY_PEM = "key_pem"
 
string CONF_SERVICE_ID = "service_id"
 
string CONF_TEAM_ID = "team_id"
 
string DOMAIN = "weatherkit"
 
 Logger
 
string MANUFACTURER = "Apple Weather"
 
string NAME = "Apple WeatherKit"
 

Detailed Description

Constants for WeatherKit.

Variable Documentation

◆ ATTR_CURRENT_WEATHER

string homeassistant.components.weatherkit.const.ATTR_CURRENT_WEATHER = "currentWeather"

Definition at line 21 of file const.py.

◆ ATTR_FORECAST_DAILY

string homeassistant.components.weatherkit.const.ATTR_FORECAST_DAILY = "forecastDaily"

Definition at line 23 of file const.py.

◆ ATTR_FORECAST_HOURLY

string homeassistant.components.weatherkit.const.ATTR_FORECAST_HOURLY = "forecastHourly"

Definition at line 22 of file const.py.

◆ ATTRIBUTION

tuple homeassistant.components.weatherkit.const.ATTRIBUTION
Initial value:
1 = (
2  "Data provided by Apple Weather. "
3  "https://developer.apple.com/weatherkit/data-source-attribution/"
4 )

Definition at line 9 of file const.py.

◆ CONF_KEY_ID

string homeassistant.components.weatherkit.const.CONF_KEY_ID = "key_id"

Definition at line 16 of file const.py.

◆ CONF_KEY_PEM

string homeassistant.components.weatherkit.const.CONF_KEY_PEM = "key_pem"

Definition at line 19 of file const.py.

◆ CONF_SERVICE_ID

string homeassistant.components.weatherkit.const.CONF_SERVICE_ID = "service_id"

Definition at line 17 of file const.py.

◆ CONF_TEAM_ID

string homeassistant.components.weatherkit.const.CONF_TEAM_ID = "team_id"

Definition at line 18 of file const.py.

◆ DOMAIN

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

Definition at line 8 of file const.py.

◆ Logger

homeassistant.components.weatherkit.const.Logger

Definition at line 5 of file const.py.

◆ MANUFACTURER

string homeassistant.components.weatherkit.const.MANUFACTURER = "Apple Weather"

Definition at line 14 of file const.py.

◆ NAME

string homeassistant.components.weatherkit.const.NAME = "Apple WeatherKit"

Definition at line 7 of file const.py.