Closed dibyadip-das closed 3 years ago
same problem...
@dibyadip-das @giuseppefava I face the same issue. Did you already figure out the issue?
When I execute the request body that I took from the debug log, I get all my devices in the response..
Same problem here. Testing the Lambda works as expected but Alexa can't find any new devices.
Same problem here. Testing the Lambda works as expected but Alexa can't find any new devices.
Try it first with just a few entities included via Home Assistant config. It seems that they have a limit on the amount of device you can add per call.
Same problem here. Testing the Lambda works as expected but Alexa can't find any new devices.
Try it first with just a few entities included via Home Assistant config. It seems that they have a limit on the amount of device you can add per call.
How do you limit the devices in HA config?
I got i working with
alexa: smart_home: filter: include_entities:
Although I tested the lambda function and it works flawlessly but Alexa skill is not able to discover any devices. Any idea as to why this is working?