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’]