diff --git a/lovelace/decluttering_templates/cards/network_card.yaml b/lovelace/decluttering_templates/cards/network_card.yaml index 6860689..9a49a94 100644 --- a/lovelace/decluttering_templates/cards/network_card.yaml +++ b/lovelace/decluttering_templates/cards/network_card.yaml @@ -1,26 +1,7 @@ network_card: - default: - - title: - - icon: card: type: vertical-stack cards: - - type: entities - title: "[[title]]" - icon: "[[icon]]" - entities: - - type: custom:template-entity-row - name: Open network tab - icon: mdi:server-network - tap_action: - action: navigate - navigation_path: /lovelace-main/network - - type: custom:template-entity-row - name: Open admin UI - icon: mdi:firefox - tap_action: - action: url - url_path: http://router.lan - type: "custom:mini-graph-card" animate: true points_per_hour: 1 diff --git a/lovelace/decluttering_templates/cards/pi_hole_card.yaml b/lovelace/decluttering_templates/cards/pi_hole_card.yaml index 9713e9a..39fda47 100644 --- a/lovelace/decluttering_templates/cards/pi_hole_card.yaml +++ b/lovelace/decluttering_templates/cards/pi_hole_card.yaml @@ -13,12 +13,6 @@ pi_hole_card: name: Status - entity: switch.pihole_temp_disable name: Pause for 5 mins - - type: custom:template-entity-row - name: Open admin UI - icon: mdi:firefox - tap_action: - action: url - url_path: http://cobalt.lan:8081/admin - type: horizontal-stack cards: diff --git a/lovelace/home_dashboard/world_dashboard.yaml b/lovelace/home_dashboard/world_dashboard.yaml index af4a58f..a0958ba 100644 --- a/lovelace/home_dashboard/world_dashboard.yaml +++ b/lovelace/home_dashboard/world_dashboard.yaml @@ -1,7 +1,7 @@ - type: custom:layout-card layout_type: custom:horizontal-layout layout: - max_cols: 2 + max_cols: 3 cards: - type: custom:decluttering-card template: coloured-vertical-stack @@ -13,6 +13,19 @@ variables: - title: 🌍 Outside world + - type: horizontal-stack + cards: + - type: custom:button-card + template: v3_chip_person + entity: input_boolean.georgi_home + entity_picture: /local/images/people/georgi.jpg + name: Georgi + - type: custom:button-card + template: v3_chip_person + entity: input_boolean.player_2_home + entity_picture: /local/images/people/maya.jpg + name: Maya + - type: custom:decluttering-card template: stacked-weather @@ -58,5 +71,22 @@ - entity: sensor.maya_times_left name: Maya times left + - type: custom:decluttering-card + template: coloured-vertical-stack + variables: + - color: "#38593a" + - cards: + - type: custom:decluttering-card + template: v3_section_title + variables: + - title: Network stats + - type: custom:decluttering-card + template: network_card + - type: custom:decluttering-card + template: v3_section_title + variables: + - title: Pi-hole + - type: custom:decluttering-card + template: pi_hole_card - !include ../popup_cards.yaml