Is Hue Component Broken in Hass.io 59.2?

I noticed my Hue lights kept dropping off after upgrading to 0.60. Modified my configuration to include the hue: component, and my lights showed back up.

However, it would appear that the entity_namespace functionality has been broken in the new version. The following lines in my configuration.yaml are not being processed, and adding the entity_namespace to the hue: component causes the configuration to fail.

light:
  # Philips Hue
  - platform: hue
    entity_namespace: hue
    allow_hue_groups: false

Just a heads up to anyone who’s having issues with their Hue lights as well. 0.60 broke a lot of my automations because of entity_id’s getting named differently now.