Skip to content

catdad-experiments/ha-utility-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Home Assistant utility cards

This is a bunch of Home Assisatant Lovelace cards that enhance other cards or dashboard functionality. All cards include a visual editor so you can easily add them.

Installation

In HACS, add the repo https://github.com/catdad-experiments/ha-utility-cards and select "Dashboard" for the type. Then search for "Catdad Unility Cards" and download it. You are done!

Cards

Combined Card

A card that seemlessly combines any stack of cards into a single card.

It was heavily inspired by stack-in-card, but takes a completely different approach to combining the cards. On top of that, it has a visual editor, allowing you to fully create your combined card from the UI. You can nest cards inside a combined card as deep as you'd like (i.e. use vertical and horizontal stacks as you see fit) without performance issues and without re-introducing borders and shadows inside the nested stacks.

Here is a stack of cards created using mushroom cards.

default cards

This stack looks pretty nice on its own, but can become chaotic inside a dashboard with even more cards.

With combined-card, that entire stack can be placed inside a single card, giving it a better group look.

combined in single stack

If this is too undefined for you, you can combine the cards more granularly, in this example into a porch card and a backyard card.

combined in two groups

Kiosk Card

A card that will hide the dashboard header bar. I recommend using it with something like navbar-card so that you can still navigate around your dashboard.

This card will only work if it is rendered. This means that you can use Home Assistant's built-in visibility tab to add rules for when the card is rendered (e.g. for specific users, at specific times, as a result of specific states, etc.).

Auto Reload Card

This card monitors your dashboard and automatically reloads it if:

  • it detects that dashboard entities are no longer updates (i.e. the dashboard has become disconnected from the server)
  • it detects and recovers from a network outage (i.e. I restart my wifi on a timer every night)
  • it detects that there is a dashboard update (you no longer have to walk around your house and hit the "Refresh" button when you make an update to wallpanels!)

By default, this card does not render anything on the dashboard, though you can enable debug mode to see a record of what this card has detected and recovered from.

Back Button Card

This card is a button that navigates back in the browser -- acts just like clicking your browser's back button or swiping back on Android, except as a card on any dashboard usable on any device. You can use Home Assistant's built-in visibility settings to control when the card is rendered.

image

You can customize the icon and text on this card through the visual editor.

About

๐Ÿƒ utility cards to seamlessly combine a stack into one, enable kiosk mode, and more...

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published