Added UDP Jokes because they are funny and well .. #nerd
This commit is contained in:
parent
b1b1fb016f
commit
6a57aada0f
|
@ -1 +1 @@
|
|||
0.100.2
|
||||
0.99.3
|
|
@ -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", "S02E36"
|
||||
"S02E35", "S02E36", "S02E37"
|
||||
] %}
|
||||
{{ 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", "S02E36"
|
||||
"S02E35", "S02E36", "S02E37"
|
||||
] %}
|
||||
{{ pick|random }}
|
||||
|
|
|
@ -62,7 +62,8 @@ tweet_engine_setup:
|
|||
"{{states.sensor.automation_count.state}} automations and {{states.sensor.script_count.state}} scripts make my home smart (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||
"Nevermind me. I am just keeping track of {{states.sensor.lights_count.state}} lights and {{states.sensor.tracker_count.state}} devices in the house. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||
"There are {{states.sensor.protect_count.state}} Nest Protect smoke Detectors ONLINE and protecting the house! (https://github.com/CCOSTAN/Home-AssistantConfig#nest) ",
|
||||
"We have {{states.sensor.camera_count.state}} cameras ONLINE and recording the house 24/7! (https://github.com/CCOSTAN/Home-AssistantConfig#cameras)"
|
||||
"We have {{states.sensor.camera_count.state}} cameras ONLINE and recording the house 24/7! (https://github.com/CCOSTAN/Home-AssistantConfig#cameras)",
|
||||
"Sometimes I like to tell UDP jokes but I am not sure anyone gets them."
|
||||
],
|
||||
|
||||
"door": [
|
||||
|
|
Loading…
Reference in New Issue