mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
13 lines
230 B
Python
13 lines
230 B
Python
"""Constants for the Sofar integration."""
|
|
|
|
DOMAIN = "sofar"
|
|
ATTR_MANUFACTURER = "Sofar Solar"
|
|
|
|
DEFAULT_NAME = "Sofar"
|
|
DEFAULT_PORT = 502
|
|
DEFAULT_UNIT_ID = 1
|
|
SCAN_INTERVAL = 5
|
|
SETTINGS_SCAN_INTERVAL = 60
|
|
|
|
CONF_UNIT_ID = "unit_id"
|