-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
rpi-imager-haos.json
64 lines (64 loc) · 2.91 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
{
"os_list": [
{
"name": "Home Assistant OS 13.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/13.2/haos_rpi5-64-13.2.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "f81dc91cfa70587173c25d0cefc3f5f19ab199c4d39576b52752ff5ab2634858",
"release_date": "2024-10-15",
"image_download_size": 291899480,
"image_download_sha256": "bdbf0fc45d4e20ca1eb8b73171575908838412ece9fc89cb1fedea929b4bd1c1",
"website": "https://www.home-assistant.io",
"devices": [
"pi5-64bit"
]
},
{
"name": "Home Assistant OS 13.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/13.2/haos_rpi4-64-13.2.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "521753cd16d6aa9cfb92bda2393bfef0d89eb53e37227ee7193bba7b4ce87bbc",
"release_date": "2024-10-15",
"image_download_size": 284566352,
"image_download_sha256": "085cf9ea2a997f0a0a9a3880f17488e432877c8964ba59a842a2b9da153e0ec5",
"website": "https://www.home-assistant.io",
"devices": [
"pi4-64bit"
]
},
{
"name": "Home Assistant OS 13.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/13.2/haos_rpi3-64-13.2.img.xz",
"icon": "https://version.home-assistant.io/brand/logo.png",
"extract_size": 2147483648,
"extract_sha256": "4e374a82c48cc16765f3062ddd2f51f3332273c6b5f3ee29ce7675459dd104a4",
"release_date": "2024-10-15",
"image_download_size": 280765324,
"image_download_sha256": "36727f7bf37ff1c0ea4af51800b81913b6b08bd2b04db829915bec5b76963d0a",
"website": "https://www.home-assistant.io",
"devices": [
"pi3-64bit"
]
},
{
"name": "Home Assistant OS Installer for Yellow",
"description": "Installer for Home Assistant Yellow Kit.",
"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"
]
}
]
}