diff --git a/config/automation/System/trigger_dump.yaml b/config/automation/System/trigger_dump.yaml index 0fd2790e..6d907999 100755 --- a/config/automation/System/trigger_dump.yaml +++ b/config/automation/System/trigger_dump.yaml @@ -12,6 +12,7 @@ value1: 'Check the MQTT Dump' value2: '/dump/{{ trigger.platform }}' who: 'carlo' + apns_id: 'information' - service: mqtt.publish data_template: topic: '/dump/{{ trigger.platform }}' diff --git a/config/packages/battery_levels.yaml b/config/packages/battery_levels.yaml index 19804488..69401d3f 100755 --- a/config/packages/battery_levels.yaml +++ b/config/packages/battery_levels.yaml @@ -7,10 +7,10 @@ # customize_glob: # "sensor.*_alarm_panel*": # -# +# # "binary_sensor.*_alarm_panel*": # -# +# sensor: - platform: template @@ -56,3 +56,4 @@ automation: data_template: value1: "Low battery levels: {{ states('sensor.low_battery') }}" who: 'carlo' + apns_id: 'information' diff --git a/config/packages/epson_printer.yaml b/config/packages/epson_printer.yaml index 8e2651fe..680a071c 100755 --- a/config/packages/epson_printer.yaml +++ b/config/packages/epson_printer.yaml @@ -34,6 +34,7 @@ automation: data_template: value1: "{{ trigger.to_state.attributes.friendly_name }} is at {{ trigger.to_state.state }} " who: 'carlo' + apns_id: 'information' - service: script.tweet_engine data: tweet: 'Looks like my {{ trigger.to_state.attributes.friendly_name }} is LOW. @CCostan - Get me some more (https://amzn.to/2AnpFwD)' diff --git a/config/packages/twitter.yaml b/config/packages/twitter.yaml index aaf3ba71..ec82617f 100755 --- a/config/packages/twitter.yaml +++ b/config/packages/twitter.yaml @@ -261,7 +261,7 @@ automation: "S02E11", "S02E12","S02E13", "S02E14","S02E15", "S02E16","S02E17", "S02E18","S02E19", "S02E20", "S02E22", "S02E25", "S02E26", "S02E27", "S02E28", "S02E29", "S02E30", "S02E31", "S02E32", "S02E33", "S02E34", "S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4", - "S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03" + "S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger" ] %} {{ pick|random }} @@ -291,6 +291,6 @@ automation: "S02E11", "S02E12","S02E13", "S02E14","S02E15", "S02E16","S02E17", "S02E18","S02E19", "S02E20", "S02E22", "S02E25", "S02E26", "S02E27", "S02E28", "S02E29", "S02E30", "S02E31", "S02E32", "S02E33", "S02E34", "S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4", - "S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03" + "S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger" ] %} {{ pick|random }} diff --git a/config/script/tweet_youtube.yaml b/config/script/tweet_youtube.yaml index fdad0aab..d5078933 100755 --- a/config/script/tweet_youtube.yaml +++ b/config/script/tweet_youtube.yaml @@ -237,6 +237,9 @@ tweet_youtube_engine_setup: ], "S03E03": [ "Breaking down the Home Assistant Vacuum Automation (https://www.vcloudinfo.com/2020/05/home-assistant-neato-vacuum-automation.html)" + ], + "Logger": [ + "Learn all about the Home Assistant LogBook! (https://www.vcloudinfo.com/2020/05/home-assistant-logbook.html)" ] } %} diff --git a/config/www/custom_ui/floorplan/images/youtube/episodes/Logger.png b/config/www/custom_ui/floorplan/images/youtube/episodes/Logger.png new file mode 100755 index 00000000..e68f6e01 Binary files /dev/null and b/config/www/custom_ui/floorplan/images/youtube/episodes/Logger.png differ