-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathstable.json
More file actions
75 lines (75 loc) · 2.01 KB
/
stable.json
File metadata and controls
75 lines (75 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"channel": "stable",
"supervisor": "2026.03.2",
"homeassistant": {
"default": "2026.3.4",
"qemux86": "2025.11.3",
"qemux86-64": "2026.3.4",
"qemuarm": "2025.11.3",
"qemuarm-64": "2026.3.4",
"generic-x86-64": "2026.3.4",
"intel-nuc": "2026.3.4",
"khadas-vim3": "2026.3.4",
"raspberrypi": "2025.11.3",
"raspberrypi2": "2025.11.3",
"raspberrypi3": "2025.11.3",
"raspberrypi3-64": "2026.3.4",
"raspberrypi4": "2025.11.3",
"raspberrypi4-64": "2026.3.4",
"raspberrypi5-64": "2026.3.4",
"yellow": "2026.3.4",
"green": "2026.3.4",
"tinker": "2025.11.3",
"odroid-c2": "2026.3.4",
"odroid-c4": "2026.3.4",
"odroid-m1": "2026.3.4",
"odroid-n2": "2026.3.4",
"odroid-xu": "2025.11.3"
},
"hassos": {
"ova": "17.1",
"rpi3-64": "17.1",
"rpi4-64": "17.1",
"rpi5-64": "17.1",
"yellow": "17.1",
"green": "17.1",
"odroid-c2": "17.1",
"odroid-c4": "17.1",
"odroid-m1": "17.1",
"odroid-m1s": "17.1",
"odroid-n2": "17.1",
"generic-x86-64": "17.1",
"generic-aarch64": "17.1",
"khadas-vim3": "17.1"
},
"hassos-upgrade": {
"15": "15.2",
"14": "15.2",
"13": "15.2",
"12": "15.2",
"11": "11.5",
"10": "10.5",
"9": "9.5",
"8": "8.5",
"7": "7.6",
"6": "6.6",
"5": "5.13",
"4": "4.20",
"3": "3.13"
},
"ota": "https://os-artifacts.home-assistant.io/{version}/{os_name}_{board}-{version}.raucb",
"cli": "2026.02.0",
"dns": "2026.02.0",
"audio": "2026.02.0",
"multicast": "2026.02.0",
"observer": "2026.02.0",
"images": {
"core": "ghcr.io/home-assistant/{machine}-homeassistant",
"supervisor": "ghcr.io/home-assistant/{arch}-hassio-supervisor",
"cli": "ghcr.io/home-assistant/{arch}-hassio-cli",
"audio": "ghcr.io/home-assistant/{arch}-hassio-audio",
"dns": "ghcr.io/home-assistant/{arch}-hassio-dns",
"observer": "ghcr.io/home-assistant/{arch}-hassio-observer",
"multicast": "ghcr.io/home-assistant/{arch}-hassio-multicast"
}
}