From 97512da85d077acb3f2e601c76a929c255123ea2 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sun, 15 Aug 2021 16:45:24 -0400 Subject: [PATCH] Removed automations that were reaplced with utility meter --- config/packages/maintenance.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/config/packages/maintenance.yaml b/config/packages/maintenance.yaml index 753f5b9..7bf8313 100755 --- a/config/packages/maintenance.yaml +++ b/config/packages/maintenance.yaml @@ -48,22 +48,6 @@ automation: action: - service: homeassistant.update_entity entity_id: sensor.school_tomorrow - - # Store Lightning count - - id: refresh_total_lightning_count - alias: Refresh Total Lightning Count - trigger: - - platform: time_pattern - minutes: /30 - action: - - service: script.store_lightning_count - - id: refresh_total_rain_amount - alias: Refresh Total Rain Amount - trigger: - - platform: time - at: '23:59:00' - action: - - service: script.store_rain_total # startup auotmations to update some custom sensors due to new order of home assistant firing up