Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.assist_pipeline.repair_flows Namespace Reference

Classes

class  AssistInProgressDeprecatedRepairFlow
 

Variables

tuple REQUIRED_KEYS = ("entity_id", "entity_uuid", "integration_name")
 

Detailed Description

Repairs implementation for the cloud integration.

Variable Documentation

◆ REQUIRED_KEYS

tuple homeassistant.components.assist_pipeline.repair_flows.REQUIRED_KEYS = ("entity_id", "entity_uuid", "integration_name")

Definition at line 14 of file repair_flows.py.