mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-15 18:15:00 +00:00
This doesn't make any sense to me. At All.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
###Script to actually send notifications to the ChromeCast Audios during normal hours and only when we are home! Call like this:
|
||||
# action:
|
||||
# service: script.speech_engine
|
||||
# message:
|
||||
# speech_message:
|
||||
# # @CCOSTAN
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
######################################################################################################
|
||||
@@ -44,7 +44,7 @@ speech_processing:
|
||||
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.living_room_amp
|
||||
|
||||
|
||||
- service: media_player.volume_set
|
||||
data_template:
|
||||
entity_id: >
|
||||
|
@@ -6,17 +6,20 @@
|
||||
|
||||
tweet_engine:
|
||||
sequence:
|
||||
- service: notify.BearStoneHA
|
||||
- service: mqtt.publish
|
||||
data_template:
|
||||
message: >-
|
||||
{{ tweet }} #IOT #SmartHome
|
||||
topic: 'ifttt/message'
|
||||
payload: "{{ tweet }}"
|
||||
retain: true
|
||||
|
||||
|
||||
|
||||
- service: ifttt.trigger
|
||||
data_template:
|
||||
event: >-
|
||||
facebook_tweet
|
||||
value1: >
|
||||
{% set facebook_tweet = tweet %}
|
||||
{{ facebook_tweet }} #IOT #SmartHome
|
||||
# - service: notify.BearStoneHA
|
||||
# data_template:
|
||||
# message: >-
|
||||
# {{ tweet }} #IOT #SmartHome
|
||||
#
|
||||
# - service: ifttt.trigger
|
||||
# data_template:
|
||||
# event: >-
|
||||
# facebook_tweet
|
||||
# value1: >
|
||||
# {{states.sensor.ifttt_formatted_message.state}} #IOT #SmartHome
|
||||
|
Reference in New Issue
Block a user