forked from home-assistant/version
-
Notifications
You must be signed in to change notification settings - Fork 0
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 16.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/16.2/haos_rpi5-64-16.2.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "9cb587147f2da6c74dde8cf896fe2ac811b8d52c6cd0c3af05ff9e233e6720fe",
"release_date": "2025-09-08",
"image_download_size": 315806628,
"image_download_sha256": "67b94b4bfb68c8329cd5d154ddc660cba2713ed9546708e24382f29a8ced76bb",
"website": "https://www.home-assistant.io",
"devices": [
"pi5-64bit"
]
},
{
"name": "Home Assistant OS 16.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/16.2/haos_rpi4-64-16.2.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "b04bda4642116ad500fa5c7d89df72803225f950f8dff2cd201d55ea8327b61c",
"release_date": "2025-09-08",
"image_download_size": 306315400,
"image_download_sha256": "8a3ee7094c2acbf537223cd767acb9cc227478744c7dcc794a43372548fe9cf5",
"website": "https://www.home-assistant.io",
"devices": [
"pi4-64bit"
]
},
{
"name": "Home Assistant OS 16.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/16.2/haos_rpi3-64-16.2.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "b6093107a3f724836fa81c7140008d9010ee3403e9804d74d9da89caeb6fc465",
"release_date": "2025-09-08",
"image_download_size": 294989448,
"image_download_sha256": "5380ceffb3eef35f4b56d743e37a74a9d7e5490f49ebe273ac8326df1b7b21d2",
"website": "https://www.home-assistant.io",
"devices": [
"pi3-64bit"
]
},
{
"name": "Home Assistant OS 16.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/16.2/haos_yellow-16.2.img.xz",
"icon": "https://version.home-assistant.io/rpi-imager-yellow-installer.png",
"extract_size": 2147483648,
"extract_sha256": "d33760db5dd197060ef0e6363961694f29415eb6833150bea2b7220850703cfc",
"release_date": "2025-09-08",
"image_download_size": 305771824,
"image_download_sha256": "bce90aad48451df4867e84cc2969a74d8cb6d081155709c52f8c9f6af41d4a61",
"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"
]
}
]
}