mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 12:47:53 +00: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"
|