core/homeassistant/components/enphase_envoy/const.py

11 lines
177 B
Python

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