Skip to content

Instantly share code, notes, and snippets.

@MarcStocker
Created November 3, 2024 04:58
Show Gist options
  • Save MarcStocker/6ce903374627fa71ac754e6bce771e37 to your computer and use it in GitHub Desktop.
Save MarcStocker/6ce903374627fa71ac754e6bce771e37 to your computer and use it in GitHub Desktop.
HA Card - Home Assistant Status - Single Large Card
type: custom:vertical-stack-in-card
cards:
- type: markdown
content: >-
# <sub><img src =
'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fstatic-00.iconduck.com%2Fassets.00%2Fhome-assistant-icon-2048x2048-ar79ra8x.png&f=1&nofb=1&ipt=27dbc7a5eda8e088817357eb2e46df9a96a496054fe3c47c2205be704e828580&ipo=images'
alt='Google Drive' width='35' height='35' style="vertical-align:
middle;"></sub> Home Assistant
- square: false
type: grid
cards:
- type: custom:mushroom-entity-card
entity: update.home_assistant_core_update
name: Home Assistant
icon: mdi:home-assistant
card_mod:
style: |
ha-card {
border: none !important;
background: none !important;
}
- type: custom:mushroom-entity-card
entity: sensor.home_assistant_uptime
name: Uptime
icon: mdi:home-assistant
card_mod:
style: |
ha-card {
border: none !important;
background: none !important;
}
- type: custom:mushroom-entity-card
entity: sensor.home_assistant_host_disk_free
name: Disk Space Free
icon: mdi:home-assistant
card_mod:
style: |
ha-card {
border: none !important;
background: none !important;
}
- type: custom:mushroom-entity-card
entity: sensor.home_assistant_host_disk_used
name: Disk Space Used
icon: mdi:home-assistant
card_mod:
style: |
ha-card {
border: none !important;
background: none !important;
}
columns: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment