Move Assist things to regular packages due to filename conflicts
This commit is contained in:
18
packages/computers.yaml
Normal file
18
packages/computers.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
intent_script:
|
||||
BootComputers:
|
||||
action:
|
||||
service: "script.{{person}}_{{action}}"
|
||||
speech:
|
||||
text: >
|
||||
{% if person == "tony_desktop" %}
|
||||
{% set computer = "tony's computer" %}
|
||||
{% elif person == "tina_desktop" %}
|
||||
{% set computer = "tina's computer" %}
|
||||
{% elif person == "kallen_desktop" %}
|
||||
{% set computer = "collin's computer" %}
|
||||
{% endif %}
|
||||
{% if action == "wake" %}
|
||||
{{ computer }} is now booting up
|
||||
{% elif action == "shutdown" %}
|
||||
{{ computer }} is shutting down
|
||||
{% endif %}
|
Reference in New Issue
Block a user