When I use the smart home skill capability (Alexa.SimpleEventSource), I cannot get my device to appear in the list of devices that can trigger a routine (i.e. the "when this happens" question when creating a routine).
I can if I use the Alexa.ContactSensor capability instead.
This is my discovery capability response:-
{
type: "AlexaInterface",
interface: "Alexa.SimpleEventSource",
instance: "instance-button-001",
version: "1.0",
properties: {},
capabilityResources: {
friendlyNames: [{
"@type": "asset",
value: {
assetId: "Alexa.Button.OnButton"
}
}]
},
configuration: {
supportedEvents: [{
id: "Button.SinglePush.1",
friendlyNames: [{
"@type": "asset",
value: {
assetId: "Alexa.Button.SinglePush"
}
}]
}]
}
}
Any ideas?
Thanks,
Ian