Skip to content

Alexa Skill includes LAMBDA script, python_script, home assistant scripts and automation for last_called device to work with purposed intents

Notifications You must be signed in to change notification settings

mmstano/ha-echo-command-center

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ha-echo-command-center

Alexa Skill includes LAMBDA script, python_script, home assistant scripts and automation for last_called device to work with purposed intents

Helpers

Create 2 helpers. The first is a simple input_text helper called "input_text.alexa_last_device". The second is a template sensor. I created mine in yaml. It looks like this (look at the code block for correct format) -

  • sensor:
    • name: "Resolved Echo Target" unique_id: echo_target state: "{{ states('sensor.echo_target') }}" attributes: friendly_name: "Resolved Echo Target"

Create 2 more helpers if you want shopping list and task list functionality. These will be input_text helpers. One named input_text.shopping_item_captured and another named input_text.task_item_captured.

About

Alexa Skill includes LAMBDA script, python_script, home assistant scripts and automation for last_called device to work with purposed intents

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages