Files
ha-weather-records/weather_numbers.yaml
T
2026-08-20 18:19:33 +01:00

77 lines
1.5 KiB
YAML

day_temp_max:
name: "Weather - Day Temp Max"
initial: -100
min: -100
max: 100
step: 0.1
unit_of_measurement: "°C"
day_temp_min:
name: "Weather - Day Temp Min"
initial: 100
min: -100
max: 100
step: 0.1
unit_of_measurement: "°C"
day_wind_max:
name: "Weather - Day Wind Max"
initial: 0
min: 0
max: 200
step: 0.1
unit_of_measurement: "mph"
highest_recorded_temp:
name: "Weather - Highest Recorded Temperature"
initial: -100
min: -100
max: 100
step: 0.1
unit_of_measurement: "°C"
lowest_recorded_temp:
name: "Weather - Lowest Recorded Temperature"
initial: 100
min: -100
max: 100
step: 0.1
unit_of_measurement: "°C"
highest_recorded_wind_speed:
name: "Weather - Highest Recorded Wind Speed"
initial: 0
min: 0
max: 200
step: 0.1
unit_of_measurement: "mph"
highest_daily_recorded_rainfall:
name: "Highest Daily Recorded Rainfall"
initial: 0
min: 0
max: 1000
step: 0.1
unit_of_measurement: "mm"
highest_weekly_recorded_rainfall:
name: "Highest Weekly Recorded Rainfall"
initial: 0
min: 0
max: 1000
step: 0.1
unit_of_measurement: "mm"
highest_monthly_recorded_rainfall:
name: "Highest Monthly Recorded Rainfall"
initial: 0
min: 0
max: 5000
step: 0.1
unit_of_measurement: "mm"
rain_yesterday:
name: "Rain Yesterday"
initial: 0
min: 0
max: 1000
step: 0.1
unit_of_measurement: "mm"
last_month_rain:
name: "Last Month Rain"
initial: 0
min: 0
max: 5000
step: 0.1
unit_of_measurement: "mm"