removing some twitter automations
This commit is contained in:
parent
a3eec548c3
commit
ef43d16459
|
@ -70,17 +70,17 @@ automation:
|
||||||
- delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
- delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
||||||
- service: script.twitter_stats
|
- service: script.twitter_stats
|
||||||
|
|
||||||
- id: tweet_recent_content
|
# - id: tweet_recent_content
|
||||||
alias: Tweet Recent Contents
|
# alias: Tweet Recent Contents
|
||||||
initial_state: true
|
# initial_state: true
|
||||||
trigger:
|
# trigger:
|
||||||
- platform: time
|
# - platform: time
|
||||||
at: '08:00:00'
|
# at: '08:00:00'
|
||||||
action:
|
# action:
|
||||||
- delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
# - delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
||||||
- service: script.twitter_recent_content
|
# - service: script.twitter_recent_content
|
||||||
data:
|
# data:
|
||||||
who: 'slackerlabs'
|
# who: slackerlabs
|
||||||
|
|
||||||
# - id: tweet_follow_me
|
# - id: tweet_follow_me
|
||||||
# alias: Tweet Follow Me
|
# alias: Tweet Follow Me
|
||||||
|
@ -94,17 +94,17 @@ automation:
|
||||||
# data:
|
# data:
|
||||||
# who: 'slackerlabs'
|
# who: 'slackerlabs'
|
||||||
|
|
||||||
- id: tweet_some_promos2
|
# - id: tweet_some_promos2
|
||||||
alias: Tweet Some Promos2
|
# alias: Tweet Some Promos2
|
||||||
initial_state: true
|
# initial_state: true
|
||||||
trigger:
|
# trigger:
|
||||||
- platform: time
|
# - platform: time
|
||||||
at: '13:00:00'
|
# at: '13:00:00'
|
||||||
action:
|
# action:
|
||||||
- delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
# - delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
||||||
- service: script.twitter_selfpromos
|
# - service: script.twitter_selfpromos
|
||||||
data:
|
# data:
|
||||||
who: 'slackerlabs'
|
# who: slackerlabs
|
||||||
|
|
||||||
# - id: tweet_some_promos3
|
# - id: tweet_some_promos3
|
||||||
# alias: Tweet Some Promos3
|
# alias: Tweet Some Promos3
|
||||||
|
|
Loading…
Reference in New Issue