-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathrpi-imager-haos.json
More file actions
80 lines (80 loc) · 3.82 KB
/
rpi-imager-haos.json
File metadata and controls
80 lines (80 loc) · 3.82 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
76
77
78
79
80
{
"os_list": [
{
"name": "Home Assistant OS 17.1 (RPi 5)",
"description": "Open source home automation that puts local control and privacy first.",
"url": "https://github.com/home-assistant/operating-system/releases/download/17.1/haos_rpi5-64-17.1.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "db886eb00cc41cf18524ba643f7249d7f8ece8df76210e950f84097600d36ae5",
"release_date": "2026-02-12",
"image_download_size": 355688536,
"image_download_sha256": "5a9c1992ef9e4a56bc3d482aae21490e7ab4a36ace76b7e4a8eb3edebdf3f4eb",
"website": "https://www.home-assistant.io",
"devices": [
"pi5-64bit"
]
},
{
"name": "Home Assistant OS 17.1 (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/17.1/haos_rpi4-64-17.1.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "9e063f2068e261f8d2113f100cc61d673d540bb439ded8bd771bd27cb352f68f",
"release_date": "2026-02-12",
"image_download_size": 346627856,
"image_download_sha256": "31edf2a510d88d235b67eb5a04ecf89eadcacfbc9a1a7de3fc72f5f714afa95b",
"website": "https://www.home-assistant.io",
"devices": [
"pi4-64bit"
]
},
{
"name": "Home Assistant OS 17.1 (RPi 3)",
"description": "Open source home automation that puts local control and privacy first.",
"url": "https://github.com/home-assistant/operating-system/releases/download/17.1/haos_rpi3-64-17.1.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "173afc6b4dd269fa28999f5c6e553e4ecb735876aaa1fe47e97a7e26238b5e03",
"release_date": "2026-02-12",
"image_download_size": 335676852,
"image_download_sha256": "4f2dcd28536260d360b863db9e43d6e9637415bfefb52db8ae7d703a02ee5d46",
"website": "https://www.home-assistant.io",
"devices": [
"pi3-64bit"
]
},
{
"name": "Home Assistant OS 17.1 (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/17.1/haos_yellow-17.1.img.xz",
"icon": "https://version.home-assistant.io/rpi-imager-yellow-installer.png",
"extract_size": 2147483648,
"extract_sha256": "b3d2965c9d9402402172b86bba7a59add9e3027cecca2b72afefb5713e2529cc",
"release_date": "2026-02-12",
"image_download_size": 346946532,
"image_download_sha256": "539d919c80e1650feb85c2046886642e46daa574beb9a5a9b27da549c2fc89d1",
"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"
]
}
]
}