mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 11:05:59 +01: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,
|
|
]
|