First adventures into the world of Assist

This commit is contained in:
2023-07-19 21:55:39 -04:00
parent ae1675216f
commit dd8fef251c
4 changed files with 90 additions and 0 deletions

View File

@ -0,0 +1,7 @@
language: "en"
responses:
intents:
HassTurnOn:
default: "I have turned on the {{ slots.name }}"
HassTurnOff:
default: "I have turned off the {{ slots.name }}"