Skip to content

Latest commit

 

History

History
executable file
·
20 lines (15 loc) · 1.16 KB

File metadata and controls

executable file
·
20 lines (15 loc) · 1.16 KB

Smart Home Virtual Fireplace Skill (Python)

Instructions

In this tutorial, you will use the Alexa Smart Home Skill API to build a virtual fireplace, which will respond to your commands to power it on and off. Over the next eleven steps, you will create a skill and supporting backend resources to handle the requests from Alexa and provide responses based on user input. When complete, you will have the opportunity to continue your learning by adding additional functionality (like controlling the color, flame type, and more) to your virtual fireplace through additional code samples.

Begin by following the steps in order:

  1. Verify the Requirements
  2. Get the Sample
  3. Create the Skill
  4. Create the Backend Resources
  5. Create a Security Profile
  6. Configure the Skill
  7. Deploy the Sample Code
  8. Update the Code
  9. Start the Client
  10. Test the Skill
  11. Continued Learning and Clean Up