mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-03 09:38:38 +00:00

* 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
1.6 KiB
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:
- home-assistant: Python server backend.
- home-assistant-polymer: Polymer UI.
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: