Update README.md

This commit is contained in:
theipw
2024-03-28 08:30:21 +00:00
committed by GitHub
parent 8461c11fd2
commit 0698e18d17
+22 -3
View File
@@ -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'<br>
<br>
- input_number.day_temp_max<br>
- input_datetime.day_temp_max_time<br>
- input_number.day_temp_min<br>
- input_datetime.day_temp_min_time<br>
- input_number.day_wind_max<br>
- input_number.highest_daily_recorded_rainfall<br>
- input_number.highest_weekly_recorded_rainfall<br>
- input_datetime.highest_weekly_rainfall_date<br>
- input_number.highest_monthly_recorded_rainfall<br>
- input_datetime.highest_monthly_rainfall_date<br>
- input_number.highest_recorded_remp<br>
- input_datetime.highest_temp_date<br>
- input_number.lowest_recorded_temp<br>
- input_datetime.lowest_temp_date<br>
- input_number.highest_recorded_wind_speed<br>
- input_datetime.highest_wind_speed_date<br>
- input_number.last_month_rain<br>
- input_number.rain_yesterday<br>
<br>
Then create the automations using the automation files provided. Make sure to change any sensor entity to use the name of your entity.