mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 10:08:57 +00:00
848 B
848 B
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Starting with Development | Everything to get you started developing for Home Assistant. | 2014-12-21 13:32 | true | false | true | true |
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 MIT-licensed. Here are links to the source::
- home-assistant: Python server backend.
- home-assistant-js: JavaScript backend that powers the client.
- home-assistant-polymer: Polymer UI.