Files
core/homeassistant/components/prometheus/manifest.json
Per Osbäck e9705af055 Prometheus metrics naming based on device_class and unit_of_measurement (#24103)
* - 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
2019-08-10 14:35:04 +02:00

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": []
}