hass-core/homeassistant/components/zeversolar/const.py
Koen van Zuijlen 6349760a2c
Zeversolar integration ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-01-03 20:14:08 +01:00

9 lines
151 B
Python

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