From 6d4873b78b3d6cc2a97adfe687b392091c894cd5 Mon Sep 17 00:00:00 2001 From: Anashost <41167157+Anashost@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:07:09 +0200 Subject: [PATCH] Update README.md Fixed synax error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7e30a9..3169fd7 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Extract weather data from any weatherXM station via api calls in Home Assistant. {% elif state == 'Unknown' %} grey {% endif %} - - platform: template + - platform: template sensors: weatherxm_pressure_hpa: value_template: "{{ state_attr('sensor.weatherxm_sensor', 'pressure')|round(0)}}"