Create an Alexa Smart Home Skill that will respond to Smart Home commands.
- In a web browser to the Alexa Skills Kit Developer Console at https://developer.amazon.com/alexa/console/ask. If not already authenticated, you may have to Sign In with your Amazon Developer Account.
- Click the Create Skill button.
- For the Skill name, enter
skill-sample-java-smarthome-switch
. - Leave the Default language as English (US).
- Under Choose a model to add to your skill select the Smart Home model.
- Click the Create a skill button. When completed, you should be at the configuration page for a newly created skill-sample-java-smarthome-switch page.
- In the Smart Home service endpoint section, locate the Your Skill ID value and click the Copy to clipboard link to copy and then paste the Alexa Skill Application ID into the [Alexa Skill Application ID] section of your working
setup.txt
file in yourworking-smarthome
directory.
Next Setup the Lambda Function
Return to the Instructions