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

Variables

 LOGGER = logging.getLogger(__package__)
 
string OTBR_ADDON_MANAGER_DATA = "openthread_border_router"
 
string OTBR_ADDON_NAME = "OpenThread Border Router"
 
string OTBR_ADDON_SLUG = "core_openthread_border_router"
 
string SILABS_FLASHER_ADDON_SLUG = "core_silabs_flasher"
 
string SILABS_MULTIPROTOCOL_ADDON_SLUG = "core_silabs_multiprotocol"
 
string ZHA_DOMAIN = "zha"
 
string ZIGBEE_FLASHER_ADDON_MANAGER_DATA = "silabs_flasher"
 
string ZIGBEE_FLASHER_ADDON_NAME = "Silicon Labs Flasher"
 
string ZIGBEE_FLASHER_ADDON_SLUG = "core_silabs_flasher"
 

Detailed Description

Constants for the Homeassistant Hardware integration.

Variable Documentation

◆ LOGGER

homeassistant.components.homeassistant_hardware.const.LOGGER = logging.getLogger(__package__)

Definition at line 5 of file const.py.

◆ OTBR_ADDON_MANAGER_DATA

string homeassistant.components.homeassistant_hardware.const.OTBR_ADDON_MANAGER_DATA = "openthread_border_router"

Definition at line 10 of file const.py.

◆ OTBR_ADDON_NAME

string homeassistant.components.homeassistant_hardware.const.OTBR_ADDON_NAME = "OpenThread Border Router"

Definition at line 9 of file const.py.

◆ OTBR_ADDON_SLUG

string homeassistant.components.homeassistant_hardware.const.OTBR_ADDON_SLUG = "core_openthread_border_router"

Definition at line 11 of file const.py.

◆ SILABS_FLASHER_ADDON_SLUG

string homeassistant.components.homeassistant_hardware.const.SILABS_FLASHER_ADDON_SLUG = "core_silabs_flasher"

Definition at line 18 of file const.py.

◆ SILABS_MULTIPROTOCOL_ADDON_SLUG

string homeassistant.components.homeassistant_hardware.const.SILABS_MULTIPROTOCOL_ADDON_SLUG = "core_silabs_multiprotocol"

Definition at line 17 of file const.py.

◆ ZHA_DOMAIN

string homeassistant.components.homeassistant_hardware.const.ZHA_DOMAIN = "zha"

Definition at line 7 of file const.py.

◆ ZIGBEE_FLASHER_ADDON_MANAGER_DATA

string homeassistant.components.homeassistant_hardware.const.ZIGBEE_FLASHER_ADDON_MANAGER_DATA = "silabs_flasher"

Definition at line 14 of file const.py.

◆ ZIGBEE_FLASHER_ADDON_NAME

string homeassistant.components.homeassistant_hardware.const.ZIGBEE_FLASHER_ADDON_NAME = "Silicon Labs Flasher"

Definition at line 13 of file const.py.

◆ ZIGBEE_FLASHER_ADDON_SLUG

string homeassistant.components.homeassistant_hardware.const.ZIGBEE_FLASHER_ADDON_SLUG = "core_silabs_flasher"

Definition at line 15 of file const.py.