core/homeassistant/components/zeversolar/const.py

10 lines
151 B
Python
Raw Normal View History

"""Constants for the zeversolar integration."""
from homeassistant.const import Platform
DOMAIN = "zeversolar"
PLATFORMS = [
Platform.SENSOR,
]