Last Batch of YouTube Videos! Can close out #591 now.
|
@ -357,6 +357,8 @@ automation:
|
|||
{% set pick = [
|
||||
"S01E01", "S01E02","S01E03", "S01E04","S01E05", "S01E06","S01E07", "S01E08","S01E09", "S01E10",
|
||||
"S01E11", "S01E12","S01E13", "S01E14","S01E15", "S01E16","S01E17", "S01E18","S01E19", "S01E20", "S01E21",
|
||||
"S02E01", "S02E02","S02E03", "S02E04","S02E05", "S02E06","S02E07", "S02E08","S02E09", "S02E10"
|
||||
"S02E01", "S02E02","S02E03", "S02E04","S02E05", "S02E06","S02E07", "S02E08","S02E09", "S02E10",
|
||||
"S02E11", "S02E12","S02E13", "S02E14","S02E15", "S02E16","S02E17", "S02E18","S02E19", "S02E20",
|
||||
"S02E22", "S02E25", "S02E26", "S02E27"
|
||||
] %}
|
||||
{{ pick|random }}
|
||||
|
|
|
@ -104,6 +104,48 @@ tweet_youtube_engine_setup:
|
|||
],
|
||||
"S02E10": [
|
||||
"How to add Garadget to Home Assistant (https://www.vcloudinfo.com/2019/03/how-to-add-garadget-to-home-assistant.html)"
|
||||
],
|
||||
"S02E11": [
|
||||
"Revisiting the Pi on Pi Day with Home Assistant (https://www.vcloudinfo.com/2019/03/revisiting-the-pi-on-pi-day-with-home-assistant.html)"
|
||||
],
|
||||
"S02E12": [
|
||||
"How to Setup IP Camera Viewer on your Roku TV (https://www.vcloudinfo.com/2019/03/how-to-setup-ip-cameras-on-your-roku-tv.html)"
|
||||
],
|
||||
"S02E13": [
|
||||
"Home Assistant upgrade! (https://www.vcloudinfo.com/2019/03/home-assistant-0-90-release-upgrade.html)"
|
||||
],
|
||||
"S02E14": [
|
||||
"Using Foscam cameras with Home Assistant and Synology (https://www.vcloudinfo.com/2019/03/using-foscam-cameras-with-home-assistant-and-synology.html)"
|
||||
],
|
||||
"S02E15": [
|
||||
"How to manually upgrade your Synology Surveillance System firmware (https://www.vcloudinfo.com/2019/04/how-to-manually-upgrade-your-synology-surveillance-system-firmware.html)"
|
||||
],
|
||||
"S02E16": [
|
||||
"Dell P2719H Monitors Setup and Unboxing (https://www.vcloudinfo.com/2019/04/home-office-with-dell-p2719h-monitors-setup-and-unboxing.html)"
|
||||
],
|
||||
"S02E17": [
|
||||
"Wyze Sense and Camera Unboxing (https://www.vcloudinfo.com/2019/05/20-wyze-sense-and-camera-unboxing-early-access-program.html)"
|
||||
],
|
||||
"S02E18": [
|
||||
"Google is shutting down the Works with Nest API. (https://www.vcloudinfo.com/2019/05/google-is-shutting-down-the-works-with-nest-api.html)"
|
||||
],
|
||||
"S02E19": [
|
||||
"How to Setup Alexa Guard Mode and ADT Pulse to monitor your Smart Home (https://www.vcloudinfo.com/2019/05/how-to-setup-alexa-guard-mode-and-adt-pulse-to-monitor-your-smart-home.html)"
|
||||
],
|
||||
"S02E20": [
|
||||
"Home Assistant Breaking Change: All Light Groups (https://www.vcloudinfo.com/2019/06/home-assistant-breaking-change-all-light-groups.html)"
|
||||
],
|
||||
"S02E22": [
|
||||
"How to use Template conditions in Home Assistant (https://www.vcloudinfo.com/2019/06/how-to-use-template-conditions-in-home-assistant.html)"
|
||||
],
|
||||
"S02E25": [
|
||||
"How to upgrade Docker Cockpit on Ubuntu 18.04 (https://www.vcloudinfo.com/2019/07/how-to-upgrade-docker-cockpit-on-ubuntu-18-04.html)"
|
||||
],
|
||||
"S02E26": [
|
||||
"Upgrading Home Assistant and Fixing icon_template warning errors (https://www.vcloudinfo.com/2019/07/upgrading-home-assistant-and-fixing-icon_template-warning-errors.html)"
|
||||
],
|
||||
"S02E27": [
|
||||
"How to Add Philips Hue to Home Assistant (and clean your YAML) (https://www.vcloudinfo.com/2019/08/how-to-add-philips-hue-hub-to-home-assistant-and-clean-your-yaml.html)"
|
||||
]
|
||||
} %}
|
||||
|
||||
|
@ -115,6 +157,48 @@ tweet_youtube_engine_setup:
|
|||
image: >-
|
||||
{%- macro image(topic) -%}
|
||||
{% set images = {
|
||||
"S02E27": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E27.png"
|
||||
],
|
||||
"S02E26": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E26.png"
|
||||
],
|
||||
"S02E25": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E25.png"
|
||||
],
|
||||
"S02E22": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E22.png"
|
||||
],
|
||||
"S02E20": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E20.png"
|
||||
],
|
||||
"S02E19": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E19.png"
|
||||
],
|
||||
"S02E18": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E18.png"
|
||||
],
|
||||
"S02E17": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E17.png"
|
||||
],
|
||||
"S02E16": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E16.png"
|
||||
],
|
||||
"S02E15": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E15.png"
|
||||
],
|
||||
"S02E14": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E14.png"
|
||||
],
|
||||
"S02E13": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E13.png"
|
||||
],
|
||||
"S02E12": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E12.png"
|
||||
],
|
||||
"S02E11": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E11.png"
|
||||
],
|
||||
"S02E10": [
|
||||
"/config/www/custom_ui/floorplan/images/branding/episodes/S02E10.png"
|
||||
],
|
||||
|
|
After Width: | Height: | Size: 599 KiB |
After Width: | Height: | Size: 2.8 MiB |
After Width: | Height: | Size: 1.9 MiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 477 KiB |
After Width: | Height: | Size: 1.5 MiB |
After Width: | Height: | Size: 717 KiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 1.4 MiB |
After Width: | Height: | Size: 764 KiB |
After Width: | Height: | Size: 1.7 MiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 653 KiB |
After Width: | Height: | Size: 997 KiB |