From 169b039c118450785ad162c1ed7628545a40f128 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:20:02 +0200 Subject: [PATCH] Add numbers for 2023 (#28879) --- source/help/trivia.markdown | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/source/help/trivia.markdown b/source/help/trivia.markdown index 51827f04aea..0851d6170bb 100644 --- a/source/help/trivia.markdown +++ b/source/help/trivia.markdown @@ -32,16 +32,16 @@ Home Assistant is open source software and available under the [Apache 2.0](http This sections just contains some random numbers of the Home Assistant eco-system. Sorry, only the main repository counts. -| Description | 2015 | 2016 | 2017 | -| --------------------------------------------------------------------------- | ------- | --------- | ---------- | -| [Forum posts](https://community.home-assistant.io/) | 352 | 33004 | 171981 | -| [Forum topics](https://community.home-assistant.io/) | 83 | 4863 | 21512 | -| [Forum members](https://community.home-assistant.io/) | 92 | 3931 | 16663 | -| [GitHub stars](https://github.com/home-assistant/home-assistant/stargazers) | 2519 | 5239 | 12074 | -| [GitHub forks](https://github.com/home-assistant/home-assistant/network) | 374 | 1424 | 3474 | -| Page views [ha.io](/) | 600,372 | 6,614,343 | 23,727,481 | +| Description | 2015 | 2016 | 2017 | 2023 | +| --------------------------------------------------------------------------- | ---- | ----- | ---- | ---- | +| [Forum posts](https://community.home-assistant.io/) | 352 | 33004 | 172k | 2.5M | +| [Forum topics](https://community.home-assistant.io/) | 83 | 4863 | 22k | 205k | +| [Forum members](https://community.home-assistant.io/) | 92 | 3931 | 17k | 193k | +| [GitHub stars](https://github.com/home-assistant/home-assistant/stargazers) | 2519 | 5239 | 12k | 62k | +| [GitHub forks](https://github.com/home-assistant/home-assistant/network) | 374 | 1424 | 3.5k | 24k | +| Page views [ha.io](/) | 600k | 6.6M | 23M | | -## Commit per year +## Commits per year The numbers below only covers the [main git repository](https://github.com/home-assistant/home-assistant/) and doesn't take the helpers ([home-assistant.io](https://github.com/home-assistant/home-assistant.io), [frontend](https://github.com/home-assistant/frontend), etc.) into account. @@ -51,6 +51,7 @@ The numbers below only covers the [main git repository](https://github.com/home- 2015: 2963 2016: 4299 2017: 3917 +2022: 9991 ``` More details and statistics can be found on [GitHub](https://github.com/home-assistant/home-assistant/graphs/contributors).