mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-04-30 00:07:14 +00:00

* Modernize sidebar menu * Move more architecture things over * Move APIs to their application docs * Clean up some titles and de-duplicate * Consolidate repair platform and issue registry * More moving * Address comments * Move API down
11 lines
577 B
Markdown
11 lines
577 B
Markdown
---
|
|
title: "Home Assistant Core"
|
|
sidebar_label: Introduction
|
|
---
|
|
|
|
The core of Home Assistant is built from the ground up to be easily extensible using integrations. In this section, we're focusing on how to develop integrations.
|
|
|
|
Before you start, make sure that you have read up on the overall [Home Assistant architecture](architecture_index.md) so that you are familiar with the concepts that make up Home Assistant.
|
|
|
|
If you run into trouble following this documentation, don't hesitate to join our #devs_core channel on [Discord](https://www.home-assistant.io/join-chat/).
|