Getting Help¶
Before Asking for Help¶
- Check logs: Look at Home Assistant logs and browser console
- Try minimal config: Test with simplest possible configuration
- Update everything: Ensure HA, HACS, and card are up to date
- Search existing issues: Check GitHub issues for similar problems
Where to Get Help¶
- 📖 Documentation: Check our docs folder for guides
- 💬 GitHub Discussions: Ask questions
- 🐛 GitHub Issues: Report bugs
- 💬 Discord: Join our Discord
Information to Include¶
When asking for help, please include:
- Home Assistant version
- Card version
- Browser and version
- Complete card configuration (sanitize sensitive data)
- Error messages (from HA logs and browser console)
- Screenshots (if visual issue)
- Steps to reproduce the problem
Example Bug Report¶
# Home Assistant Version: 2024.1.0
# Card Version: 0.23.0
# Browser: Chrome 120.0
# Issue: Background image not showing
# Configuration:
type: custom:room-summary-card
area: living_room
background:
image: /local/images/living-room.jpg
opacity: 30
# Error from browser console:
# Failed to load resource: /local/images/living-room.jpg 404 (Not Found)
# Steps to reproduce:
# 1. Add card to dashboard
# 2. Set background image path
# 3. Image doesn't appear, shows broken icon
Emergency Workarounds¶
If the card is completely broken:
- Remove from dashboard: Delete card temporarily
- Use YAML mode: Configure manually instead of UI
- Revert to previous version: Downgrade if new version has issues
- Use alternative cards: Button-card or entity cards as temporary replacement