dontinelli 4eb5734d73
Remove CONF_NAME from config entry in solarlog (#131738)
* Remove CONF_NAME from config entry

* Remove name from strings.json
2024-12-02 07:39:48 +01:00

11 lines
201 B
Python

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