Rpi-imager: 允许安装家庭助理

创建于 2020-03-05  ·  10评论  ·  资料来源: raspberrypi/rpi-imager

根据https://www.raspberrypi.org/blog/raspberry-pi-imager-imaging-utility/#comment -1523756 打开一个问题

Home Assistant是一个专注于本地控制和隐私的开源家庭自动化平台。 我们提供自己的操作系统,可将您的 Raspberry Pi 变成家庭自动化中心,包括通过 UI 轻松更新。 我们建议刚开始购买 Raspberry Pi 4 的用户。我们支持 Raspberry Pi 的所有变体。

如果 Home Assistant 可以作为 Raspberry Pi Imager 中的操作系统选项使用,那就太好了。

我们的操作系统可以在这里找到: https ://github.com/home-assistant/operating-system/releases

OS request

最有用的评论

@ghollingworth我们的 json 现已上线,可在以下网址获得:

https://version.home-assistant.io/rpi-imager-haos.json

使用rpi-imager --repo https://version.home-assistant.io/rpi-imager-haos.json直接使用 repo 如下所示:
image

我猜 Home Assistant 会在“其他特定用途的操作系统”中,条目如下:

{
    "name": "Home Assistant",
    "description": "Open source home automation that puts local control and privacy first.",
    "icon": "https://version.home-assistant.io/rpi-imager-haos.png",
    "subitems_url": "https://version.home-assistant.io/rpi-imager-haos.json"
},

所有10条评论

@maxnet我们能做些什么来帮助推动这一进程吗?

您需要为您的图像提供一个 .json 片段...

根据顶层 .json

http://downloads.raspberrypi.org/os_list_imagingutility_v2.json

您可以在命令行上使用“rpi-imager --repo filename.json”测试您自己的更改

@ghollingworth我们应该将那个 json 片段在线存储在某个地方吗? 如果我们使用我们的发布管道维护它,您会自动更新吗?

@agners查看 OctoPi 的条目,我们只生成一个 JSON 并在主列表中添加一个引用:

image

https://unofficialpi.org/rpi-imager/rpi-imager-octopi.json

哦,我明白了,不知何故没有注意到这是引用 jsons。 我猜 Home Assistant 会在“其他特定用途的操作系统”下进行:

               {
                    "name": "Home Assistant",
                    "description": "Open-source home automation platform with a focus on local control and privacy.",
                    "icon": "https://version.home-assistant.io/rpi-imager-haos.png",
                    "subitems_url": "https://version.home-assistant.io/rpi-imager-haos.json"
               },

图标/json 应该很快就会出现。

@ghollingworth我们的 json 现已上线,可在以下网址获得:

https://version.home-assistant.io/rpi-imager-haos.json

使用rpi-imager --repo https://version.home-assistant.io/rpi-imager-haos.json直接使用 repo 如下所示:
image

我猜 Home Assistant 会在“其他特定用途的操作系统”中,条目如下:

{
    "name": "Home Assistant",
    "description": "Open source home automation that puts local control and privacy first.",
    "icon": "https://version.home-assistant.io/rpi-imager-haos.png",
    "subitems_url": "https://version.home-assistant.io/rpi-imager-haos.json"
},

似乎图像列表已包含在内,Home Assistant 现在可以在官方仓库中使用! :tada:

我认为这可以关闭。

@ghollingworth我们应该将那个 json 片段在线存储在某个地方吗? 如果我们使用我们的发布管道维护它,您会自动更新吗?

您的发布管道无法正常工作。 它仍然在6.2上。

目前是手动步骤。 更新至 7.0 版。

此页面是否有帮助?
0 / 5 - 0 等级