OSS探訪

Home Assistant Core — local controlとprivacyを重視するhome automation backend

OSS健全度 100
スコアの見方

発掘スコアはStars・Watchers・Forks・Contributorsを対数圧縮して重み付けした独自指標(上限なし)。成長モメンタムは観測期間内の同スコアの差、OSS健全度は取得できた更新状況・Community Health・Releaseの0〜100評価です。

Stars
90,400
主要言語
Python
ライセンス
Apache-2.0
リポジトリ最終更新
2026/09/13

概要

home-assistant/coreは、Home AssistantのPython製backend repositoryです。Raspberry Piやlocal serverで動かし、住宅内のdeviceとserviceをintegrationで接続しながら、local controlとprivacyを優先します。

特徴と向いている用途

公式資料に基づく紹介・実機未検証 · 内容確認日:

多様なdeviceとserviceをintegrationで一つのautomationへ結ぶ

modularなintegrationを通じてdevice stateを取得し、条件やeventに応じたhome automationを構成します。READMEはlive demo、installation、tutorial、documentation、architecture、contribution guideへの公式入口を整理しています。

出典:[1]

家庭内dataと制御をlocal環境へ置きたい場合

Raspberry Piや常時稼働serverを用意し、異なるmakerのdeviceを一つのautomationへまとめたい利用者に向きます。導入方式とbackup方法を公式installation documentationで選び、少数のintegrationから動作を確認してください。

出典:[1]

core repositoryと利用者向け配布物を区別する

このrepositoryはHome Assistant全体の完成済みimageではなく、主にPython backendの開発sourceです。実際の導入は公式installation guideを使ってください。integrationの機能やlocal完結性は、接続するdevice・cloud serviceごとに異なります。

出典:[1]

参考にした公式資料

  1. [1]Home Assistant Core README(2026-09-13)
編集部からの補足

Home Assistantというbrandの拡大後もrepositoryをcoreへ整理し、local controlとprivacyを一貫した検索語にする例として選びました。

成長

成長の推移 · 直近30日

90,400 Stars

推移データを蓄積中です。

開発アクティビティ

直近90日・週次

Commit(直近30日)
1,872
Open PR
910

開発アクティビティを蓄積中です。

Built with

カテゴリとタグ

GitHubデータ

GitHubのデータGitHubの詳細データを見る

GitHub Topics

  • python
  • home-automation
  • iot
  • internet-of-things
  • mqtt
  • raspberry-pi
  • asyncio
  • hacktoberfest
Stars
90,400
Forks
38,601
Watchers
1,358
Open Issues
2,659
主要言語
Python
ライセンス
Apache-2.0
リポジトリ最終更新
2026/09/13
情報の誤りを報告

掲載内容に誤りや古い情報があればお知らせください。

Home Assistant Coreとは?ローカル重視のホーム自動化 | OSS探訪