mirror of
https://github.com/home-assistant/core.git
synced 2026-05-31 12:44:04 +01:00
6349760a2c
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
10 lines
151 B
Python
10 lines
151 B
Python
"""Constants for the zeversolar integration."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "zeversolar"
|
|
|
|
PLATFORMS = [
|
|
Platform.SENSOR,
|
|
]
|