Add climate packages for Assist
This commit is contained in:
19
custom_sentences/en/climate.yaml
Normal file
19
custom_sentences/en/climate.yaml
Normal 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"
|
||||||
|
|
8
packages/assist/climate.yaml
Normal file
8
packages/assist/climate.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
intent_script:
|
||||||
|
MasterBedroomModes:
|
||||||
|
action:
|
||||||
|
service: "button.press"
|
||||||
|
data:
|
||||||
|
entity_id: "{{ mode }}"
|
||||||
|
speech:
|
||||||
|
text: "Master bedroom set to {{ mode }}"
|
Reference in New Issue
Block a user