* - Change how we extract the metrics for sensors - Add component filtering as seen in influxdb - Add metric override as seen in influxdb - Add more unit tests with actual device data * Extract sensor metric logic to separate handlers * Update prometheus dependency * Format using black * Format using black * Fix flake8 * Move sensor metric handler list to init * Use f strings instead of .format
13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"domain": "prometheus",
|
|
"name": "Prometheus",
|
|
"documentation": "https://www.home-assistant.io/components/prometheus",
|
|
"requirements": [
|
|
"prometheus_client==0.7.1"
|
|
],
|
|
"dependencies": [
|
|
"http"
|
|
],
|
|
"codeowners": []
|
|
}
|