2022-11-16 16:38:07 +00:00
|
|
|
"""Constants for the Homeassistant Hardware integration."""
|
|
|
|
|
|
|
|
import logging
|
|
|
|
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
|
2024-07-29 16:39:25 +00:00
|
|
|
ZHA_DOMAIN = "zha"
|
|
|
|
|
|
|
|
OTBR_ADDON_NAME = "OpenThread Border Router"
|
|
|
|
OTBR_ADDON_MANAGER_DATA = "openthread_border_router"
|
|
|
|
OTBR_ADDON_SLUG = "core_openthread_border_router"
|
|
|
|
|
|
|
|
ZIGBEE_FLASHER_ADDON_NAME = "Silicon Labs Flasher"
|
|
|
|
ZIGBEE_FLASHER_ADDON_MANAGER_DATA = "silabs_flasher"
|
|
|
|
ZIGBEE_FLASHER_ADDON_SLUG = "core_silabs_flasher"
|
|
|
|
|
2022-11-16 16:38:07 +00:00
|
|
|
SILABS_MULTIPROTOCOL_ADDON_SLUG = "core_silabs_multiprotocol"
|
2023-08-28 21:26:34 +00:00
|
|
|
SILABS_FLASHER_ADDON_SLUG = "core_silabs_flasher"
|