Skip to content

👥 Material Users Card

🌟 Overview

The material-users-card is a custom card for Home Assistant that elegantly displays all registered users with their avatars. It also includes a button for quickly accessing user management or your own profile.

☀️ Light Mode

Users Light
🌙 Dark Mode

Users Dark

🔧 Requirements

To use this card, the following custom components are required:

📌 Card Mod

🔗 Card Mod
GitHubgithub.com

📌 Button Card

🔗 Button Card
GitHubgithub.com

📌 Auto Entities

🔗 Auto Entities
GitHubgithub.com

TIP

💡 HACS installation is recommended to keep components up to date.

⚙️ Configuration

NameTypeDescriptionDefaultRequired
typestringcustom:material-users-cardRequired✅ Yes
is_add_button_enabledbooleanIf enabled, non-admin users will also be able to see the button to add a new user. However, non-admin users will not be able to complete the addition and will be redirected to their own profile page. If disabled, the button will only be visible to users with administrative privileges.false❌ No
is_user_map_enabledbooleanIf enabled, non-admin users will be able to see the location of other users on the map by clicking on their cards. If disabled, location information will not be visible to non-admin users.false❌ No

🍃 Basic Configuration

The card will automatically generate buttons for all registered users. The "+" button will not be visible by default.

yaml
type: custom:material-users-card

✨ Advanced Configuration

yaml
type: custom:material-users-card
is_add_button_enabled: true
is_user_map_enabled: true

🎨 Extended Customization

⚠️ LICENSE

Only for PRO and ULTIMATE users, get your licence now 🚀.

This card have a own version of Card-Mod. You can inject custom CSS to override any style or create unique animations.

💡 ADVANCED STYLING

👉 Check out the Styling Guide.