Files
home-assistant-core/homeassistant/components/zeversolar/const.py
T
2023-01-03 20:14:08 +01:00

10 lines
151 B
Python

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