Add native Arkteos sensors

This commit is contained in:
2026-07-21 12:05:30 +02:00
parent b76e8f3896
commit 8bae450bc3
7 changed files with 761 additions and 2 deletions
+1 -1
View File
@@ -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"