diff --git a/config/packages/lightning.yaml b/config/packages/lightning.yaml index 16c38c8c..74e39f2b 100755 --- a/config/packages/lightning.yaml +++ b/config/packages/lightning.yaml @@ -8,6 +8,7 @@ # Keeps push alerts but also logs to Activity feed. # ------------------------------------------------------------------- # Guide: https://www.vcloudinfo.com/2020/08/adding-a-lightning-sensor-to-home-assistant.html | Existing Issue #392 +# Notes: Lightning Notification intentionally holds a 60-minute cooldown; duplicate triggers are silenced. ###################################################################### input_boolean: snooze_lightning: @@ -31,6 +32,7 @@ automation: - alias: 'Lightning Notification' id: 6e054688-5e75-48bd-9411-52a3e26264d1 mode: single + max_exceeded: silent trigger: - platform: state entity_id: sensor.blitzortung_lightning_counter diff --git a/config/recorder.yaml b/config/recorder.yaml index 0b57292c..6966a9b5 100755 --- a/config/recorder.yaml +++ b/config/recorder.yaml @@ -6,7 +6,7 @@ # Recorder Configuration - database retention and exclusions # Stores HA history while purging noise and controlling DB size. # ------------------------------------------------------------------- -# Notes: Keeps 180 days (1/2 year); excludes vcloudinfo pings, noisy connectivity telemetry, countdown-style alarm helpers, low-value script/button/scene history, MariaDB snapshot helpers, raw Docker/Proxmox/Glances host telemetry, PoE live power, and other high-churn entities; MariaDB via recorder_db_url. +# Notes: Keeps 180 days (1/2 year); excludes vcloudinfo pings, noisy connectivity telemetry, countdown-style alarm helpers, low-value script/button/scene history, MariaDB snapshot helpers, raw Docker/Proxmox/Glances host telemetry including dynamic Docker veth sensors, PoE live power, and other high-churn entities; MariaDB via recorder_db_url. ###################################################################### db_url: !secret recorder_db_url purge_keep_days: 180 @@ -66,6 +66,7 @@ exclude: - sensor.*_last_seen* - sensor.192_168_10_17_* - sensor.docker14_* + - sensor.docker17_* - sensor.docker69_* - sensor.alarm_panel_*_free_memory - sensor.alarm_panel_*_internal_storage_free_space