mushroom

Generates Mushroom UI card configurations for Home Assistant Lovelace dashboards.

86|7|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Bobsilvio/ha-claude --skill mushroom-bobsilvio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mushroom
Source: https://github.com/Bobsilvio/ha-claude/tree/main/.claude/skills/mushroom
Command: npx skills add https://github.com/Bobsilvio/ha-claude --skill mushroom-bobsilvio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Designing Mushroom UI cards for Home Assistant Lovelace requires knowing the exact YAML structure of template cards, chips, badges, and tap actions, which is tedious to look up and easy to get wrong. ## Core Features & Use Cases - Mushroom Card Creation: Produces configurations for mushroom-template-card, chip rows, and badges. - Layout & Interaction Guidance: Covers layout strategies, tap actions, and theming options for Lovelace dashboards. - Use Case: Ask for a climate control card with a custom icon color based on entity state, and receive a ready-to-paste Mushroom YAML configuration. ## Quick Start Ask the assistant to create a Mushroom template card that shows the living room temperature with a tap action to toggle the thermostat.

Frequently Asked Questions about mushroom

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Mushroom template card in Home Assistant?

Describe the card you want, including entity, icon, and content, and the skill generates the mushroom-template-card YAML configuration. You can then paste it into your Lovelace dashboard editor.

How do I add tap actions to Mushroom cards?

Tap actions are configured through the tap_action, hold_action, and double_tap_action options in the card YAML. The skill provides guidance on mapping these actions to Home Assistant services like toggle or more-info.

Does Mushroom support chips and badges in Lovelace?

Yes, Mushroom includes chip rows and badges for compact status displays. The skill covers their configuration, including conditional chips and icon-based indicators for entity states.

Can I theme Mushroom cards in Home Assistant?

Mushroom cards support theming through card-mod style overrides and built-in layout options. The skill explains theming approaches for colors, icons, and layout strategies within Lovelace.