Skip to content

Commit

Permalink
fixinb extra quotes appearing in tweets
Browse files Browse the repository at this point in the history
  • Loading branch information
thejeffreystone committed Nov 28, 2020
1 parent 8faf0d0 commit 893e199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/packages/twitter.yaml
Expand Up @@ -24,7 +24,7 @@ automation:
- service: script.twitter_notify_image
data_template:
tweet: >-
"Its a new month, so this is a good time to remind you that I am powered by #homeassistant. Find my code at https://github.com/thejeffreystone/home-assistant-configuration"
Its a new month, so this is a good time to remind you that I am powered by #homeassistant. Find my code at https://github.com/thejeffreystone/home-assistant-configuration
image: >-
image: >-
{{ [ "/config/www/tweet_images/robot1.jpg",
Expand Down Expand Up @@ -123,7 +123,7 @@ automation:
- service: script.twitter_notify_image
data_template:
tweet: >-
"You can #homeassistant content related to Anchorage House at -> Blog: https://slacker-labs.com | Videos: https://www.youtube.com/channel/UCipZJ6748kd8TbelSxcvcVg | Config: https://github.com/thejeffreystone/home-assistant-configuration "
You can #homeassistant content related to Anchorage House at -> Blog: https://slacker-labs.com | Videos: https://www.youtube.com/channel/UCipZJ6748kd8TbelSxcvcVg | Config: https://github.com/thejeffreystone/home-assistant-configuration
image: >-
{{ [ "/config/www/tweet_images/robot1.jpg",
"/config/www/tweet_images/robot2.jpg"] | random }}
Expand All @@ -147,7 +147,7 @@ automation:
data_template:
who: 'thejeffreystone'
tweet: >-
"You can find my #homeassistant content at -> Blog: https://slacker-labs.com | Videos: https://www.youtube.com/channel/UCipZJ6748kd8TbelSxcvcVg | Config: https://github.com/thejeffreystone/home-assistant-configuration "
You can find my #homeassistant content at -> Blog: https://slacker-labs.com | Videos: https://www.youtube.com/channel/UCipZJ6748kd8TbelSxcvcVg | Config: https://github.com/thejeffreystone/home-assistant-configuration
image: "/config/www/tweet_images/sl_logo.png"

# - id: net_speed_report
Expand Down

0 comments on commit 893e199

Please sign in to comment.