Skip to content

Commit cf8e050

Browse files
committed
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.
1 parent 602e18d commit cf8e050

6 files changed

Lines changed: 6 additions & 2 deletions

File tree

config/.HA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026.3.1
1+
2026.3.2
5.08 KB
Loading

config/dashboards/resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- type: module
3636
url: /hacsfiles/advanced-camera-card/advanced-camera-card.js?hacstag=3940825527260
3737
- type: module
38-
url: /hacsfiles/search-card/search-card.js?hacstag=19775918002
38+
url: /hacsfiles/search-card/search-card.js?hacstag=19775918003
3939
- type: module
4040
url: /hacsfiles/apexcharts-card/apexcharts-card.js?hacstag=331701152223
4141
- type: module

config/logbook.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ exclude:
4242
- automation.cuckoo_clock
4343
- automation.detect_lights_and_adjust_the_brightness_when_turned_on_based_on_time
4444
- automation.docker_state_sync_repairs_dynamic
45+
- automation.docker_telemetry_template_refresh
4546
- binary_sensor.office_motion
4647
- binary_sensor.onenote_indexer_job_failed
4748
- binary_sensor.onenote_indexer_last_job_successful

config/packages/docker_infrastructure.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,8 @@ automation:
891891
id: docker_telemetry_template_refresh
892892
description: "Refresh dynamic docker telemetry templates that derive entity IDs at runtime."
893893
mode: single
894+
trace:
895+
stored_traces: 0
894896
trigger:
895897
- platform: time_pattern
896898
minutes: "/1"

config/recorder.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ exclude:
6767

6868
entities:
6969
- automation.update_garage_get_status
70+
- automation.docker_telemetry_template_refresh
7071
- binary_sensor.bear_stone
7172
- binary_sensor.onenote_indexer_job_failed
7273
- binary_sensor.onenote_indexer_last_job_successful

0 commit comments

Comments
 (0)