diff --git a/switchbot/adv_parser.py b/switchbot/adv_parser.py index d0c62ef..12912eb 100644 --- a/switchbot/adv_parser.py +++ b/switchbot/adv_parser.py @@ -124,6 +124,12 @@ class SwitchbotSupportedType(TypedDict): "func": process_woceiling, "manufacturer_id": 2409, }, + "n": { + "modelName": SwitchbotModel.CEILING_LIGHT, + "modelFriendlyName": "Ceiling Light Pro", + "func": process_woceiling, + "manufacturer_id": 2409, + }, "e": { "modelName": SwitchbotModel.HUMIDIFIER, "modelFriendlyName": "Humidifier",