Add new board type (#99334)

This commit is contained in:
Erik Montnemery
2023-08-30 16:37:13 +02:00
committed by GitHub
parent 63c538b024
commit f9b2e10f72
15 changed files with 351 additions and 0 deletions

View File

@@ -891,6 +891,7 @@ async def test_coordinator_updates(
@pytest.mark.parametrize(
("extra_os_info", "integration"),
[
({"board": "green"}, "homeassistant_green"),
({"board": "odroid-c2"}, "hardkernel"),
({"board": "odroid-c4"}, "hardkernel"),
({"board": "odroid-n2"}, "hardkernel"),