mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-13 03:59:49 +00:00
Lots of updates here. Updated my Readme - Added Affiliate Links, added some more information, better organized devices Updated gitignore with paths realtive to my hassio config Combined my switches and lights into single yaml files instead of the directory structure previously Added zigbee2mqtt.yaml to packages - contains automations and such for zigbee2mqtt Archived my previous version in the V4-config branch.
23 lines
745 B
YAML
Executable File
23 lines
745 B
YAML
Executable File
###############################################################################
|
|
# @author : Jeffrey Stone
|
|
# @date : 07/09/2019
|
|
# @package : Jarvis
|
|
# @description : Brining some Jarvis to Home Assistant
|
|
###############################################################################
|
|
|
|
automation:
|
|
|
|
|
|
script:
|
|
activate_house_party_protocol:
|
|
sequence:
|
|
- service: scene.turn_on
|
|
entity_id: scene.house_party_protocol
|
|
- service: script.ah_report
|
|
data_template:
|
|
speech_message: >
|
|
{{ [
|
|
"Anchorage House has been configured for a House Party.",
|
|
"Incense has been turned on.",
|
|
"I have enabled house party protocol."
|
|
] | random }} |