From 45db75b5b0ff8c649dac198e643602b87e4e8cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Thu, 26 Oct 2023 08:30:24 +0200 Subject: [PATCH] Add device compatibility field to RPi Imager list (#330) The fields was introduced in https://github.com/raspberrypi/rpi-imager/commit/3f665e01b40dbf0b9496bb853d6250e7e80af877 The values used for those fields are probably not documented anywhere, but they are in the OS list for the utility at https://downloads.raspberrypi.org/os_list_imagingutility_v4.json (as `.imager.devices[].tags` values). --- rpi-imager-haos.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/rpi-imager-haos.json b/rpi-imager-haos.json index 86d919e7..decfabc1 100644 --- a/rpi-imager-haos.json +++ b/rpi-imager-haos.json @@ -10,7 +10,8 @@ "release_date": "2023-10-13", "image_download_size": 266711840, "image_download_sha256": "62dc63439cb669680a2afdfe4fd46217672b4507bf7ac4e3922d0940cd08124e", - "website": "https://www.home-assistant.io" + "website": "https://www.home-assistant.io", + "devices": ["pi4-64bit"] }, { "name": "Home Assistant OS 11.0 (RPi 3)", @@ -22,7 +23,8 @@ "release_date": "2023-10-13", "image_download_size": 263986900, "image_download_sha256": "e622ec4b182bc3107120b678227b083492117316d99829778ed1c25482a62096", - "website": "https://www.home-assistant.io" + "website": "https://www.home-assistant.io", + "devices": ["pi3-64bit"] }, { "name": "Home Assistant OS Installer for Yellow", @@ -34,7 +36,8 @@ "release_date": "20230821", "image_download_size": 33358680, "image_download_sha256": "5464a4a085535a99fa26acbac3a25d3fb6e7cfadeff7ddabfa4b8c68b519caa3", - "website": "https://yellow.home-assistant.io" + "website": "https://yellow.home-assistant.io", + "devices": ["pi4-64bit"] } ] }