From 168150d647c3bfa0b9d498a443ec3d23eadaad41 Mon Sep 17 00:00:00 2001 From: Patrick Kissling <33731393+pkissling@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:24:34 +0200 Subject: [PATCH] chore: Update README.me configuration section Add clarifying comment to indicate that users must replace the weather provider's entity ID --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5efb83a..e9d4af1 100644 --- a/README.md +++ b/README.md @@ -88,14 +88,14 @@ The basic idea of the forecast bars is to be able to understand the weather tren ```yaml type: custom:clock-weather-card -entity: weather.home +entity: weather.home # replace with your weather providers's entity id ``` ### Full configuration ```yaml type: custom:clock-weather-card -entity: weather.home +entity: weather.home # replace with your weather providers's entity id title: Home sun_entity: sun.sun temperature_sensor: sensor.outdoor_temp