mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 08:50:34 +00:00
Major audible notification overhual. It was hard to maintain. This will be easier. Maybe
This commit is contained in:
@@ -78,7 +78,41 @@ automation:
|
||||
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
|
||||
- service: script.twitter_selfpromos
|
||||
data:
|
||||
who: 'thejeffreystone'
|
||||
|
||||
- id: tweet_recent_content_js
|
||||
alias: Tweet Recent Content js
|
||||
initial_state: true
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '13:00:00'
|
||||
action:
|
||||
- delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
||||
- service: script.twitter_recent_content
|
||||
data:
|
||||
who: 'thejeffreystone'
|
||||
|
||||
- id: tweet_recent_content
|
||||
alias: Tweet Recent Contents
|
||||
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_recent_content
|
||||
|
||||
- id: tweet_follow_me
|
||||
alias: Tweet Follow Me
|
||||
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_follow_me
|
||||
|
||||
- id: tweet_some_promos2
|
||||
alias: Tweet Some Promos2
|
||||
@@ -90,6 +124,16 @@ automation:
|
||||
- delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
||||
- service: script.twitter_selfpromos
|
||||
|
||||
# - id: tweet_some_promos3
|
||||
# alias: Tweet Some Promos3
|
||||
# initial_state: true
|
||||
# trigger:
|
||||
# - platform: time
|
||||
# at: '13:00:00'
|
||||
# action:
|
||||
# - delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
||||
# - service: script.twitter_selfpromos_sl
|
||||
|
||||
# The whole purpose of this automation is to tweet out some links to great Home Assistant content. This is not sponsored in any way.
|
||||
# I just wanted a way to give back to those I have borrowed from. Tweets ever Friday.
|
||||
- id: tweet_some_great_content
|
||||
@@ -150,6 +194,28 @@ automation:
|
||||
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: slackerlabs_info
|
||||
alias: SlackerLabs Info
|
||||
initial_state: true
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '10:00:00'
|
||||
condition:
|
||||
- condition: template
|
||||
value_template: >
|
||||
{% set day=states("sensor.date").split('-')[2] | int %}
|
||||
{%- if day == 1 -%}
|
||||
true
|
||||
{%- endif -%}
|
||||
action:
|
||||
- delay: '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
|
||||
- service: script.twitter_notify_image
|
||||
data_template:
|
||||
who: 'slackerlabs'
|
||||
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
|
||||
image: "/config/www/tweet_images/sl_logo.png"
|
||||
|
||||
# - id: net_speed_report
|
||||
# initial_state: true
|
||||
# alias: Network Speed Report
|
||||
|
Reference in New Issue
Block a user