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
+2 -1
View File
@@ -116,7 +116,8 @@ async def test_double_unload_is_safe(hass) -> None:
def test_no_polling_platform_is_declared() -> None:
from custom_components.arkteos.const import PLATFORMS
assert len(PLATFORMS) == 1
assert len(PLATFORMS) == 2
assert {platform.value for platform in PLATFORMS} == {"binary_sensor", "sensor"}
def test_no_mqtt_dependency_in_manifest() -> None: