2018-01-02 00:00:45 +00:00
#-------------------------------------------
2019-03-14 21:52:47 +00:00
# @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
2018-01-02 00:00:45 +00:00
# PiHole ad Blocking Related Packages
2019-03-14 21:52:47 +00:00
# https://www.vcloudinfo.com/2019/03/revisiting-the-pi-on-pi-day-with-home-assistant.html
# YouTube Video - https://youtu.be/woA88DFlH5c
2018-01-02 00:00:45 +00:00
#-------------------------------------------
automation :
- alias : PiHole Daily stats Tweet!
2020-07-20 18:33:03 +00:00
id : c25b033e-c6df-445f-86fa-878b447c765a
2018-01-02 00:00:45 +00:00
trigger :
platform : time
at : '23:50:00'
action :
2018-06-14 19:33:39 +00:00
- delay : '00:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
2018-03-17 04:56:57 +00:00
- service : script.tweet_engine_image
2020-09-26 14:52:45 +00:00
data :
2018-01-02 00:00:45 +00:00
tweet : >
{{ [
2019-03-14 17:02:02 +00:00
"I blocked {{states.sensor.pi_hole_ads_blocked_today.state}} ads. That is {{states.sensor.pi_hole_ads_percentage_blocked_today.state}}% of my internet traffic." ,
"Today was a good day! Why, you ask? Because I blocked {{states.sensor.pi_hole_ads_blocked_today.state}} ads via Pi-Hole!" ,
2020-08-12 17:07:23 +00:00
] | random + " #PiHole #Security Status:({{states.switch.pi_hole.state}})"}}
2018-03-17 04:56:57 +00:00
image : >-
{{ [
"/config/www/custom_ui/floorplan/images/branding/servers.png" ,
"/config/www/custom_ui/floorplan/images/branding/servers2.png" ,
"/config/www/custom_ui/floorplan/images/branding/servers3.png" ,
"/config/www/custom_ui/floorplan/images/branding/servers4.png"
] | random }}
2018-01-02 00:00:45 +00:00
- alias : PiHole Daily Client Tweet!
2020-07-20 18:33:03 +00:00
id : 8d85032d-4852-43df-9751-4a1918325287
2018-01-02 00:00:45 +00:00
trigger :
platform : time
at : '04:30:00'
action :
2018-06-14 19:33:39 +00:00
- delay : '0{{ (range(1, 5)|random|int) }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:00'
2018-03-17 04:56:57 +00:00
- service : script.tweet_engine_image
2020-09-26 14:52:45 +00:00
data :
2018-01-02 00:00:45 +00:00
tweet : >
{{ [
2019-03-14 17:02:02 +00:00
"There are currently {{states.sensor.pi_hole_dns_unique_clients.state}} clients on my network." ,
"As reported by #Ubiquiti Routers, There are {{states.sensor.pi_hole_dns_unique_clients.state}} clients on my network." ,
2018-03-17 04:56:57 +00:00
] | random + "#Security https://github.com/CCOSTAN/Home-AssistantConfig#networking"}}
image : >-
{{ [
"/config/www/custom_ui/floorplan/images/branding/servers.png" ,
"/config/www/custom_ui/floorplan/images/branding/servers2.png" ,
"/config/www/custom_ui/floorplan/images/branding/servers3.png" ,
"/config/www/custom_ui/floorplan/images/branding/servers4.png"
] | random }}