mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-07-20 10:49:53 +00:00
* Add nightly reboot schedule for Frigate server in Proxmox configuration * Update HA version to 2025.6.1 * Update HA version to 2025.7.1, increase recorder purge days to 30, and enhance climate package with new sensors and utility meters for AC runtime tracking. In service of AC filter changing. #273 --------- Co-authored-by: Carlo Costanzo <CCOSTAN@users.noreply.github.com>
65 lines
1.9 KiB
YAML
Executable File
65 lines
1.9 KiB
YAML
Executable File
#-------------------------------------------
|
|
# Recorder Configuration
|
|
# Description: Settings for the Home Assistant recorder component
|
|
#
|
|
# This component is responsible for storing events and states in a database
|
|
# and purging old data to maintain database size.
|
|
#
|
|
# Documentation: https://www.home-assistant.io/integrations/recorder/
|
|
# Follow me on https://www.vcloudinfo.com/click-here
|
|
# Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig
|
|
#-------------------------------------------
|
|
#db_url: sqlite:///data/home-assistant_v2.db
|
|
purge_keep_days: 30
|
|
include:
|
|
entities:
|
|
- device_tracker.spaceship_location_tracker
|
|
exclude:
|
|
domains:
|
|
- device_tracker
|
|
- camera
|
|
entity_globs:
|
|
- sensor.*uptime*
|
|
- sensor.vpn_client_*
|
|
- sensor.*_first_connection*
|
|
- sensor.*_last_connection*
|
|
- binary_sensor.*_motion
|
|
- binary_sensor.*is_present
|
|
- binary_sensor.*_motion_*
|
|
entities:
|
|
- automation.update_garage_get_status
|
|
- binary_sensor.powerwall_charging
|
|
- media_player.carlo_s_4th_fire
|
|
- media_player.alarm_panel_2
|
|
- script.speech_processing
|
|
- script.amp_settings
|
|
- 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.floorplan_date
|
|
- sensor.floorplan_time
|
|
- sensor.floorplan_time_2
|
|
- sensor.ha_uptime
|
|
- sensor.large_garage_door_since
|
|
- sensor.low_battery
|
|
- 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.small_garage_door_since
|
|
- sensor.large_garage_door_since
|
|
- sensor.stacey_iphone11_activity
|
|
- sensor.time
|
|
- sensor.rachio_watering_time
|
|
- binary_sensor.rheem_wh_running
|
|
- sun.sun
|
|
- zone.home
|