Modified manifest.json to match new requirements, chaged the folder name with underscore

This commit is contained in:
lfasci
2021-06-16 22:00:23 +02:00
parent f8f259a161
commit 9315daa94a
3 changed files with 2 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ To enable it, add the following lines to your `configuration.yaml`:
```yaml
# Example configuration.yaml entry
sensor:
- platform: prometheus-query
- platform: prometheus_query
name: Temperature Pisa
prometheus_url: http://localhost:9090
prometheus_query: temperature{location="Pisa",province="PI",region="Tuscany"}