Created
November 3, 2024 04:59
-
-
Save MarcStocker/f4aaea727c121e2276fb08cd205e8e9d to your computer and use it in GitHub Desktop.
HA Card - Synology Status - Single Large Card
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: custom:vertical-stack-in-card | |
cards: | |
- type: horizontal-stack | |
cards: | |
- type: picture | |
image: >- | |
https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fwahlnetwork.com%2Fwp-content%2Fuploads%2F2014%2F01%2Fsynology-logo.jpg&f=1&nofb=1&ipt=d09f2dcc4abfa12fa8c46867b218661c682936cc4071ee907c1f4bd9f91a01fa&ipo=images | |
card_mod: | |
style: | | |
ha-card { | |
border: none !important; | |
background: none !important; | |
width: 100%; | |
padding-left: 15px; | |
} | |
- type: gauge | |
entity: sensor.processor_use_percent | |
name: CPU | |
severity: | |
green: 0 | |
yellow: 100 | |
red: 100 | |
card_mod: | |
style: | | |
ha-card { | |
border: none !important; | |
background: none !important; | |
} | |
- type: gauge | |
entity: sensor.system_monitor_memory_use_percent | |
name: RAM | |
severity: | |
green: 0 | |
yellow: 100 | |
red: 100 | |
card_mod: | |
style: | | |
ha-card { | |
border: none !important; | |
background: none !important; | |
} | |
- type: horizontal-stack | |
cards: | |
- type: markdown | |
content: |- | |
**Server:** Synology | |
**Address:** 192.168.1.222 | |
**Drive 1 State:** normal | |
**Drive 2 State:** normal | |
**Drive 1 Temp:** 28 | |
**Drive 2 Temp:** 29 | |
card_mod: | |
style: | | |
ha-card { | |
border: none !important; | |
background: none !important; | |
} | |
- type: gauge | |
entity: sensor.system_monitor_disk_use_percent | |
name: Drive Space | |
severity: | |
green: 0 | |
yellow: 100 | |
red: 100 | |
card_mod: | |
style: | | |
ha-card { | |
border: none !important; | |
background: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment