Light Group w/ Converted Switches Broken w/ 0.89.1

I have a Lutron light switch which I convert to a ‘light’ and add to a group of hue lights in a light group. This has worked perfectly to combine the hardware switch with the hue bulbs up until 0.89.0. Can anyone give me some advice on getting this back to a working state. The net effect is that the switch loses state and basically just stays on even though it’s actually toggling my lights (switch is sticky):

# Convert Lutron Caseta Switch to Light

- platform: switch
  name: Study Light
  entity_id: switch.study_main_lights

# Add lights to group (Lutron switch first, then hue lights)

- platform: group
  name: Study Lights
  entities:
    - light.study_light
    - light.hue_study_1
    - light.hue_study_2
    - light.hue_study_3
    - light.hue_study_4