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) | |
Constant values for pvpc_hourly_pricing.
| 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)) |