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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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