Added file for Alexa intent scripts
This commit is contained in:
9
packages/alexa.yaml
Normal file
9
packages/alexa.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
intent_script:
|
||||||
|
ActivateSceneIntent:
|
||||||
|
action:
|
||||||
|
service: scene.turn_on
|
||||||
|
target:
|
||||||
|
entity_id: scene.{{ Scene | replace(" ","_") }}
|
||||||
|
speech:
|
||||||
|
type: plain
|
||||||
|
text: "Scene is set to {{ Scene }}"
|
Reference in New Issue
Block a user