diff --git a/config/lovelace/decluttering_templates/cards/network_card.yaml b/config/lovelace/decluttering_templates/cards/network_card.yaml deleted file mode 100644 index 9a49a94..0000000 --- a/config/lovelace/decluttering_templates/cards/network_card.yaml +++ /dev/null @@ -1,45 +0,0 @@ -network_card: - card: - type: vertical-stack - cards: - - type: "custom:mini-graph-card" - animate: true - points_per_hour: 1 - hours_to_show: 72 - show: - graph: bar - average: true - extrema: true - entities: - - entity: sensor.fast_com_download - - - type: "custom:mini-graph-card" - animate: true - points_per_hour: 1 - hours_to_show: 72 - show: - graph: bar - average: true - extrema: true - entities: - - entity: sensor.speedtest_download - - - type: horizontal-stack - cards: - - type: custom:mini-graph-card - points_per_hour: 0.3 - hours_to_show: 72 - font_size: 75 - line_color: var(--accent-color) - line_width: 6 - entities: - - sensor.speedtest_upload - - - type: custom:mini-graph-card - font_size: 75 - points_per_hour: 0.3 - hours_to_show: 72 - line_color: var(--accent-color) - line_width: 6 - entities: - - sensor.speedtest_ping diff --git a/config/lovelace/home_dashboard/world_dashboard.yaml b/config/lovelace/home_dashboard/world_dashboard.yaml index 0b20b64..74fac39 100644 --- a/config/lovelace/home_dashboard/world_dashboard.yaml +++ b/config/lovelace/home_dashboard/world_dashboard.yaml @@ -43,23 +43,47 @@ 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:simple-clock-card' + hide_seconds: true + font_size: 4rem + paddingTop_size: 25px + paddingBottom_size: 25px + - type: horizontal-stack + cards: + - type: custom:decluttering-card + template: bus_departure + variables: + - title: Bus 1 (1257) + - entity: sensor.sofia_traffic_bus_1 + - empty: No upcoming buses + - type: custom:decluttering-card + template: bus_departure + variables: + - title: Bus 5 (1257) + - entity: sensor.sofia_traffic_bus_5 + - empty: No upcoming buses + - type: custom:decluttering-card + template: bus_departure + variables: + - title: Bus 6 (1257) + - entity: sensor.sofia_traffic_bus_6 + - empty: No upcoming buses + + - type: horizontal-stack + cards: + - type: custom:decluttering-card + template: bus_departure + variables: + - title: Metro M1 + - entity: sensor.sofia_traffic_subway_m1 + - empty: No upcoming trains + - type: custom:decluttering-card + template: bus_departure + variables: + - title: Metro M4 + - entity: sensor.sofia_traffic_subway_m4 + - empty: No upcoming trains + - - type: custom:decluttering-card - template: coloured-vertical-stack - variables: - - color: "#38593a" - - cards: - - type: custom:decluttering-card - template: v3_section_title - variables: - - title: Pi-hole - - type: custom:decluttering-card - template: pi_hole_card - !include ../popup_cards.yaml