Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Homeassistant Hardware integration."""
2 
3 import logging
4 
5 LOGGER = logging.getLogger(__package__)
6 
7 ZHA_DOMAIN = "zha"
8 
9 OTBR_ADDON_NAME = "OpenThread Border Router"
10 OTBR_ADDON_MANAGER_DATA = "openthread_border_router"
11 OTBR_ADDON_SLUG = "core_openthread_border_router"
12 
13 ZIGBEE_FLASHER_ADDON_NAME = "Silicon Labs Flasher"
14 ZIGBEE_FLASHER_ADDON_MANAGER_DATA = "silabs_flasher"
15 ZIGBEE_FLASHER_ADDON_SLUG = "core_silabs_flasher"
16 
17 SILABS_MULTIPROTOCOL_ADDON_SLUG = "core_silabs_multiprotocol"
18 SILABS_FLASHER_ADDON_SLUG = "core_silabs_flasher"