👥 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.
🔧 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.comTIP
💡 HACS installation is recommended to keep components up to date.
⚙️ Configuration
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
type | string | custom:material-users-card | Required | ✅ Yes |
is_add_button_enabled | boolean | If 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_enabled | boolean | If 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.


