mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00
11 lines
201 B
Python
11 lines
201 B
Python
"""Constants for the Solar-Log integration."""
|
|
|
|
from __future__ import annotations
|
|
|
|
DOMAIN = "solarlog"
|
|
|
|
# Default config for solarlog.
|
|
DEFAULT_HOST = "http://solar-log"
|
|
|
|
CONF_HAS_PWD = "has_password"
|