home-assistant-configuration/packages/jarvis.yaml

23 lines
745 B
YAML
Raw Normal View History

2019-07-12 20:32:25 +00:00
###############################################################################
# @author : Jeffrey Stone
# @date : 07/09/2019
# @package : Jarvis
# @description : Brining some Jarvis to Home Assistant
###############################################################################
automation:
2019-07-16 01:40:39 +00:00
2019-07-12 20:32:25 +00:00
script:
activate_house_party_protocol:
sequence:
- service: scene.turn_on
entity_id: scene.house_party_protocol
2019-07-16 01:40:39 +00:00
- service: script.ah_report
2019-07-12 20:32:25 +00:00
data_template:
2019-07-16 01:40:39 +00:00
speech_message: >
2019-07-12 20:32:25 +00:00
{{ [
"Anchorage House has been configured for a House Party.",
"Incense has been turned on.",
"I have enabled house party protocol."
2019-07-14 01:38:53 +00:00
] | random }}