Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.kitchen_sink.repairs Namespace Reference

Classes

class  DemoColdTeaFixFlow
 
class  DemoFixFlow
 

Functions

RepairsFlow async_create_fix_flow (HomeAssistant hass, str issue_id, dict[str, str|int|float|None]|None data)
 

Detailed Description

Repairs platform for the demo integration.

Function Documentation

◆ async_create_fix_flow()

RepairsFlow homeassistant.components.kitchen_sink.repairs.async_create_fix_flow ( HomeAssistant  hass,
str  issue_id,
dict[str, str | int | float | None] | None  data 
)
Create flow.

Definition at line 42 of file repairs.py.