Home Assistant Dashboards Cards
This skill creates customizable Home Assistant dashboard cards for visualizing and controlling your smart home devices, enhancing automation insights.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add home-assistant-dashboards-cards npx -- -y @trustedskills/home-assistant-dashboards-cards
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"home-assistant-dashboards-cards": {
"command": "npx",
"args": [
"-y",
"@trustedskills/home-assistant-dashboards-cards"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to discover and install Home Assistant dashboard cards directly through the HASS.io Add-ons ecosystem. It streamlines the setup of custom UI components for smart home monitoring without requiring manual YAML configuration or complex integration steps.
When to use it
- You need to quickly deploy a specific sensor card (e.g., graph, gauge) to visualize real-time data.
- Your AI agent requires access to the HASS.io store to manage dashboard layouts dynamically.
- You want to automate the installation of community-maintained UI cards for new devices.
- You are building an agent that assists users in customizing their Home Assistant interface via natural language.
Key capabilities
- Discovery and retrieval of available Home Assistant dashboard card packages.
- Direct installation of HASS.io Add-ons related to UI customization.
- Integration with the bradsjm/hassio-addons repository for reliable sourcing.
- Support for managing multiple card types within a single dashboard view.
Example prompts
- "Install a graph card to display my thermostat temperature history."
- "Add a gauge card showing current energy consumption from the HASS.io store."
- "Discover and install all available weather-related dashboard cards for my Home Assistant instance."
Tips & gotchas
Ensure your Home Assistant installation is running on a compatible OS version supported by the bradsjm/hassio-addons repository before attempting installation. Some advanced cards may require specific dependencies or configuration files to function correctly after deployment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.