HA 84.6 darksky errors

Since this upgrade, I’ve had the following errors start showing up

Monitored condition temperature_max is deprecated
Monitored condition temperature_min is deprecated
Monitored condition apparent_temperature_max is deprecated

Anyone else seeing these issues, love to report the bugs but I can’t seem to find the link to file them.

This is pretty clear. The options you are using are depreciated.

Did you read the release notes and more specifically the breaking changes before upgrading?

Yes I did read the release notes, I assumed that they would magically disappear if I wasn’t using them; I didn’t care after seeing that in the notes. If I’m not using them, do I need to explicitly filter them out in some way?

Can you post your config (see the blue bar at the top before posting)

Noob mistake, I didn’t realize there was a section up above that I defined the monitored conditions. I removed them and there are no longer items showing up in the log file

sensor:
  # Weather prediction
  #- platform: yr
  - platform: darksky
    api_key: blah
    monitored_conditions:
      - summary
      - icon
      - nearest_storm_distance
      - nearest_storm_bearing
      - precip_type
      - precip_intensity
      - precip_probability
      - temperature
      - apparent_temperature
      - dew_point
      - wind_speed
      - wind_bearing
      - cloud_cover
      - humidity
      - pressure
      - visibility
      - ozone
      - minutely_summary
      - hourly_summary
      - daily_summary
      - precip_intensity_max