mirror of
https://github.com/home-assistant/core.git
synced 2026-09-14 04:30:02 +01:00
10 lines
214 B
Python
10 lines
214 B
Python
"""Constants for the KACO Modbus integration."""
|
|
|
|
DOMAIN = "kaco_modbus"
|
|
|
|
CONF_UNIT_ID = "unit_id"
|
|
|
|
DEFAULT_PORT = 502
|
|
# Ignored by TCP-native inverters, but not by one behind an RS485 gateway.
|
|
DEFAULT_UNIT_ID = 1
|