mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 03:06:03 +01:00
10 lines
196 B
Python
10 lines
196 B
Python
"""Constants for the Solar-Log integration."""
|
|
|
|
from __future__ import annotations
|
|
|
|
DOMAIN = "solarlog"
|
|
|
|
# Default config for solarlog.
|
|
DEFAULT_HOST = "http://solar-log"
|
|
DEFAULT_NAME = "solarlog"
|