Update Home Assistant version to 2026.3.2 and add new automation exclusion

- Incremented Home Assistant version in .HA_VERSION file.
- Added exclusion for docker_telemetry_template_refresh automation in logbook.yaml and recorder.yaml to streamline logging.
- Updated search-card resource URL in resources.yaml for consistency.
feature/powerwall-live-activity-1598
Carlo Costanzo 2 weeks ago
parent 602e18d010
commit cf8e050c24

@ -1 +1 @@
2026.3.1
2026.3.2

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

@ -35,7 +35,7 @@
- type: module
url: /hacsfiles/advanced-camera-card/advanced-camera-card.js?hacstag=3940825527260
- type: module
url: /hacsfiles/search-card/search-card.js?hacstag=19775918002
url: /hacsfiles/search-card/search-card.js?hacstag=19775918003
- type: module
url: /hacsfiles/apexcharts-card/apexcharts-card.js?hacstag=331701152223
- type: module

@ -42,6 +42,7 @@ exclude:
- automation.cuckoo_clock
- automation.detect_lights_and_adjust_the_brightness_when_turned_on_based_on_time
- automation.docker_state_sync_repairs_dynamic
- automation.docker_telemetry_template_refresh
- binary_sensor.office_motion
- binary_sensor.onenote_indexer_job_failed
- binary_sensor.onenote_indexer_last_job_successful

@ -891,6 +891,8 @@ automation:
id: docker_telemetry_template_refresh
description: "Refresh dynamic docker telemetry templates that derive entity IDs at runtime."
mode: single
trace:
stored_traces: 0
trigger:
- platform: time_pattern
minutes: "/1"

@ -67,6 +67,7 @@ exclude:
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

Loading…
Cancel
Save

Powered by TurnKey Linux.