Update README.md
This commit is contained in:
@@ -1,3 +1,22 @@
|
|||||||
Use this code to keep long term weather records in Home Assistant
|
First create the following helpers in 'Settings - Devices & Services - Helpers'<br>
|
||||||
|
<br>
|
||||||
You will need the following helpers:
|
- 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user