Add climate packages for Assist

This commit is contained in:
2023-07-20 13:24:50 -04:00
parent 87a81ee419
commit be1f904046
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,19 @@
language: "en"
intents:
MasterBedroomModes:
data:
- sentences:
- "(set|change) [the] master bedroom mode to {mode}"
- "(activate|turn on) {mode} in [the] master bedroom"
lists:
mode:
values:
- in: "day mode"
out: "button.master_bedroom_day_mode"
- in: "night mode"
out: "button.master_bedroom_night_mode"
- in: "bedtime mode"
out: "button.master_bedroom_bedtime_mode"

View File

@ -0,0 +1,8 @@
intent_script:
MasterBedroomModes:
action:
service: "button.press"
data:
entity_id: "{{ mode }}"
speech:
text: "Master bedroom set to {{ mode }}"