Files
home-assistant-core/homeassistant/components/solarlog/const.py
T
2026-04-30 21:14:48 +02:00

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"