Readme | Home View | Media | Rooms | Cameras | Comics | System | Floor Plan
Note: I set 'panel: true' to use the entire width of the screen. | My Config |
-
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 |
-
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 |
-
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 |
-
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 |
-
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.
-
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 |
-
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 |