Home Assistant Unofficial Reference 2024.12.1
homeassistant.setup.SetupPhases Class Reference
Inheritance diagram for homeassistant.setup.SetupPhases:
[legend]
Collaboration diagram for homeassistant.setup.SetupPhases:
[legend]

Static Public Attributes

 CONFIG_ENTRY_PLATFORM_SETUP
 
 CONFIG_ENTRY_SETUP
 
 PLATFORM_SETUP
 
 SETUP
 
 WAIT_BASE_PLATFORM_SETUP
 
 WAIT_IMPORT_PACKAGES
 
 WAIT_IMPORT_PLATFORMS
 

Detailed Description

Constants for setup time measurements.

Definition at line 656 of file setup.py.

Member Data Documentation

◆ CONFIG_ENTRY_PLATFORM_SETUP

homeassistant.setup.SetupPhases.CONFIG_ENTRY_PLATFORM_SETUP
static

Definition at line 669 of file setup.py.

◆ CONFIG_ENTRY_SETUP

homeassistant.setup.SetupPhases.CONFIG_ENTRY_SETUP
static

Definition at line 661 of file setup.py.

◆ PLATFORM_SETUP

homeassistant.setup.SetupPhases.PLATFORM_SETUP
static

Definition at line 663 of file setup.py.

◆ SETUP

homeassistant.setup.SetupPhases.SETUP
static

Definition at line 659 of file setup.py.

◆ WAIT_BASE_PLATFORM_SETUP

homeassistant.setup.SetupPhases.WAIT_BASE_PLATFORM_SETUP
static

Definition at line 674 of file setup.py.

◆ WAIT_IMPORT_PACKAGES

homeassistant.setup.SetupPhases.WAIT_IMPORT_PACKAGES
static

Definition at line 678 of file setup.py.

◆ WAIT_IMPORT_PLATFORMS

homeassistant.setup.SetupPhases.WAIT_IMPORT_PLATFORMS
static

Definition at line 676 of file setup.py.


The documentation for this class was generated from the following file: