From 029c67c438566662baf766b727c9bc68a9c7ec77 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sun, 6 Dec 2020 21:55:51 -0500 Subject: [PATCH] Added a shelly1...need it to ping it on reboot. --- config/packages/maintenance.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/packages/maintenance.yaml b/config/packages/maintenance.yaml index 2280f7b..f17f118 100755 --- a/config/packages/maintenance.yaml +++ b/config/packages/maintenance.yaml @@ -5,6 +5,19 @@ # @description : Maint Automation that occurs every day ############################################################################### automation: + - id: mqtt_shelly_announce + alias: Shelly Sync at HA Start + trigger: + - platform: homeassistant + event: start + action: + - delay: 00:00:20 + - service: mqtt.publish + data: + topic: shellies/command + payload: announce + + # Using the HACS Daily Snapshot Clean Up Plugin - id: daily_snapshot_clean_up alias: Daily snapshot clean up