7 lines
133 B
Python

"""The enphase_envoy component."""
from homeassistant.const import Platform
DOMAIN = "enphase_envoy"
PLATFORMS = [Platform.SENSOR]