mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 08:50:34 +00:00
added new snark, and put promos in its own tweets
This commit is contained in:
@@ -56,6 +56,16 @@ automation:
|
||||
- delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
||||
- service: script.twitter_stats
|
||||
|
||||
- id: tweet_some_promos
|
||||
alias: Tweet Some Promos
|
||||
initial_state: true
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '08:00:00'
|
||||
action:
|
||||
- delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
||||
- service: script.twitter_promos
|
||||
|
||||
- id: bot_info
|
||||
alias: Bot Info
|
||||
initial_state: true
|
||||
|
Reference in New Issue
Block a user