.86 made all my zwave ge switches disapear

running on NUC with docker container homeassistant/home-assistant:latest

upgrade to .86 and my zwave switch domain disappeared. I check the zwave config the nodes are there but the entities for the nodes disapeared. My Zwave contact sensors are working.

it also got rid of my TP bulbs and power plugs.

Reverting to the .85.1 image made it all come back.

Commented out this and it works

group: !include groups.yaml

So what in your groups.yaml file broke your config?

Yes. apparently the GROUP domain is no longer there. I am guessing it was a cascading effect.

It was weird , broke only my zwave switch, icloud and tp bulb and sockets.

I guess the old /state front end is no longer valid and thus groups.yaml is no longer working

I found the issue , a non existing entity was in my groups.yaml. It apparently caused the whole thing to cascading error effect on multiple domains.

it was sensor.date__time should have been sensor.date_time

All is well now on 86.1

I did not have platform: time in my automations. I use node red for most stuff.