0.115: B-Day release! Media browser, tags, automations & WTH

It appears that the light group platform is no longer registering entity ids in the backend.

See edit #3 at the end.

light:
- platform: group
  name: All Hallway Lights
  entities:
  - light.lifx_bottom_of_stairs
  - light.lifx_hallway
  - light.lifx_linen_cupboard
  - light.lifx_top_of_stairs

- platform: group
  name: All Lounge Lights
  entities:
  - light.lifx_lounge_entrance_lamp
  - light.lifx_lounge_front_left
  - light.lifx_lounge_front_right
  - light.lifx_lounge_middle_left
  - light.lifx_lounge_middle_right
  - light.lifx_lounge_rear_left
  - light.lifx_lounge_rear_right

- platform: group
  name: All Rumpus Room Lights
  entities:
  - light.led_strip_bar
  - light.lifx_bar_1
  - light.lifx_bar_2
  - light.lifx_bar_3
  - light.lifx_bar_lamp
  - light.lifx_cinema_1
  - light.lifx_cinema_2
  - light.lifx_cinema_3
  - light.lifx_cinema_left
  - light.lifx_cinema_right
  - light.led_table

Developer Tools / States:
Screenshot_2020-09-22 Developer Tools - Home Assistant

I noticed this because of the error:
log

However the strangest part is that the entities are available in the frontend:

EDIT: This is really screwy. After displaying them in the front end they now appear in Developer Tools / States.

Going to restart and see if they disappear again.

EDIT2: Nope. Can’t reproduce it.

I am still getting the error, despite the fact that the entity exists. (I did ctrl+F5, entity light.all_lounge_lights was still visible in the developer tools).

EDIT3: Found the culprit.

Calling the service lifx.effect_stop on a light group (even if it only contains lifx lights). Calling the service on a plain old vanilla group of lifx lights does work. Apologies for the false alarm.