1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-05 14:39:16 +00:00
2021-12-04 13:19:49 +01:00

10 lines
243 B
Python

"""Constant values for pvpc_hourly_pricing."""
from homeassistant.const import Platform
DOMAIN = "pvpc_hourly_pricing"
PLATFORMS = [Platform.SENSOR]
ATTR_POWER = "power"
ATTR_POWER_P3 = "power_p3"
ATTR_TARIFF = "tariff"
DEFAULT_NAME = "PVPC"