mirror of
https://github.com/home-assistant/core.git
synced 2026-06-03 22:24:02 +01:00
d766aae436
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: frenck <195327+frenck@users.noreply.github.com>
9 lines
165 B
Python
9 lines
165 B
Python
"""Constants for the Solar-Log integration."""
|
|
|
|
DOMAIN = "solarlog"
|
|
|
|
# Default config for solarlog.
|
|
DEFAULT_HOST = "http://solar-log"
|
|
|
|
CONF_HAS_PWD = "has_password"
|