forked from home-assistant/version
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stable.json
81 lines (81 loc) · 2.51 KB
/
stable.json
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
76
77
78
79
80
81
{
"channel": "stable",
"supervisor": "2024.10.3",
"homeassistant": {
"jethub-d1": "2024.10.4",
"jethub-d1p": "2024.10.4",
"jethub-d2": "2024.10.4",
"jethub-h1": "2024.10.4",
"jethub-h2": "2024.10.4",
"default": "2024.10.4",
"qemux86": "2024.10.4",
"qemux86-64": "2024.10.4",
"qemuarm": "2024.10.4",
"qemuarm-64": "2024.10.4",
"generic-x86-64": "2024.10.4",
"intel-nuc": "2024.10.4",
"khadas-vim3": "2024.10.4",
"raspberrypi": "2024.10.4",
"raspberrypi2": "2024.10.4",
"raspberrypi3": "2024.10.4",
"raspberrypi3-64": "2024.10.4",
"raspberrypi4": "2024.10.4",
"raspberrypi4-64": "2024.10.4",
"raspberrypi5-64": "2024.10.4",
"yellow": "2024.10.4",
"green": "2024.10.4",
"tinker": "2024.10.4",
"odroid-c2": "2024.10.4",
"odroid-c4": "2024.10.4",
"odroid-m1": "2024.10.4",
"odroid-n2": "2024.10.4",
"odroid-xu": "2024.10.4"
},
"hassos": {
"ova": "12.4",
"jethub-d1": "12.4",
"jethub-d2": "12.4",
"jethub-d1p": "12.4",
"jethub-h1": "12.4",
"jethub-h2": "12.4",
"odroid-c2": "12.4",
"odroid-c4": "12.4",
"generic-x86-64": "12.4",
"generic-aarch64": "12.4"
},
"hassos-upgrade": {
"11": "11.2",
"10": "10.5.2",
"9": "9.5",
"8": "8.5",
"7": "7.6",
"6": "6.6",
"5": "5.13",
"4": "4.20",
"3": "3.13"
},
"ota": "https://github.com/jethub-homeassistant/operating-system/releases/download/{version}/{os_name}_{board}-{version}.raucb",
"cli": "2024.09.0",
"dns": "2024.04.0",
"audio": "2023.12.0",
"multicast": "2024.03.0",
"observer": "2023.06.0",
"image": {
"core": "ghcr.io/jethub-homeassistant/{machine}-homeassistant",
"supervisor": "ghcr.io/jethub-homeassistant/{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"
},
"images": {
"core": "ghcr.io/jethub-homeassistant/{machine}-homeassistant",
"supervisor": "ghcr.io/jethub-homeassistant/{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"
}
}