Emulated Hue - Devices/entities not showing up

Hi All,

I have been trying to get the Emulated Hue component to work. It seems to be working just fine, with one major issue. I have added entities, but those are not showing up in the API/Pi/Lights. No errors visible in the logging as far as i can see.

I installed Home Assistant in Docker (Synology) and added the following configuration for the Emulated Hue:

configuration.yaml:

Emulated Hue

emulated_hue:
host_ip:
listen_port: 8300
expose_by_default: true
entities:
group.bedroom_light:
name: “test”
hidden: false

However, checking the API/PI/lights/ returns this info (group.all_remotes is probably a default value that comes with the component):
{“1”: {“modelid”: “HASS123”, “name”: “all remotes”, “state”: {“bri”: 0, “hue”: 0, “on”: false, “reachable”: true, “sat”: 0}, “swversion”: “123”, “type”: “Dimmable light”, “uniqueid”: “group.all_remotes”}}

I probably missed something in my setup, but can’t seem to figure out what that is. Any thoughts?