-
-
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.0 (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.0/haos_rpi5-64-14.0.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "8cd6441dfa0354b8e8a031988cbe6a601f291be46b1fef83dc63a660729d1e87",
"release_date": "2024-12-03",
"image_download_size": 311007072,
"image_download_sha256": "917df93d9b38226de9669c59b443f3581d6cfb249466fe87e60fb598ca64ff30",
"website": "https://www.home-assistant.io",
"devices": [
"pi5-64bit"
]
},
{
"name": "Home Assistant OS 14.0 (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.0/haos_rpi4-64-14.0.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "3f5c6423c7f5551f800669ca2b3d469c1e257c75b8c4826281af946e8fbc6eaf",
"release_date": "2024-12-03",
"image_download_size": 302892664,
"image_download_sha256": "88632fe0955c0717344ba04e6db6e3875e5892ef6357b4446377b133f58200bb",
"website": "https://www.home-assistant.io",
"devices": [
"pi4-64bit"
]
},
{
"name": "Home Assistant OS 14.0 (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.0/haos_rpi3-64-14.0.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "35760e576f4f5f11f5ecfa99974a6669ffa3eaaf19d7a1a06470e47f2ce5e017",
"release_date": "2024-12-03",
"image_download_size": 299304536,
"image_download_sha256": "17f5842165c052a497c1d2b99526c88e4337d9e7a2245c9e1bf83ac36240fe5c",
"website": "https://www.home-assistant.io",
"devices": [
"pi3-64bit"
]
},
{
"name": "Home Assistant OS 14.0 (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.0/haos_yellow-14.0.img.xz",
"icon": "https://version.home-assistant.io/rpi-imager-yellow-installer.png",
"extract_size": 2147483648,
"extract_sha256": "e77edcaf3253ca1e641e8bccc772af6895f24967de1fe79b0cf3c27b7075456b",
"release_date": "2024-12-03",
"image_download_size": 302801188,
"image_download_sha256": "c9e64571706ed057e0e3c824e9db4470ec4568ed43abbf56f322232bad494db4",
"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"
]
}
]
}