From 43f7083d7d755f7171ea7a2055c0b1534b4fc9b6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 18 Jan 2017 18:03:49 +0100 Subject: [PATCH] Add number blog post --- source/_posts/2017-01-18-numbers.markdown | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 source/_posts/2017-01-18-numbers.markdown diff --git a/source/_posts/2017-01-18-numbers.markdown b/source/_posts/2017-01-18-numbers.markdown new file mode 100644 index 00000000000..8cbdf4f8a19 --- /dev/null +++ b/source/_posts/2017-01-18-numbers.markdown @@ -0,0 +1,25 @@ +--- +layout: post +title: "Numbers" +description: "Numbers, lists, etc." +date: 2017-01-18 08:04:05 +0000 +date_formatted: "January 18, 2017" +author: Fabian Affolter +author_twitter: fabaff +comments: true +categories: Community +--- + +It's week 3 of 2017 and great things did already happen. This is just a little recap. + +- In the [OSS Metrics leaderboard](https://ossmetrics.com/leaderboard) we are on place 30. Within three months we moved from our starting place which was 66 in September 2016 up to the current one. +- We were listed on [Github Trending](https://github.com/trending/python). Also, was [@balloob](https://github.com/balloob) mentioned as trending developer. +- [@balloob](https://github.com/balloob)'s talk at the OpenIoT Summit 2016 was rated as one of the [Top 5 videos](http://technewsdir.com/top-5-videos-from-embedded-linux-conference-and-openiot-summit-2016) of the conference. +- We now ship over [500](/components/#all) components and platforms. +- We processed over 3500 Pull requests on the [main repository](https://github.com/home-assistant/home-assistant) so far. + +You may ask yourself why this is amazing. It's amazing because we are a community-only project driven by volunteers there is no financial support, no company in the background, and no paid developers who are working on Home Assistant. Here is another "Thank you" because you are the driving force behind Home Assistant. + +What more numbers? Checkout the [Trivia page](/help/trivia/#numbers)... + +-- Fabian