Compare commits

...

5 Commits

Author SHA1 Message Date
github-actions[bot]
d682517040 Update HA version badge to 2025.11.3 2025-12-01 22:28:25 +00:00
Carlo Costanzo
22d8a80abf Cleared out more spam 2025-12-01 17:28:01 -05:00
github-actions[bot]
20ffa76ce4 Update HA version badge to 2025.11.3 2025-12-01 21:56:19 +00:00
Carlo Costanzo
9c6b13dbc3 Refactor logbook and recorder configurations for clarity and noise reduction. Updated documentation and excluded vcloudinfo entities to streamline activity and database management. 2025-12-01 16:55:52 -05:00
Carlo Costanzo
8dc7b063f0 Clearing out the noice from Create vCloudInfo Utility PAGE
Fixes #802
2025-12-01 16:55:41 -05:00
3 changed files with 30 additions and 23 deletions

View File

@@ -1,10 +1,13 @@
#-------------------------------------------
# Logbook Configuration
# Description: Settings for the Home Assistant logbook component
# This component is responsible for displaying items in the logbook.
# Follow me on https://www.vcloudinfo.com/click-here
# Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig
#-------------------------------------------
######################################################################
# @CCOSTAN - Follow Me on X
# For more info visit https://www.vcloudinfo.com/click-here
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# -------------------------------------------------------------------
# Logbook Configuration - Activity/Logbook display controls
# Defines what is hidden from the Activity/logbook view to keep noise down.
# -------------------------------------------------------------------
# Notes: Filters vcloudinfo availability chatter plus location/weather noise.
######################################################################
exclude:
entity_globs:
@@ -17,8 +20,10 @@ exclude:
- automation.cuckoo_clock
- automation.detect_lights_and_adjust_the_brightness_when_turned_on_based_on_time
- binary_sensor.office_motion
- binary_sensor.vcloudinfo_com
- binary_sensor.refrigerator_door_open
- binary_sensor.rheem_wh_running
- sensor.vcloudinfo_com
- group.garage_doors
- media_player.LivingRoomCC
- sensor.date
@@ -41,3 +46,4 @@ exclude:
- sensor.small_garage_wifi_signal_strength
- sensor.time
- sensor.upstairs_ac_cooling_numeric
- sensor.vcloudinfo_com

View File

@@ -1,14 +1,13 @@
#-------------------------------------------
# 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
#-------------------------------------------
######################################################################
# @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 30 days; excludes vcloudinfo pings and other high-churn entities.
######################################################################
#db_url: sqlite:///data/home-assistant_v2.db
purge_keep_days: 30
exclude:
@@ -27,7 +26,6 @@ exclude:
- binary_sensor.*_motion
- binary_sensor.*_motion_*
- binary_sensor.*is_present
# - binary_sensor.*occupancy*
- light.sleepnumber_*
- number.sleepnumber_*
- number.*_effect_speed
@@ -53,7 +51,9 @@ exclude:
entities:
- automation.update_garage_get_status
- binary_sensor.bear_stone
- binary_sensor.vcloudinfo_com
- binary_sensor.powerwall_charging
- sensor.vcloudinfo_com
- number.alarm_panel_1_screen_brightness
- script.amp_settings
- script.speech_processing
@@ -86,6 +86,7 @@ exclude:
- sensor.stacey_iphone11_activity
- sensor.stacey_iphone11_audio_output
- sensor.time
- sensor.vcloudinfo_com
- switch.bear_stone
- switch.alarm_panel_1_screensaver

View File

@@ -1,13 +1,13 @@
<svg width="68.5" height="20" viewBox="0 0 685 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2025.11.3">
<title>2025.11.3</title>
<linearGradient id="gLRkQ" x2="0" y2="100%">
<linearGradient id="IZWFI" x2="0" y2="100%">
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="llNOQ"><rect width="685" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#llNOQ)">
<mask id="Xulhr"><rect width="685" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#Xulhr)">
<rect width="685" height="200" fill="#08C" x="0"/>
<rect width="685" height="200" fill="url(#gLRkQ)"/>
<rect width="685" height="200" fill="url(#IZWFI)"/>
</g>
<g aria-hidden="true" fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110">
<text x="65" y="148" textLength="570" fill="#000" opacity="0.25">2025.11.3</text>

Before

Width:  |  Height:  |  Size: 815 B

After

Width:  |  Height:  |  Size: 815 B