Add Home Assistant integration scaffold
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""Constantes de l'intégration Arkteos."""
|
||||
|
||||
from homeassistant.const import Platform
|
||||
|
||||
|
||||
DOMAIN = "arkteos"
|
||||
DEFAULT_PORT = 9641
|
||||
CONF_HOST = "host"
|
||||
CONF_PORT = "port"
|
||||
PLATFORMS: list[Platform] = [Platform.BINARY_SENSOR]
|
||||
RUNTIME_DATA = "runtime_data"
|
||||
Reference in New Issue
Block a user