diff --git a/README.md b/README.md
index 25a9c2a4..ac1096f5 100755
--- a/README.md
+++ b/README.md
@@ -207,6 +207,13 @@ There aren't really automations for the Batteries yet. Electricity is the life
diff --git a/config/packages/twitter.yaml b/config/packages/twitter.yaml
index 32d96e1a..5d6d1c51 100755
--- a/config/packages/twitter.yaml
+++ b/config/packages/twitter.yaml
@@ -274,7 +274,7 @@ automation:
"S02E01", "S02E02","S02E03", "S02E04","S02E05", "S02E06","S02E07", "S02E08","S02E09", "S02E10",
"S02E11", "S02E12","S02E13", "S02E14","S02E15", "S02E16","S02E17", "S02E18","S02E19", "S02E20",
"S02E22", "S02E25", "S02E26", "S02E27", "S02E28", "S02E29", "S02E30", "S02E31", "S02E32", "S02E33", "S02E34",
- "S02E35"
+ "S02E35", "S02E36"
] %}
{{ pick|random }}
@@ -303,6 +303,6 @@ automation:
"S02E01", "S02E02","S02E03", "S02E04","S02E05", "S02E06","S02E07", "S02E08","S02E09", "S02E10",
"S02E11", "S02E12","S02E13", "S02E14","S02E15", "S02E16","S02E17", "S02E18","S02E19", "S02E20",
"S02E22", "S02E25", "S02E26", "S02E27", "S02E28", "S02E29", "S02E30", "S02E31", "S02E32", "S02E33", "S02E34",
- "S02E35"
+ "S02E35", "S02E36"
] %}
{{ pick|random }}
diff --git a/config/script/tweet_youtube.yaml b/config/script/tweet_youtube.yaml
index 7907426b..c6b7ecad 100755
--- a/config/script/tweet_youtube.yaml
+++ b/config/script/tweet_youtube.yaml
@@ -187,8 +187,11 @@ tweet_youtube_engine_setup:
"S02E34": [
"Magic Home LED Fix & Great iOS Setup tip (https://www.vcloudinfo.com/2019/09/magic-home-led-fix-great-ios-setup-tip.html)"
],
- "S02E34": [
+ "S02E35": [
"Alexa, Home Assistant & Nabu Casa (https://www.vcloudinfo.com/2019/09/help-alexa-forget-devices-to-hear-you-better-and-respond-more-accurately.html)"
+ ],
+ "S02E36": [
+ "How to Fix WiFi interference with WiFi Analyzer (https://www.vcloudinfo.com/2019/10/how-to-fix-wifi-interference-with-wifi-analyzer.html)"
]
} %}
diff --git a/config/www/custom_ui/floorplan/images/youtube/episodes/S02E36.png b/config/www/custom_ui/floorplan/images/youtube/episodes/S02E36.png
new file mode 100755
index 00000000..bc1656d1
Binary files /dev/null and b/config/www/custom_ui/floorplan/images/youtube/episodes/S02E36.png differ
|