mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
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,
|
|
]
|