1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-16 02:53:27 +01:00
Files
2026-06-22 12:40:28 +02:00

10 lines
195 B
Python

"""Constants for the SAJ Solar Inverter integration."""
from typing import Final
DOMAIN: Final = "saj"
INTEGRATION_TITLE: Final = "SAJ Solar Inverter"
CONNECTION_TYPES = ["ethernet", "wifi"]