Skip to content

Commit

Permalink
Add back in BLE models to master db
Browse files Browse the repository at this point in the history
  • Loading branch information
monty68 committed Dec 5, 2024
1 parent 7dfda37 commit 17c5366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/uniled/lib/models_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
from typing import Final
from .const import UNILED_TRANSPORT_NET, UNILED_TRANSPORT_BLE
from .net.models import UNILED_NET_MODELS
#from .ble.models import UNILED_BLE_MODELS
from .ble.models import UNILED_BLE_MODELS

##
## All Supported Models
##
UNILED_MODELS: Final = {
UNILED_TRANSPORT_NET: UNILED_NET_MODELS,
#UNILED_TRANSPORT_BLE: UNILED_BLE_MODELS,
UNILED_TRANSPORT_BLE: UNILED_BLE_MODELS,
}

0 comments on commit 17c5366

Please sign in to comment.