mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-02 01:07:15 +00:00

* Add manifest docs * Talk about integrations * Apply suggestions from code review Co-Authored-By: balloob <paulus@home-assistant.io> * Address comments * Apply suggestions from code review Co-Authored-By: balloob <paulus@home-assistant.io> * Address comments * Final comment * Mention codeowners script
12 lines
567 B
Markdown
12 lines
567 B
Markdown
---
|
|
title: "Starting with Development"
|
|
sidebar_label: Introduction
|
|
---
|
|
|
|
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 [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_backend channel on [Discord](https://www.home-assistant.io/join-chat/).
|
|
|