Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosweet committed Nov 2, 2019
1 parent 52125f0 commit 744dcc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/centro_notifiche/hub_ariela.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ automation:
title: >-
{{ trigger.event.data.title }}
message: >-
{{ trigger.event.data.message }}
{{ trigger.event.data.message |replace('\n','')|replace(' ',' ')| replace(' ',' ') }}
# ----- DA IMPLEMENTARE -----#

Expand Down Expand Up @@ -136,7 +136,7 @@ automation:
data_template:
topic: !secret ariela_tts
payload: >-
{{ trigger.event.data.message }}
{{ trigger.event.data.message |replace('\n','')|replace(' ',' ')| replace(' ',' ')}}
#----- SCHEMA -----#
# title
Expand Down

0 comments on commit 744dcc7

Please sign in to comment.