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 content of
analytics_stats/custom_components/
tocustom_components/
in 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" |
sensor:
- platform: analytics_stats
countries: "SK CZ"
integrations: "esphome systemmonitor"