developers.home-assistant/docs/development_index.md
Eduard van Valkenburg ce18852db3 Made the minimum Python version explicit (#130)
* Made the minimum python version explicit

With a reference to the Debian stable docs.

* moved text down below the overal group of getting started links
2018-10-17 14:41:18 +02:00

1.6 KiB

title, sidebar_label
title sidebar_label
Starting with Development Introduction

Home Assistant is built from the ground up to be easily extensible using components. Home Assistant uses Python 3 for the backend and Polymer (Web components) for the frontend.

Home Assistant is open-source and licensed under Apache 2.0. Here are links to the source:

For those new to contributing to open source software, make sure you are familiar with all of the tools and concepts used in Home Assistant before you start.

When contributing Home Assistant code:

Home Assistant follows Debian Stable for the minimum Python version, which is currently Python 3.5.3.

When contributing 3rd Party code to be used by Home Assistant: