Add bluetooth connection constant to the device registry (#75666)

This commit is contained in:
J. Nick Koston
2022-07-23 12:59:35 -05:00
committed by GitHub
parent 240bbfa080
commit 8300d5b89e

View File

@@ -38,6 +38,7 @@ STORAGE_VERSION_MINOR = 3
SAVE_DELAY = 10
CLEANUP_DELAY = 10
CONNECTION_BLUETOOTH = "bluetooth"
CONNECTION_NETWORK_MAC = "mac"
CONNECTION_UPNP = "upnp"
CONNECTION_ZIGBEE = "zigbee"