-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
rpi-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 14.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/14.1/haos_rpi5-64-14.1.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "21c77a3ac055ed42e5620de90fdf7881ea76e14446049def97b7418d84034bb3",
"release_date": "2024-12-19",
"image_download_size": 307800944,
"image_download_sha256": "0e6fd63f1fdac3f02949091044ae3473a63ed92ac8d436ba84329d0bcb84203e",
"website": "https://www.home-assistant.io",
"devices": [
"pi5-64bit"
]
},
{
"name": "Home Assistant OS 14.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/14.1/haos_rpi4-64-14.1.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "af1e5fa74b4aae89f7c5ec2b2c0590e6835fd54eaec57517ffb8d26364083d05",
"release_date": "2024-12-19",
"image_download_size": 299691360,
"image_download_sha256": "daa9ab3905a66418b69bca9f4ff3c06d61fc9167e902bd256da864504195497b",
"website": "https://www.home-assistant.io",
"devices": [
"pi4-64bit"
]
},
{
"name": "Home Assistant OS 14.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/14.1/haos_rpi3-64-14.1.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "9c9493fda44195e14ac21d58632ac6fe854d5fb1c77131f5c8e72c87cca999bf",
"release_date": "2024-12-19",
"image_download_size": 295783852,
"image_download_sha256": "8c5d22b05ab75e08e1cf4aad3f4faa9d754a1eed04ec1f303a5bdbef02f8d4ba",
"website": "https://www.home-assistant.io",
"devices": [
"pi3-64bit"
]
},
{
"name": "Home Assistant OS 14.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/14.1/haos_yellow-14.1.img.xz",
"icon": "https://version.home-assistant.io/rpi-imager-yellow-installer.png",
"extract_size": 2147483648,
"extract_sha256": "937bb98188ee101dc96359459dde76fb4b56ffab55229a630c2e27543c534aaa",
"release_date": "2024-12-19",
"image_download_size": 299313472,
"image_download_sha256": "b0276f92878b972517bf5a93349ce516909b6b693acea9c302a5ddce74772eeb",
"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"
]
}
]
}