mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Add new board type (#99334)
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user