- Updated the Home Assistant version in the configuration file. - Added new bubble cards for Docker container status monitoring in the infrastructure dashboard. - Included popups for maintenance actions related to specific Docker containers in the infrastructure dashboard. - Refined navigation paths in the overview dashboard for better user experience.feature/powerwall-live-activity-1598
parent
327d4276ec
commit
0e6c4e97e2
@ -1 +1 @@
|
||||
2026.2.3
|
||||
2026.3.0
|
||||
@ -0,0 +1,58 @@
|
||||
######################################################################
|
||||
# @CCOSTAN - Follow Me on X
|
||||
# For more info visit https://www.vcloudinfo.com/click-here
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
# -------------------------------------------------------------------
|
||||
# Infrastructure Popup - docker_10 maintenance
|
||||
# Bubble Card popup for host maintenance details and safe cleanup actions.
|
||||
# -------------------------------------------------------------------
|
||||
# Related Issue: 1560
|
||||
# Notes: Reuses existing Infrastructure button-card templates inside the popup.
|
||||
######################################################################
|
||||
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:bubble-card
|
||||
card_type: pop-up
|
||||
hash: '#infra-docker-10'
|
||||
entity: sensor.docker_10_apt_status
|
||||
button_type: state
|
||||
name: docker_10 maintenance
|
||||
icon: mdi:server
|
||||
show_header: true
|
||||
show_state: true
|
||||
width_desktop: 520px
|
||||
bg_opacity: '35'
|
||||
- type: grid
|
||||
columns: 2
|
||||
square: false
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: bearstone_infra_apt_prune_tile
|
||||
name: docker_10
|
||||
entity: sensor.docker_10_apt_status
|
||||
variables:
|
||||
last_update_sensor: sensor.docker_10_apt_last_update
|
||||
prune_button: button.carlo_hass_prune_unused_images
|
||||
name: docker_10
|
||||
- type: custom:button-card
|
||||
template: bearstone_infra_tile
|
||||
entity: sensor.docker_10_apt_last_update
|
||||
name: Last Update
|
||||
icon: mdi:update
|
||||
variables:
|
||||
label: Most recent package update
|
||||
- type: custom:button-card
|
||||
template: bearstone_infra_tile
|
||||
entity: sensor.docker_10_apt_last_check
|
||||
name: Last Check
|
||||
icon: mdi:calendar-check
|
||||
variables:
|
||||
label: Most recent apt check
|
||||
- type: custom:button-card
|
||||
template: bearstone_infra_tile
|
||||
entity: sensor.docker_10_apt_status
|
||||
name: Apt Status
|
||||
icon: mdi:package-up
|
||||
variables:
|
||||
label: Pending package summary
|
||||
@ -1,23 +0,0 @@
|
||||
######################################################################
|
||||
# @CCOSTAN - Follow Me on X
|
||||
# For more info visit https://www.vcloudinfo.com/click-here
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
# -------------------------------------------------------------------
|
||||
# Overview View - Utilities
|
||||
# YAML-exported Lovelace dashboard (split into view files).
|
||||
# -------------------------------------------------------------------
|
||||
# Notes: Exported from config/.storage/lovelace.lovelace view index 6.
|
||||
######################################################################
|
||||
|
||||
title: Utilities
|
||||
path: water
|
||||
icon: mdi:home-lightning-bolt
|
||||
type: sections
|
||||
max_columns: 3
|
||||
sections: !include /config/dashboards/overview/partials/water_sections.yaml
|
||||
cards: []
|
||||
visible:
|
||||
- user: be280a93c9d7416e98d25d0470f414be
|
||||
- user: 46a8d15eb20e4a1daf2d1d1f63180ec5
|
||||
- user: 8fc5ba22cb32430a9143beb4df70541b
|
||||
- user: 19970706e7e4492c844ea2fc94a4599a
|
||||
@ -1,18 +0,0 @@
|
||||
######################################################################
|
||||
# @CCOSTAN - Follow Me on X
|
||||
# For more info visit https://www.vcloudinfo.com/click-here
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
# -------------------------------------------------------------------
|
||||
# Overview View - Admin
|
||||
# YAML-exported Lovelace dashboard (split into view files).
|
||||
# -------------------------------------------------------------------
|
||||
# Notes: Exported from config/.storage/lovelace.lovelace view index 7.
|
||||
######################################################################
|
||||
|
||||
title: Admin
|
||||
icon: mdi:security
|
||||
visible:
|
||||
- user: be280a93c9d7416e98d25d0470f414be
|
||||
cards: []
|
||||
type: sections
|
||||
sections: !include /config/dashboards/overview/partials/admin_sections.yaml
|
||||
Loading…
Reference in new issue