mirror of
https://github.com/home-assistant/core.git
synced 2025-06-05 13:47:06 +00: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,
|
|
]
|