You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

183 lines
5.8 KiB

######################################################################
# @CCOSTAN - Follow Me on X
# For more info visit https://www.vcloudinfo.com/click-here
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# -------------------------------------------------------------------
# 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.
######################################################################
db_url: !secret recorder_db_url
purge_keep_days: 180
auto_purge: true
commit_interval: 30
exclude:
domains:
- button
- camera
- device_tracker
- event
- feedreader
- image
- media_player
- persistent_notification
- scene
- script
- sun
- update
- zone
entity_globs:
- binary_sensor.*_motion
- binary_sensor.*_motion_*
- binary_sensor.*is_present
- light.sleepnumber_*
- number.sleepnumber_*
- number.*_effect_speed
- media_player.*echo*
- select.sleepnumber_*
- select.l10s_vacuum_*
- select.*_wiring
- sensor.*_activity
- sensor.*_battery
- sensor.*_battery_state
- sensor.*_bssid
- sensor.*_first_connection*
- sensor.*_last_connection*
- sensor.*_last_update*
- sensor.*_last_boot
- sensor.*_since
- sensor.*uptime*
- sensor.sun_next_*
- sensor.vpn_client_*
- sensor.*_linkquality
- sensor.*_link_quality
- sensor.*_lqi
- sensor.*_rssi
- sensor.*_signal
- sensor.*_signal_strength
- sensor.*_wi_fi_signal
- sensor.*_wifi_signal
- sensor.*_wifi_signal_strength
- sensor.*_wake_alarm_minutes
- sensor.*_cpu_usage_total*
- sensor.*_memory_usage*
- sensor.*_temperature_state
- sensor.*_humidity_state
- sensor.*_last_seen*
- sensor.192_168_10_17_*
- sensor.docker14_*
- sensor.docker69_*
- sensor.alarm_panel_*_free_memory
- sensor.alarm_panel_*_internal_storage_free_space
- sensor.joanna_minutes_since_*
- sensor.node_proxmox*_containers_running
- sensor.node_proxmox*_cpu_used
- sensor.node_proxmox*_disk_used_percentage
- sensor.node_proxmox*_memory_free
- sensor.node_proxmox*_memory_used
- sensor.node_proxmox*_memory_used_percentage
- sensor.node_proxmox*_total_updates
- sensor.node_proxmox*_virtual_machines_running
- sensor.poe_*_poe_power
- sensor.proxmox1_cpu_load
- sensor.proxmox1_cpu_usage
- sensor.proxmox1_disk_free
- sensor.proxmox1_disk_usage
- sensor.proxmox1_disk_used
- sensor.proxmox1_*_disk_read
- sensor.proxmox1_*_disk_write
- sensor.proxmox1_*_rx
- sensor.proxmox1_*_tx
- sensor.proxmox1_memory_free
- sensor.proxmox1_memory_usage
- sensor.proxmox1_memory_use
- sensor.proxmox1_processor_fan_*
- sensor.proxmox1_running
- sensor.proxmox1_sleeping
- sensor.proxmox1_swap_*
- sensor.proxmox1_threads
- sensor.proxmox1_total
- sensor.proxmox2_cpu_load
- sensor.proxmox2_cpu_usage
- sensor.proxmox2_disk_free
- sensor.proxmox2_disk_usage
- sensor.proxmox2_disk_used
- sensor.proxmox2_*_disk_read
- sensor.proxmox2_*_disk_write
- sensor.proxmox2_*_rx
- sensor.proxmox2_*_tx
- sensor.proxmox2_memory_free
- sensor.proxmox2_memory_usage
- sensor.proxmox2_memory_use
- sensor.proxmox2_processor_fan_*
- sensor.proxmox2_running
- sensor.proxmox2_sleeping
- sensor.proxmox2_swap_*
- sensor.proxmox2_threads
- sensor.proxmox2_total
- sensor.qemu_*_cpu_used
- sensor.qemu_*_disk_used_percentage
- sensor.qemu_*_memory_free
- sensor.qemu_*_memory_used
- sensor.qemu_*_memory_used_percentage
- sensor.storage_proxmox*_*_disk_used_percentage
- switch.*_do_not_disturb_*
- switch.*_repeat_switch
- input_text.l10s_vacuum_*
- input_datetime.l10s_vacuum_*
- input_boolean.l10s_vacuum_*
entities:
- automation.update_garage_get_status
- automation.docker_telemetry_template_refresh
- binary_sensor.bear_stone
- binary_sensor.onenote_indexer_job_failed
- binary_sensor.onenote_indexer_last_job_successful
- binary_sensor.vcloudinfo_com
- binary_sensor.powerwall_charging
- sensor.onenote_indexer_last_job_status
- sensor.onenote_indexer_status_payload
- sensor.phyn_current_water_pressure
- sensor.vcloudinfo_com
- number.alarm_panel_1_screen_brightness
- script.amp_settings
- script.speech_processing
- button.l10s_vacuum_backup_map_1
- binary_sensor.vcloudinfo_com
- sensor.bear_stone
- sensor.carlo_ap
- sensor.carlo_fast
- sensor.clock_am_pm
- sensor.clock_date
- sensor.clock_day
- sensor.clock_stacey_alarm_time
- sensor.clock_time
- sensor.clock_time_2
- sensor.date
- sensor.external_ip
- sensor.ha_uptime
- sensor.large_garage_door_since
- sensor.small_garage_door_since
- sensor.last_alexa
- sensor.lights_on_count
- sensor.low_battery
- sensor.mariadb_admin_snapshot
- sensor.mariadb_live_snapshot
- sensor.mariadb_recorder_snapshot
- sensor.network
- sensor.network_detail
- sensor.pi_hole_ads_blocked_today
- sensor.pi_hole_ads_percentage_blocked_today
- sensor.pi_hole_dns_queries_today
- sensor.rachio_watering_time
- sensor.stacey_iphone11_activity
- sensor.stacey_iphone11_audio_output
- sensor.time
- sensor.vcloudinfo_com
- switch.bear_stone
- switch.alarm_panel_1_screensaver
event_types:
- alexa_smart_home

Powered by TurnKey Linux.