Add native Arkteos sensors
This commit is contained in:
@@ -7,5 +7,5 @@ DOMAIN = "arkteos"
|
||||
DEFAULT_PORT = 9641
|
||||
CONF_HOST = "host"
|
||||
CONF_PORT = "port"
|
||||
PLATFORMS: list[Platform] = [Platform.BINARY_SENSOR]
|
||||
PLATFORMS: list[Platform] = [Platform.BINARY_SENSOR, Platform.SENSOR]
|
||||
RUNTIME_DATA = "runtime_data"
|
||||
|
||||
Reference in New Issue
Block a user