892 B
892 B
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