Add networking tab. Add IFTTT for alexa. Add Mikrotik integration

This commit is contained in:
2020-03-27 22:27:06 +02:00
parent e42b91487c
commit fba7077168
9 changed files with 94 additions and 65 deletions
+55
View File
@@ -0,0 +1,55 @@
title: Network
path: network
icon: "mdi:server-network"
badges: []
cards:
- type: entities
entities:
- sensor.fast_com_download
- type: vertical-stack
cards:
- type: entities
title: Pi-Hole
entities:
- switch.pihole_temp_disable
- type: horizontal-stack
cards:
- type: custom:mini-graph-card
name: Total queries
font_size: 75
icon: mdi:radio-towe
line_color: var(--accent-color)
line_width: 8
entities:
- sensor.pi_hole_dns_queries_today
- type: custom:mini-graph-card
name: Queries blocked
font_size: 75
icon: mdi:stop-circle
line_color: var(--accent-color)
line_width: 8
entities:
- entity: sensor.pi_hole_ads_blocked_today
icon: mdi:pi-hole
- type: horizontal-stack
cards:
- type: custom:mini-graph-card
name: Percent blocked
font_size: 75
icon: mdi:percent
line_color: var(--accent-color)
line_width: 8
entities:
- sensor.pi_hole_ads_percentage_blocked_today
- type: custom:mini-graph-card
name: Seen clients
font_size: 75
icon: mdi:devices
line_color: var(--accent-color)
line_width: 8
entities:
- sensor.pi_hole_seen_clients
@@ -8,6 +8,7 @@ cards:
show_header_toggle: false
entities:
- automation.youtube_download_latest_pds
- automation.ifttt_call_service
- type: custom:fold-entity-row
head:
@@ -140,50 +141,3 @@ cards:
entity: sensor.motion_1_power
- type: custom:battery-entity
entity: sensor.motion_2_power
- type: vertical-stack
cards:
- type: entities
title: Pi-Hole
entities:
- switch.pihole_temp_disable
- type: horizontal-stack
cards:
- type: custom:mini-graph-card
name: Total queries
font_size: 75
icon: mdi:radio-towe
line_color: var(--accent-color)
line_width: 8
entities:
- sensor.pi_hole_dns_queries_today
- type: custom:mini-graph-card
name: Queries blocked
font_size: 75
icon: mdi:stop-circle
line_color: var(--accent-color)
line_width: 8
entities:
- entity: sensor.pi_hole_ads_blocked_today
icon: mdi:pi-hole
- type: horizontal-stack
cards:
- type: custom:mini-graph-card
name: Percent blocked
font_size: 75
icon: mdi:percent
line_color: var(--accent-color)
line_width: 8
entities:
- sensor.pi_hole_ads_percentage_blocked_today
- type: custom:mini-graph-card
name: Seen clients
font_size: 75
icon: mdi:devices
line_color: var(--accent-color)
line_width: 8
entities:
- sensor.pi_hole_seen_clients