I wonder if someone can assist. From a basic install (that works and boots up) my first thing
was trying to setup the weather module. Should be fairly easy, but when
I follow the directions of just copying an pasting, my HA instance
doesn’t start anymore. I really don’t understand if I should repeat
“sensor:” or “platform:” or I should include all the hyphens before each
items. Can someone assist with this Wunderground setup?
Here is my entry in configuration.yaml
# Weather Prediction
sensor:
- platform: yr
- platform: wunderground
- api_key: !secret wu_api
- monitored_conditions:
- alerts
- dewpoint_f
- dewpoint_string
- feelslike_f
- feelslike_string
- heat_index_c
- heat_index_f
- heat_index_string
- elevation
- location
- observation_time
- precip_1hr_in
- precip_1hr_metric
- precip_1hr_string
- precip_today_in
- precip_today_metric
- precip_today_string
- pressure_in
- pressure_mb
- pressure_trend
- relative_humidity
- station_id
- solarradiation
- temperature_string
- temp_c
- temp_f
- UV
- visibility_km
- visibility_mi
- weather
- wind_degrees
- wind_dir
- wind_gust_kph
- wind_gust_mph
- wind_kph
- wind_mph
- wind_string
Can anyone explain or point to an explanation of how and when to indent or not indent? Should “platform:” be repeated or not?
Thanks