1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-03 22:24:02 +01:00
Files
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"