fixinb extra quotes appearing in tweets
This commit is contained in:
parent
8faf0d0711
commit
893e1998d9
|
@ -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",
|
||||
|
@ -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 }}
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue