1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-29 19:57:40 +01:00
Files
2026-05-26 16:11:14 +02:00

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"