From fb52fc9a76873ea0eb9e9589e4b9eb5f475e9fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Tue, 30 Sep 2025 12:38:17 +0200 Subject: [PATCH] Update "Supported hardware" section of the readme (#4321) Remove the list of boards and refer to the ADRs and developer documentation instead. Fixes #4316 --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 11d755d5d..de27ab45d 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,10 @@ Home Assistant Operating System uses Docker as its container engine. By default ## Supported hardware -- Nabu Casa -- Raspberry Pi -- Hardkernel ODROID -- Asus Tinker Board -- Generic x86-64 (e.g. Intel NUC) -- Virtual appliances +The list of supported hardware is defined by [ADR-0015](https://github.com/home-assistant/architecture/blob/master/adr/0015-home-assistant-os.md). +Every new hardware addition must meet at least requirements defined in [ADR-0017](https://github.com/home-assistant/architecture/blob/master/adr/0017-hardware-screening-os.md) and pass through an architecture design proposal. -See the full list and specific models [here](./Documentation/boards/README.md) +For documentation explaining details of the individual supported boards, see [Board support](https://developers.home-assistant.io/docs/operating-system/boards/overview) section of the Home Assistant Developer Docs. ## Getting Started