From 0698e18d17ec7b24edb5008dcae6c101d60cd291 Mon Sep 17 00:00:00 2001
From: theipw <102994625+theipw@users.noreply.github.com>
Date: Thu, 28 Mar 2024 08:30:21 +0000
Subject: [PATCH] Update README.md
---
README.md | 25 ++++++++++++++++++++++---
1 file changed, 22 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 0ca52d1..2a17cef 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,22 @@
-Use this code to keep long term weather records in Home Assistant
-
-You will need the following helpers:
+First create the following helpers in 'Settings - Devices & Services - Helpers'
+
+- input_number.day_temp_max
+- input_datetime.day_temp_max_time
+- input_number.day_temp_min
+- input_datetime.day_temp_min_time
+- input_number.day_wind_max
+- input_number.highest_daily_recorded_rainfall
+- input_number.highest_weekly_recorded_rainfall
+- input_datetime.highest_weekly_rainfall_date
+- input_number.highest_monthly_recorded_rainfall
+- input_datetime.highest_monthly_rainfall_date
+- input_number.highest_recorded_remp
+- input_datetime.highest_temp_date
+- input_number.lowest_recorded_temp
+- input_datetime.lowest_temp_date
+- input_number.highest_recorded_wind_speed
+- input_datetime.highest_wind_speed_date
+- input_number.last_month_rain
+- input_number.rain_yesterday
+
+Then create the automations using the automation files provided. Make sure to change any sensor entity to use the name of your entity.