-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathrpi-imager-haos.json
80 lines (80 loc) · 3.82 KB
/
rpi-imager-haos.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
{
"os_list": [
{
"name": "Home Assistant OS 15.2 (RPi 5)",
"description": "Open source home automation that puts local control and privacy first.",
"url": "https://github.com/home-assistant/operating-system/releases/download/15.2/haos_rpi5-64-15.2.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "cc00838fa268573db04fa2d6c4cd3d5767e9466de6df06f62d16df4cab39d670",
"release_date": "2025-04-14",
"image_download_size": 285190192,
"image_download_sha256": "ded30445d80e2199a500ac798861ac95ecb1ffc3308b340f0caaffcd6e8f23ee",
"website": "https://www.home-assistant.io",
"devices": [
"pi5-64bit"
]
},
{
"name": "Home Assistant OS 15.2 (RPi 4/400)",
"description": "Open source home automation that puts local control and privacy first.",
"url": "https://github.com/home-assistant/operating-system/releases/download/15.2/haos_rpi4-64-15.2.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "066a6d61b933891904fd0affa103da9330e0b074209e8229fd2f717974a80125",
"release_date": "2025-04-14",
"image_download_size": 277144412,
"image_download_sha256": "e2830a0453cef622ea8d7b694c2e696e67e1222bf86e878ea36fbde81ba92947",
"website": "https://www.home-assistant.io",
"devices": [
"pi4-64bit"
]
},
{
"name": "Home Assistant OS 15.2 (RPi 3)",
"description": "Open source home automation that puts local control and privacy first.",
"url": "https://github.com/home-assistant/operating-system/releases/download/15.2/haos_rpi3-64-15.2.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "75fdc78897816a6193331d6e0f0d19a401457219fdc45378cb310c5e2a5f7019",
"release_date": "2025-04-14",
"image_download_size": 272246148,
"image_download_sha256": "56c4d5a2095ae9fa1535627851690d7492bf0eaed4ab835e2473f503d0347832",
"website": "https://www.home-assistant.io",
"devices": [
"pi3-64bit"
]
},
{
"name": "Home Assistant OS 15.2 (Yellow)",
"description": "Home Assistant OS for Home Assistant Yellow. To be flashed directly to an NVMe drive or the Compute Module on Yellow (using rpiboot).",
"url": "https://github.com/home-assistant/operating-system/releases/download/15.2/haos_yellow-15.2.img.xz",
"icon": "https://version.home-assistant.io/rpi-imager-yellow-installer.png",
"extract_size": 2147483648,
"extract_sha256": "aa213a28c388ade4a13606e55d7e7f08751f632dc2b3d2274593626cf6e0c474",
"release_date": "2025-04-14",
"image_download_size": 276395272,
"image_download_sha256": "c59c86647da5ac206efac68cf3e4c0eca0fd14766d4ec3453c7031ee20cf0e12",
"website": "https://yellow.home-assistant.io",
"devices": [
"pi4-64bit",
"pi5-64bit"
]
},
{
"name": "Home Assistant OS Installer for Yellow",
"description": "Installer for Home Assistant Yellow Kit (with CM4 only). Install on a USB flash drive and follow the installation instructions.",
"url": "https://github.com/NabuCasa/yellow-buildroot/releases/download/yellow-installer-20231025/yellow-installer-20231025.img.xz",
"icon": "https://version.home-assistant.io/rpi-imager-yellow-installer.png",
"extract_size": 68157440,
"extract_sha256": "7e83edc8360d6a32010b18fa3ecd6fa9a6700be5ed47c21129534581697170a5",
"release_date": "2023-10-25",
"image_download_size": 33371388,
"image_download_sha256": "fa1c4fdd72d116527cf37a1d3b849c480c08fff373b4a6c8d0017dae7da3e3f2",
"website": "https://yellow.home-assistant.io",
"devices": [
"pi4-64bit"
]
}
]
}