mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06:32 +00:00
Remove orangepi-prime, add odroid-n2 to add-on machine validator (#1432)
This commit is contained in:
parent
36b9a609bf
commit
9d6f4f5392
@ -138,18 +138,18 @@ SCHEMA_ELEMENT = vol.Match(RE_SCHEMA_ELEMENT)
|
|||||||
MACHINE_ALL = [
|
MACHINE_ALL = [
|
||||||
"intel-nuc",
|
"intel-nuc",
|
||||||
"odroid-c2",
|
"odroid-c2",
|
||||||
|
"odroid-n2",
|
||||||
"odroid-xu",
|
"odroid-xu",
|
||||||
"orangepi-prime",
|
|
||||||
"qemux86",
|
|
||||||
"qemux86-64",
|
|
||||||
"qemuarm",
|
|
||||||
"qemuarm-64",
|
"qemuarm-64",
|
||||||
|
"qemuarm",
|
||||||
|
"qemux86-64",
|
||||||
|
"qemux86",
|
||||||
"raspberrypi",
|
"raspberrypi",
|
||||||
"raspberrypi2",
|
"raspberrypi2",
|
||||||
"raspberrypi3",
|
|
||||||
"raspberrypi3-64",
|
"raspberrypi3-64",
|
||||||
"raspberrypi4",
|
"raspberrypi3",
|
||||||
"raspberrypi4-64",
|
"raspberrypi4-64",
|
||||||
|
"raspberrypi4",
|
||||||
"tinker",
|
"tinker",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user