You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(readme): version-breakdown graphic (installs by release)
Adds versions.svg to the installs generator: horizontal bar chart of active
installs per released version (top 8 + older rollup), latest-in-use highlighted.
Same daily data/cadence as install-stats; embedded in README Live status.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@
28
28
29
29
<imgalt="Govee API uptime"src="https://raw.githubusercontent.com/lasswellt/govee-homeassistant/badges/api-uptime.svg"width="49%" />
30
30
31
+
<imgalt="Installs by version"src="https://raw.githubusercontent.com/lasswellt/govee-homeassistant/badges/versions.svg"width="60%" />
32
+
31
33
</div>
32
34
33
35
<sub>**Active installs** counts only versions **released by this repository** — other `govee` forks and legacy installs sharing the same domain are excluded — and reflects Home Assistant instances opted into Usage‑level analytics, so true usage is higher. **Govee API status** pings `openapi.api.govee.com` and `app2.govee.com` hourly: round of red bars on the right = an outage today, not a problem with your setup. Both graphs update automatically via GitHub Actions ([uptime](.github/workflows/uptime.yml) · [install‑stats](.github/workflows/install-stats.yml)).</sub>
0 commit comments