1
0
mirror of https://github.com/home-assistant/core.git synced 2025-09-22 19:39:36 +00:00
Files
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

10 lines
151 B
Python

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