Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 6.39 KB

File metadata and controls

33 lines (23 loc) · 6.39 KB

System View

Readme | Home View | Media | Rooms | Cameras | Comics | System | Floor Plan

System View

Components in this View

Note: I set 'panel: true' to use the entire width of the screen. | My Config |

  1. Lovelace Layout Card - Backend card that provides more control in how to organize your Lovelace cards in a readable format, versus the previous method of using vertical and horizontal stacks. You define the columns and choose where to insert breaks, thus maximizing screen space | My Config | Github |

  2. Compact Custom Header - Reduces the height of the original HA header, saving precious space on small tablets like the Fire HD8. Also adds a clock. | My Config | Github |

  3. System Info Cards - Showing system details of the Raspberry Pi and the SD card. | My Config

    • Vertical and Horizontal stack cards used to organize the gauge cards in a 2x2 format. | My Config |
    • Gauge cards displays the system monitor data in an appealing view. | My Config | HA Lovelace Card |
    • System Monitor sensor provides the system monitor data, duh. | My Config | HA Component |
  4. System Info Cards (2) - Showing system details of the Raspberry Pi and the SD card. | My Config |

    • Lovelace Sensor cards are used to display system information. I forgot to set 'graph: line' for an even cooler visual. | My Config | HA Lovelace card |
    • Commandline sensors are used to pull CPU and GPU temperatures from a Raspberry Pi. Taken from the HA Component page. | My Config | HA Component |
    • Speedtest sensor gets the download and upload speeds of my internet connection. | My Config | HA Component |
  5. Tracker Card - Tracks the installed and latest versions of (some) custom components and Lovelace cards. I can't say Custom Updater tracks every custom URL I added, but it works for some. If you do not have YAML mode enabled, then this will not work.

    • Custom tracker card displays the data from Custom Updater sensor and lets you click a button to update the components. | My Config | Github |
    • Customer Updater Sensor tracks version changes of the custom components and Lovelace cards used in my UI. | My Config | Github | Wiki |
  6. Host Details - Uses the Entities Lovelace card to display some info about the Home Assistant host. | My Config | HA Lovelace Card |

    • REST and Version sensors pull up the latest and installed Home Assistant version. Template was found in HA forums. | My Config | HA Component |
  7. Automations - Sometimes I need to disable certain media automations (like turning on the TV when Xbox turns on), so I dynamically list all automations using the Monster card and the Entities card. | My Config |

    • Monster card used to dynamically show all automations--in my case, any automations labeled as 'Media.' | My Config | Github |