-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emulated hue lights discovered as lights #1251
Comments
They are exposed http://HA/api/pi/lights to Alexa as:
On Amazon's side
Initial attempt to filter on hass model names won't work as non-lights do not show the modelid e.g., "HASS123" |
I think the best way is to go the other way around. I have some actual hue bulbs connected directly to my Echo. They report a capability of "Alexa.EndpointHealth". So, if there if a manufacturerName of "Royal Philips Electronics" AND it doesn't have that capability, its an emulated device. PR coming shortly. |
I think you're right. That's a consistent filter on what I'm seeing in my system. |
Please note to rebase on dev, I've fixed the style. |
Describe the bug
With the inclusion of light support, emulated_hue lights are being detected and exposed. They should be filtered out since they already should exist in HA.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Emulated hue lights should be ignored
Screenshots
If applicable, add screenshots to help explain your problem.
System details
const.py
or HA startup): devpip show alexapy
or HA startup):Logs
Please provide logs. We'll be most likely asking for them anyway.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: