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
|
packages: !include_dir_named packages
|
||||||
whitelist_external_dirs:
|
whitelist_external_dirs:
|
||||||
- /config/www/audio/youtube
|
- /config/www/audio/youtube
|
||||||
|
- /config
|
||||||
|
|
||||||
#
|
#
|
||||||
# ─── HOME ASSISTANT COMPONENTS ENABLED ──────────────────────────────────────────
|
# ─── HOME ASSISTANT COMPONENTS ENABLED ──────────────────────────────────────────
|
||||||
|
|||||||
@@ -3,6 +3,21 @@ path: network
|
|||||||
icon: "mdi:server-network"
|
icon: "mdi:server-network"
|
||||||
badges: []
|
badges: []
|
||||||
cards:
|
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
|
- type: entities
|
||||||
style: |
|
style: |
|
||||||
#states > div:last-child {
|
#states > div:last-child {
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
title: System
|
title: System
|
||||||
path: system
|
path: system
|
||||||
icon: "mdi:hammer-wrench"
|
icon: "mdi:hammer-wrench"
|
||||||
badges: [binary_sensor.updater]
|
|
||||||
cards:
|
cards:
|
||||||
- type: entities
|
- type: entities
|
||||||
title: Automations
|
title: Automations
|
||||||
|
|||||||
@@ -14,6 +14,13 @@ sensor:
|
|||||||
- "time"
|
- "time"
|
||||||
- "date"
|
- "date"
|
||||||
|
|
||||||
|
- platform: uptime
|
||||||
|
|
||||||
|
- platform: filesize
|
||||||
|
file_paths:
|
||||||
|
- /config/home-assistant_v2.db
|
||||||
|
- /config/home-assistant.log
|
||||||
|
|
||||||
- platform: template
|
- platform: template
|
||||||
sensors:
|
sensors:
|
||||||
sarah_url:
|
sarah_url:
|
||||||
|
|||||||
Reference in New Issue
Block a user