mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2026-07-02 20:43:46 -07:00
Refresh package summaries for recent HA changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user