Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.homeassistant_hardware.firmware_config_flow Namespace Reference

Classes

class  BaseFirmwareConfigFlow
 
class  BaseFirmwareInstallFlow
 
class  BaseFirmwareOptionsFlow
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string STEP_PICK_FIRMWARE_THREAD = "pick_firmware_thread"
 
string STEP_PICK_FIRMWARE_ZIGBEE = "pick_firmware_zigbee"
 

Detailed Description

Config flow for the Home Assistant SkyConnect integration.

Variable Documentation

◆ _LOGGER

homeassistant.components.homeassistant_hardware.firmware_config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 40 of file firmware_config_flow.py.

◆ STEP_PICK_FIRMWARE_THREAD

string homeassistant.components.homeassistant_hardware.firmware_config_flow.STEP_PICK_FIRMWARE_THREAD = "pick_firmware_thread"

Definition at line 42 of file firmware_config_flow.py.

◆ STEP_PICK_FIRMWARE_ZIGBEE

string homeassistant.components.homeassistant_hardware.firmware_config_flow.STEP_PICK_FIRMWARE_ZIGBEE = "pick_firmware_zigbee"

Definition at line 43 of file firmware_config_flow.py.