mirror of
https://github.com/home-assistant/core.git
synced 2026-07-07 14:56:25 +01:00
07a584057c
Co-authored-by: Dani <danigta2020@gmail.com> Co-authored-by: Joostlek <joostlek@outlook.com>
12 lines
243 B
Python
12 lines
243 B
Python
"""Constants for the ENVERTECH EVT800 integration."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "envertech_evt800"
|
|
|
|
PLATFORMS = [Platform.SENSOR]
|
|
|
|
DEFAULT_PORT = 14889
|
|
TYPE_TCP_SERVER_MODE = ["TCP_SERVER"]
|
|
DEFAULT_SCAN_INTERVAL = 60
|