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

Variables

string ATTR_POWER = "power"
 
string ATTR_POWER_P3 = "power_p3"
 
string ATTR_TARIFF = "tariff"
 
string CONF_USE_API_TOKEN = "use_api_token"
 
string DEFAULT_NAME = "PVPC"
 
 DEFAULT_TARIFF = TARIFFS[0]
 
string DOMAIN = "pvpc_hourly_pricing"
 
 VALID_POWER = vol.All(vol.Coerce(float), vol.Range(min=1.0, max=15.0))
 
 VALID_TARIFF = vol.In(TARIFFS)
 

Detailed Description

Constant values for pvpc_hourly_pricing.

Variable Documentation

◆ ATTR_POWER

string homeassistant.components.pvpc_hourly_pricing.const.ATTR_POWER = "power"

Definition at line 8 of file const.py.

◆ ATTR_POWER_P3

string homeassistant.components.pvpc_hourly_pricing.const.ATTR_POWER_P3 = "power_p3"

Definition at line 9 of file const.py.

◆ ATTR_TARIFF

string homeassistant.components.pvpc_hourly_pricing.const.ATTR_TARIFF = "tariff"

Definition at line 10 of file const.py.

◆ CONF_USE_API_TOKEN

string homeassistant.components.pvpc_hourly_pricing.const.CONF_USE_API_TOKEN = "use_api_token"

Definition at line 12 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.pvpc_hourly_pricing.const.DEFAULT_NAME = "PVPC"

Definition at line 11 of file const.py.

◆ DEFAULT_TARIFF

homeassistant.components.pvpc_hourly_pricing.const.DEFAULT_TARIFF = TARIFFS[0]

Definition at line 16 of file const.py.

◆ DOMAIN

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

Definition at line 6 of file const.py.

◆ VALID_POWER

homeassistant.components.pvpc_hourly_pricing.const.VALID_POWER = vol.All(vol.Coerce(float), vol.Range(min=1.0, max=15.0))

Definition at line 14 of file const.py.

◆ VALID_TARIFF

homeassistant.components.pvpc_hourly_pricing.const.VALID_TARIFF = vol.In(TARIFFS)

Definition at line 15 of file const.py.