From ebc2b9907fc730cb37915b5ae681530c585e8950 Mon Sep 17 00:00:00 2001 From: Beat Date: Fri, 31 Mar 2017 19:26:30 +0200 Subject: [PATCH] removed reference to home-assistant-js (#2356) according to the repository readme, this is old stuff and not used anymore. --- source/developers/development.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/developers/development.markdown b/source/developers/development.markdown index 771709054e1..f2f79b70c40 100644 --- a/source/developers/development.markdown +++ b/source/developers/development.markdown @@ -14,7 +14,6 @@ Home Assistant is built from the ground up to be easily extensible using compone Home Assistant is open-source and MIT-licensed. Here are links to the source: - [home-assistant](https://github.com/home-assistant/home-assistant): Python server backend. - - [home-assistant-js](https://github.com/home-assistant/home-assistant-js): JavaScript backend that powers the client. - [home-assistant-polymer](https://github.com/home-assistant/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.