10 lines
177 B
Python
10 lines
177 B
Python
"""The enphase_envoy component."""
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "enphase_envoy"
|
|
|
|
PLATFORMS = [Platform.SENSOR]
|
|
|
|
|
|
COORDINATOR = "coordinator"
|
|
NAME = "name"
|