I had the problem that initially no entities were found by Alexa and the following was logged: Discovery failed: 'friendly_name'. Turns out that I have an entity in my local setup where friendly_name is not set, for whatever reason.
This PR should skip such entities by simply filtering them. Of course, if theres ahaaska_name` configured, it should work as this is being used when building the response object for Alexa.
I had the problem that initially no entities were found by Alexa and the following was logged:
Discovery failed: 'friendly_name'
. Turns out that I have an entity in my local setup wherefriendly_name
is not set, for whatever reason.This PR should skip such entities by simply filtering them. Of course, if there
s a
haaska_name` configured, it should work as this is being used when building the response object for Alexa.