"""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"