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

Variables

string CONF_AZIMUTH = "azimuth"
 
string CONF_DAMPING = "damping"
 
string CONF_DAMPING_EVENING = "damping_evening"
 
string CONF_DAMPING_MORNING = "damping_morning"
 
string CONF_DECLINATION = "declination"
 
string CONF_INVERTER_SIZE = "inverter_size"
 
string CONF_MODULES_POWER = "modules_power"
 
string DOMAIN = "forecast_solar"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the Forecast.Solar integration.

Variable Documentation

◆ CONF_AZIMUTH

string homeassistant.components.forecast_solar.const.CONF_AZIMUTH = "azimuth"

Definition at line 11 of file const.py.

◆ CONF_DAMPING

string homeassistant.components.forecast_solar.const.CONF_DAMPING = "damping"

Definition at line 13 of file const.py.

◆ CONF_DAMPING_EVENING

string homeassistant.components.forecast_solar.const.CONF_DAMPING_EVENING = "damping_evening"

Definition at line 15 of file const.py.

◆ CONF_DAMPING_MORNING

string homeassistant.components.forecast_solar.const.CONF_DAMPING_MORNING = "damping_morning"

Definition at line 14 of file const.py.

◆ CONF_DECLINATION

string homeassistant.components.forecast_solar.const.CONF_DECLINATION = "declination"

Definition at line 10 of file const.py.

◆ CONF_INVERTER_SIZE

string homeassistant.components.forecast_solar.const.CONF_INVERTER_SIZE = "inverter_size"

Definition at line 16 of file const.py.

◆ CONF_MODULES_POWER

string homeassistant.components.forecast_solar.const.CONF_MODULES_POWER = "modules_power"

Definition at line 12 of file const.py.

◆ DOMAIN

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

Definition at line 7 of file const.py.

◆ LOGGER

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

Definition at line 8 of file const.py.