Add native Arkteos sensors
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user