mirror of
https://github.com/home-assistant/core.git
synced 2025-06-18 20:17:07 +00:00
7 lines
133 B
Python
7 lines
133 B
Python
"""The enphase_envoy component."""
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "enphase_envoy"
|
|
|
|
PLATFORMS = [Platform.SENSOR]
|