Upgrade to 0.86 - The following components and platforms could not be set up

I upgraded to 0.86.4 lately and have been trying to sort out the problems. My most recent is an error “The following components and platforms could not be set up”

Untitled

I’m at a loss on how to fix this. Any tips?

Quite possibly your naming of entities in those domains contravenes the new naming rules.

  • No capital letters
  • No leading or ending underscores
  • No double underscores

See here https://www.home-assistant.io/blog/2019/01/23/release-86/ and the accompanying thread.

Thanks, Nick. I went through everything and corrected any of those issues, but I’m still seeing this error. If I comment out group: !include groups.yaml in my config file the error I posted above goes away, but then my groups don’t work. I have a couple of groups of sensors and I use the group to trigger automations.
Ex.

garage-motion:
  name: Garage Motion
  control: hidden
  icon: mdi:account-alert
  entities:
    - binary_sensor.ecolink_motion_detector_sensor
    - binary_sensor.ecolink_motion_detector_sensor_2

Does Lovelace not support groups?

Sorry I have not transitioned to lovelace.