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

Classes

class  CountryFixFlow
 
class  HolidayFixFlow
 

Functions

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

Detailed Description

Repairs platform for the Workday integration.

Function Documentation

◆ async_create_fix_flow()

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

Definition at line 182 of file repairs.py.