Rpi-imager: HomeAssistantのインストールを許可する

作成日 2020年03月05日  ·  10コメント  ·  ソース: raspberrypi/rpi-imager

https://www.raspberrypi.org/blog/raspberry-pi-imager-imaging-utility/#comment-1523756に従って問題を開く

Home Assistantは、ローカル制御とプライバシーに重点を置いたオープンソースのホームオートメーションプラットフォームです。 UIを介した簡単な更新を含め、RaspberryPiをホームオートメーションハブに変える独自のオペレーティングシステムを提供します。 Raspberry Pi4を使い始めているユーザーをお勧めします。RaspberryPiのすべてのバリエーションをサポートしています。

HomeAssistantがRaspberryPiImagerのOSオプションとして利用できるようになれば素晴らしいと思います。

私たちのOSはここで見つけることができます: https ://github.com/home-assistant/operating-system/releases

OS request

最も参考になるコメント

@ghollingworthのjsonがオンラインになり、次のURLで入手できます。

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

rpi-imager --repo https://version.home-assistant.io/rpi-imager-haos.jsonを使用してリポジトリを直接使用すると、次のようになります。
image

Home Assistantは「その他の特定の目的のOS」にあり、次のようなエントリがあると思います。

{
    "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--repofilename.json」を使用して独自の変更をテストできます

@ghollingworthは、そのjson snipetをオンラインのどこかに保存する必要がありますか? リリースパイプラインを使用して更新する場合、自動的に更新しますか?

@agnersはOctoPiのエントリを見て、JSONを生成し、メインリストに参照を追加するだけです。

image

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

なるほど、これがjsonsを参照していることにどういうわけか気づかなかった。 HomeAssistantは「その他の特定の目的のOS」に分類されると思います。

               {
                    "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"
               },

icon / jsonはすぐに起動するはずです。

@ghollingworthのjsonがオンラインになり、次のURLで入手できます。

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

rpi-imager --repo https://version.home-assistant.io/rpi-imager-haos.jsonを使用してリポジトリを直接使用すると、次のようになります。
image

Home Assistantは「その他の特定の目的のOS」にあり、次のようなエントリがあると思います。

{
    "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"
},

画像リストが作成されたようです。HomeAssistantが公式リポジトリで利用できるようになりました。 :tada:

これで閉めることができると思います。

@ghollingworthは、そのjson snipetをオンラインのどこかに保存する必要がありますか? リリースパイプラインを使用して更新する場合、自動的に更新しますか?

リリースパイプラインの何かが機能しません。 それはまだ6.2にあります。

現在は手動の手順です。 リリース7.0に更新。

このページは役に立ちましたか?
0 / 5 - 0 評価