Migrated to Codeberg
Sensor for data from Home Assistant Analytics
- Add this repo as custom repository (category
Integration) in HACS - Search for "Analytics Stats"
- Install as usualy
- Copy
custom_components/analytics_statstocustom_components/analytics_statsin your Home Assistant
- Add configuration to
configuration.yaml - Restart Home Assistant
| Option | Description | Required | Example |
|---|---|---|---|
| countries | String of country codes separated by space | no | "SK CZ" |
| integrations | String of integration names separated by space from URL home-assistant.io/integrations/{name}/ |
no | "esphome systemmonitor" |
| boards | String of board names from data.json current -> operating_system -> boards |
no | "rpi4-64 rpi4" |
| os_versions | String of OS versions from data.json current -> operating_system -> versions |
no | "5.13 6.0.rc1" |
sensor:
- platform: analytics_stats
countries: "SK CZ"
integrations: "esphome systemmonitor"
boards: "rpi4-64 rpi4"
os_versions: "5.13 6.0.rc1"