mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-01 06:26:49 +00:00
892 B
892 B
layout, title, date, sidebar, comments, sharing, footer
layout | title | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|
page | Developers | 2014-12-21 13:32 | false | false | true | true |
Home Assistant is build from the ground-up to be easily extensible by other developers using components. It uses Python 3 for the backend and Polymer (Webcomponents) for the frontend.
For further reading, see:
- Home Assistant Architecture
- Frontend development
- Creating a custom component
- Adding support for a new platform
- Rest API