core/homeassistant/components/homeassistant_hardware/const.py

9 lines
230 B
Python

"""Constants for the Homeassistant Hardware integration."""
import logging
LOGGER = logging.getLogger(__package__)
SILABS_MULTIPROTOCOL_ADDON_SLUG = "core_silabs_multiprotocol"
SILABS_FLASHER_ADDON_SLUG = "core_silabs_flasher"