Emulated hue problem

I get this error in the log repeatedly:

“WARNING (MainThread) [homeassistant.components.emulated_hue] ‘emulated_hue’ is deprecated. Please rename ‘emulated_hue’ to ‘emulated_hue_hidden’ in your configuration file.”

But when I change the emulated_hue to emulated_hue_hidden in the configuration file it fails to configure and i get an error box on the HA home page. I have changed every instance in the customize file as well this does not affect anything and works but still get the message in the error log.

This just started when i upgraded to 0.56.*

Anyone know how to fix this?

Here’s mine:

Config:

emulated_hue:
  host_ip: 192.168.0.107
  listen_port: 80
  expose_by_default: false

Customize:

switch.mirror_lights_switch:
  friendly_name: Mirror Lights
  icon: mdi:lightbulb
  emulated_hue_hidden: false
  emulate_hue_name: Mirror Lights

hmm…not much different than what i have.

emulated_hue:
host_ip: 192.168.8.249
expose_by_default: false

cover.garage_door:
icon: mdi:car
friendly_name: Garage
emulated_hue_hidden: false

There is a bunch more in the customize but this is how everything is formatted. I have tried everything from replacing the customize.yaml file with a blank one to uninstalling/reinstalling HA altogether. The only thing that stops the message is to remove/comment out “emulated_hue:” from my config file.

Like i said before everything was fine until i upgraded to 0.56.x. - perhaps a bug? Not sure how to submit a bug report; maybe it will be fixed/fix itself in the next version?!?

No idea where to go from here though.