Skip to content

Commit c1712d8

Browse files
committed
Update vacuum automation condition to extend inactivity period from 3 to 4 days and add new APT updates package to documentation. #1552
1 parent 63e5709 commit c1712d8

8 files changed

Lines changed: 535 additions & 1 deletion

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
######################################################################
2+
# @CCOSTAN - Follow Me on X
3+
# For more info visit https://www.vcloudinfo.com/click-here
4+
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
5+
# -------------------------------------------------------------------
6+
# Infrastructure Card - APT update status for Docker hosts
7+
# Paste this card into the existing Infrastructure dashboard (storage mode).
8+
# -------------------------------------------------------------------
9+
# Notes: Depends on `config/packages/apt_updates.yaml`.
10+
######################################################################
11+
12+
type: entities
13+
title: "APT Updates (Docker Hosts)"
14+
show_header_toggle: false
15+
entities:
16+
- type: section
17+
label: docker_10
18+
- entity: sensor.docker_10_apt_status
19+
- entity: sensor.docker_10_apt_last_check
20+
- entity: sensor.docker_10_apt_last_update
21+
- entity: sensor.docker_10_apt_reboot_status
22+
23+
- type: section
24+
label: docker_14
25+
- entity: sensor.docker_14_apt_status
26+
- entity: sensor.docker_14_apt_last_check
27+
- entity: sensor.docker_14_apt_last_update
28+
- entity: sensor.docker_14_apt_reboot_status
29+
30+
- type: section
31+
label: docker_69
32+
- entity: sensor.docker_69_apt_status
33+
- entity: sensor.docker_69_apt_last_check
34+
- entity: sensor.docker_69_apt_last_update
35+
- entity: sensor.docker_69_apt_reboot_status
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
######################################################################
2+
# @CCOSTAN - Follow Me on X
3+
# For more info visit https://www.vcloudinfo.com/click-here
4+
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
5+
# -------------------------------------------------------------------
6+
# Infrastructure View - APT updates (3-column layout)
7+
# Paste this view into the Infrastructure dashboard (storage mode).
8+
# -------------------------------------------------------------------
9+
# Notes: Uses `sensor.docker_*` entities from `config/packages/apt_updates.yaml`.
10+
######################################################################
11+
12+
title: "Infrastructure - APT Updates"
13+
path: infrastructure-apt-updates
14+
icon: mdi:package-up
15+
type: sections
16+
max_columns: 3
17+
sections:
18+
- type: grid
19+
columns: 3
20+
cards:
21+
- type: entities
22+
title: docker_10
23+
show_header_toggle: false
24+
entities:
25+
- entity: sensor.docker_10_apt_status
26+
- entity: sensor.docker_10_apt_last_check
27+
- entity: sensor.docker_10_apt_last_update
28+
- entity: sensor.docker_10_apt_reboot_status
29+
30+
- type: entities
31+
title: docker_14
32+
show_header_toggle: false
33+
entities:
34+
- entity: sensor.docker_14_apt_status
35+
- entity: sensor.docker_14_apt_last_check
36+
- entity: sensor.docker_14_apt_last_update
37+
- entity: sensor.docker_14_apt_reboot_status
38+
39+
- type: entities
40+
title: docker_69
41+
show_header_toggle: false
42+
entities:
43+
- entity: sensor.docker_69_apt_status
44+
- entity: sensor.docker_69_apt_last_check
45+
- entity: sensor.docker_69_apt_last_update
46+
- entity: sensor.docker_69_apt_reboot_status

config/packages/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Live collection of plug-and-play Home Assistant packages. Each YAML file in this
4545
| [lightning.yaml](lightning.yaml) | Blitzortung lightning counter monitoring with snoozeable push actions. | `sensor.blitzortung_lightning_counter`, `input_boolean.snooze_lightning`, notify engine actions |
4646
| [logbook_activity_feed.yaml](logbook_activity_feed.yaml) | Dummy `sensor.activity_feed` + helper to write clean Activity entries (Issue #1550). | `sensor.activity_feed`, `script.send_to_logbook` |
4747
| [mariadb_monitoring.yaml](mariadb_monitoring.yaml) | MariaDB health sensors and Lovelace dashboard snippet for recorder stats. | `sensor.mariadb_status`, `sensor.database_size` |
48+
| [apt_updates.yaml](apt_updates.yaml) | Weekly APT patch reporting for Docker hosts + Repairs reboot alerts. | `sensor.docker_*_apt_status`, `repairs.create`, `script.send_to_logbook` |
4849
| [phynplus.yaml](phynplus.yaml) | Phyn shutoff automations with push + Activity feed + Repairs issues for leak events. | `valve.phyn_shutoff_valve`, `binary_sensor.phyn_leak_test_running`, `repairs.create` |
4950
| [powerwall.yaml](powerwall.yaml) | Track Tesla Powerwall grid status and shed loads automatically when off-grid (alerts include Activity feed + Repairs). | `binary_sensor.powerwall_grid_status`, `sensor.powerwall_*`, `repairs.create` |
5051
| [vacuum.yaml](vacuum.yaml) | Dreame vacuum orchestration with room tracking, push alerts, Activity feed, and Repairs issues on errors. | `input_select.l10s_vacuum_phase`, `sensor.l10s_vacuum_error`, `repairs.create` |

0 commit comments

Comments
 (0)