Add numbers for 2023 (#28879)

This commit is contained in:
c0ffeeca7 2023-09-21 19:20:02 +02:00 committed by GitHub
parent 915fd8c4c7
commit 169b039c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).