mirror of
https://github.com/home-assistant/core.git
synced 2026-05-27 18:56:26 +01:00
7fdbc7b75d
Move platform specifics to their own file
9 lines
195 B
Python
9 lines
195 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"
|