mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 17:34:42 +00:00
Add SARAH card to Network
This commit is contained in:
@@ -8,6 +8,7 @@ homeassistant:
|
||||
packages: !include_dir_named packages
|
||||
whitelist_external_dirs:
|
||||
- /config/www/audio/youtube
|
||||
- /config
|
||||
|
||||
#
|
||||
# ─── HOME ASSISTANT COMPONENTS ENABLED ──────────────────────────────────────────
|
||||
|
||||
@@ -3,6 +3,21 @@ path: network
|
||||
icon: "mdi:server-network"
|
||||
badges: []
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: SARAH
|
||||
icon: mdi:server
|
||||
entities:
|
||||
- binary_sensor.updater
|
||||
- sensor.uptime
|
||||
- entity: sensor.home_assistant_v2_db
|
||||
name: Database
|
||||
icon: mdi:database
|
||||
- entity: sensor.home_assistant_log
|
||||
name: Logs
|
||||
icon: mdi:view-list
|
||||
|
||||
- type: entities
|
||||
style: |
|
||||
#states > div:last-child {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
title: System
|
||||
path: system
|
||||
icon: "mdi:hammer-wrench"
|
||||
badges: [binary_sensor.updater]
|
||||
cards:
|
||||
- type: entities
|
||||
title: Automations
|
||||
|
||||
@@ -14,6 +14,13 @@ sensor:
|
||||
- "time"
|
||||
- "date"
|
||||
|
||||
- platform: uptime
|
||||
|
||||
- platform: filesize
|
||||
file_paths:
|
||||
- /config/home-assistant_v2.db
|
||||
- /config/home-assistant.log
|
||||
|
||||
- platform: template
|
||||
sensors:
|
||||
sarah_url:
|
||||
|
||||
Reference in New Issue
Block a user