1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-11 14:29:58 +00:00
Files
core/homeassistant/components/solarlog/const.py
Joost Lekkerkerker 7fdbc7b75d Clean up solarlog const file ()
Move platform specifics to their own file
2023-07-02 22:43:14 -04:00

9 lines
195 B
Python

"""Constants for the Solar-Log integration."""
from __future__ import annotations
DOMAIN = "solarlog"
# Default config for solarlog.
DEFAULT_HOST = "http://solar-log"
DEFAULT_NAME = "solarlog"