ha-repairs

Implement and manage fixable and non-fixable repair issues for Home Assistant integrations.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill ha-repairs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ha-repairs
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/plugins/home-assistant-dev/skills/ha-repairs
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill ha-repairs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers and users manage and implement repair issues within Home Assistant integrations, ensuring users are notified of problems that require their attention and can be fixed directly within the platform.

Core Features & Use Cases

  • Implement Fixable & Non-Fixable Issues: Create actionable notifications for configuration problems, firmware updates, deprecated features, and more.
  • Severity Level Management: Utilize critical, error, and warning severities to prioritize user attention.
  • Repair Flow Integration: Define flows for users to resolve issues directly within Home Assistant.
  • Use Case: When a Home Assistant integration's authentication expires, this skill can create a fixable repair issue that guides the user through a re-authentication process.

Quick Start

Use the ha-repairs skill to create a warning severity issue for a firmware update.

Frequently Asked Questions about ha-repairs

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

FAQPage Schema
How do I create Home Assistant repair issues for integration configuration problems?

To create Home Assistant repair issues for integration configuration problems, use the ha-repairs skill to implement fixable or non-fixable issues with defined severity levels. It registers problems in the issue registry to notify users of required actions.

What is a Home Assistant repair flow and when do I need it?

A Home Assistant repair flow is a guided process that allows users to resolve integration issues directly within the platform. You need it when creating fixable issues, such as expired authentication or firmware updates, that require user interaction to resolve.

How do I set severity levels for Home Assistant integration issues?

You can set severity levels for Home Assistant integration issues by assigning critical, error, or warning severities. This prioritizes user attention, ensuring critical configuration problems and deprecated features are addressed before minor warnings.

Can I notify users about deprecated features in my Home Assistant integration?

Yes, you can notify users about deprecated features in your Home Assistant integration by creating non-fixable or fixable repair issues. These issues alert users to necessary updates or changes directly through the platform's notification system.

What is the best way to handle firmware update notifications in Home Assistant?

The best way to handle firmware update notifications in Home Assistant is by creating a repair issue with a warning severity. This integrates with the issue registry to alert users and can include a repair flow to guide them through the update process.