mirror of
https://github.com/home-assistant/core.git
synced 2026-05-29 19:57:40 +01:00
f6d4d0289e
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
10 lines
186 B
Python
10 lines
186 B
Python
"""Constants for the Solar-Log integration."""
|
|
|
|
DOMAIN = "solarlog"
|
|
|
|
# Default config for solarlog.
|
|
DEFAULT_HOST = "http://solar-log"
|
|
DEFAULT_TIMEOUT = 30
|
|
|
|
CONF_HAS_PWD = "has_password"
|