###################################################################### # @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, 1725 # Notes: Reuses existing Infrastructure button-card templates inside the popup. # Notes: Volume prune is destructive; keep it hold-to-act with an explicit confirmation. ###################################################################### 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_volume_prune_tile name: docker_10 volumes entity: button.carlo_hass_prune_unused_volumes variables: prune_button: button.carlo_hass_prune_unused_volumes 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