From 88c7d66c7ae6f6bce492c2ebffaca7155acbaf93 Mon Sep 17 00:00:00 2001 From: lfasci Date: Mon, 14 Jun 2021 07:54:11 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 264f6e7..c49cebd 100644 --- a/README.md +++ b/README.md @@ -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"}