Home Assistant 0.109.6 Groups Not Working

Before updating to Home Assistant 0.109.6 my light groups were working perfectly fine. Now the groups don’t show up in the states tab. The configuration.yaml file still has group: !include groups.yaml and my light group is:

outdoor_surround_lights:
   name: Outdoor Surround Lights
   entities:
   - switch.outdoor_left_front_light
   - switch.outside_right_front_light
   - light.front_outdoor_lights
   - light.outdoor_front_left_lights

Did I miss something when I updated? Nothing in the groups.yaml file shows up in the states. Also, was “Reload Groups” removed from the configuration page?

I restated HassIO and now the groups show up in the states tab. However, why was reload groups removed from the configuration page?