1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-01 06:02:00 +01:00
Files
core/homeassistant/components/govee_ble/const.py
J. Nick Koston 7e82b3ecdb Add event platform to govee-ble (#122031)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-07-21 09:32:58 -05:00

6 lines
109 B
Python

"""Constants for the Govee Bluetooth integration."""
DOMAIN = "govee_ble"
CONF_DEVICE_TYPE = "device_type"