Emulated Hue not working with Harmony Hub - Errors in home-assistant.log

I set up some Emulated Hue lights today, and added the Emulated bridge to my Harmony hub. I was able to turn the lights on and off for a while. But it stopped working. I did make changes to the config after it is working, so it is possible I goofed something up. But I do still see the lights on my Harmony remote, and it seems to think that they are turning on and off. But it does not register in HA. And it causes the below errors in home_assistant.log. Thoughts?

2019-02-24 08:43:50 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/app/homeassistant/core.py”, line 1109, in async_call
processed_data = handler.schema(service_data)
File “/usr/local/lib/python3.6/site-packages/voluptuous/schema_builder.py”, line 267, in call
return self._compiled([], data)
File “/usr/local/lib/python3.6/site-packages/voluptuous/schema_builder.py”, line 589, in validate_dict
return base_validate(path, iteritems(data), out)
File “/usr/local/lib/python3.6/site-packages/voluptuous/schema_builder.py”, line 427, in validate_mapping
raise er.MultipleInvalid(errors)
voluptuous.error.MultipleInvalid: extra keys not allowed @ data[‘brightness’]

What do you mean you setup the emulated bridge? How many components did you set up? For emulated hue, all you need to setup is emulated hue. Nothing more. In harmony, just search for hue, but it won’t be called emulated bridge.

We’re saying the same thing. I was calling it the Hue Bridge, but I meant the Hue. I figured it out. I think I added and removed and added and removed emulated lights too many times, and it mucked it up. I think it had the IDs for the lights mixed up. I wiped everything out and started over. I removed all the emulated lights from the HA config, and removed the Hue from Harmony. After I re-added them, everything worked. Thanks for the response, though!!