1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-24 05:37:44 +00:00
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,
]