mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
Add Titanium to network
This commit is contained in:
@@ -6,17 +6,17 @@ cards:
|
|||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
cards:
|
cards:
|
||||||
- type: entities
|
- type: entities
|
||||||
title: SARAH
|
title: Titanium
|
||||||
icon: mdi:server
|
icon: mdi:desktop-tower
|
||||||
entities:
|
entities:
|
||||||
- binary_sensor.updater
|
- binary_sensor.titanium
|
||||||
- sensor.uptime
|
- type: custom:dummy-entity-row
|
||||||
- entity: sensor.home_assistant_v2_db
|
entity: binary_sensor.titanium
|
||||||
name: Database
|
tap_action:
|
||||||
icon: mdi:database
|
action: call-service
|
||||||
- entity: sensor.home_assistant_log
|
service: script.titanium_start
|
||||||
name: Logs
|
name: Start
|
||||||
icon: mdi:view-list
|
icon: mdi:power
|
||||||
|
|
||||||
- type: entities
|
- type: entities
|
||||||
style: |
|
style: |
|
||||||
@@ -232,50 +232,18 @@ cards:
|
|||||||
|
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
cards:
|
cards:
|
||||||
- type: "custom:mini-graph-card"
|
- type: entities
|
||||||
animate: true
|
title: SARAH
|
||||||
points_per_hour: 1
|
icon: mdi:home-assistant
|
||||||
hours_to_show: 72
|
|
||||||
show:
|
|
||||||
graph: bar
|
|
||||||
average: true
|
|
||||||
extrema: true
|
|
||||||
entities:
|
entities:
|
||||||
- entity: sensor.fast_com_download
|
- binary_sensor.updater
|
||||||
|
- sensor.uptime
|
||||||
- type: "custom:mini-graph-card"
|
- entity: sensor.home_assistant_v2_db
|
||||||
animate: true
|
name: Database
|
||||||
points_per_hour: 1
|
icon: mdi:database
|
||||||
hours_to_show: 72
|
- entity: sensor.home_assistant_log
|
||||||
show:
|
name: Logs
|
||||||
graph: bar
|
icon: mdi:view-list
|
||||||
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
|
|
||||||
|
|
||||||
- type: vertical-stack
|
|
||||||
cards:
|
|
||||||
- type: entities
|
- type: entities
|
||||||
title: Pi-Hole
|
title: Pi-Hole
|
||||||
icon: mdi:pi-hole
|
icon: mdi:pi-hole
|
||||||
@@ -324,3 +292,47 @@ cards:
|
|||||||
line_width: 6
|
line_width: 6
|
||||||
entities:
|
entities:
|
||||||
- sensor.pi_hole_seen_clients
|
- sensor.pi_hole_seen_clients
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user