This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Sync Two Lights (Bidirectional) | |
description: > | |
When either light changes (on/off, brightness, color temperature, or RGB), | |
the other light is updated to match. | |
domain: automation | |
input: | |
light_a: | |
name: First Light | |
description: One of the lights to sync. |

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt | |
https://www.github.developerdan.com/hosts/lists/facebook-extended.txt | |
https://www.github.developerdan.com/hosts/lists/amp-hosts-extended.txt | |
https://www.github.developerdan.com/hosts/lists/hate-and-junk-extended.txt | |
https://www.github.developerdan.com/hosts/lists/tracking-aggressive-extended.txt |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Amazon Alexa and Amazon Shopping app | |
device-metrics-us-2.amazon.com | |
device-metrics-us.amazon.com | |
# Netflix - Domains needed for netlix to work correctly | |
api-global.netflix.com | |
ichnaea.netflix.com | |
appboot.netflix.com | |
secure.netflix.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Panasonic Viera & panny tv | |
0077777700140002.myhomescreen.tv | |
cert-test.sandbox.google.com | |
collect-us-fy2014.myhomescreen.tv | |
collect-us-fy2015.myhomescreen.tv | |
collect-us-fy2016.myhomescreen.tv | |
collect-us-fy2017.myhomescreen.tv | |
collect-us-fy2018.myhomescreen.tv | |
collect-us-fy2019.myhomescreen.tv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: supervisord | |
# Required-Start: $remote_fs | |
# Required-Stop: $remote_fs | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Example initscript | |
# Description: This file should be used to construct scripts to be | |
# placed in /etc/init.d. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fri Feb 22 20:13:33 UTC 2019 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo -ne "Prepping CenterVizWall" | |
echo | |
echo -ne "Setting correct vizwall configuration options for all-screen-cast" | |
for dest in $(<destfile.txt); do scp .piwall listener.sh ${dest}:/home/pi/; done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo -ne "CenterVizWall Starting Cast" | |
echo | |
echo -ne "Asking all tiles to start listening to the upcoming stream" | |
user=pi bash runon vizwall-00 vizwall-01 vizwall-02 vizwall-03 vizwall-04 vizwall-05 vizwall-06 vizwall-07 vizwall-08 vizwall-09 vizwall-10 vizwall-11 vizwall-12 vizwall-13 vizwall-14 'sudo nice -n -20 su -c "/bin/bash /home/pi/listener.sh > /dev/null 2>&1 &" pi' | |
while true; | |
do | |
sleep 2 | |
echo -ne "(Re)Starting FFMPEG stream" |
NewerOlder