Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.pvpc_hourly_pricing.const
 

Variables

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