diff --git a/drivers/SmartThings/matter-switch/fingerprints.yml b/drivers/SmartThings/matter-switch/fingerprints.yml index 7ed123e7bc..de6c2e4dc0 100644 --- a/drivers/SmartThings/matter-switch/fingerprints.yml +++ b/drivers/SmartThings/matter-switch/fingerprints.yml @@ -32,7 +32,7 @@ matterManufacturer: vendorId: 0x1339 productId: 0xAC deviceProfileName: plug-binary - + #Nanoleaf - id: "Nanoleaf NL53" deviceLabel: Essentials BR30 @@ -60,6 +60,13 @@ matterManufacturer: productId: 0x44 deviceProfileName: light-color-level-2700K-6500K +#Yeelight + - id: "Yeelight Smart Lamp" + deviceLabel: Yeelight Smart Lamp + vendorId: 0x1312 + productId: 0x01 + deviceProfileName: light-level-colorTemperature-2710k-6500k + #Bridge devices need manufacturer specific fingerprints until #bridge support is released to all hubs. This is because of the way generic #fingerprints work for bridges joined prior to hubs being able to support them diff --git a/drivers/SmartThings/matter-switch/profiles/light-level-colorTemperature-2710k-6500k.yml b/drivers/SmartThings/matter-switch/profiles/light-level-colorTemperature-2710k-6500k.yml new file mode 100644 index 0000000000..46a6444e92 --- /dev/null +++ b/drivers/SmartThings/matter-switch/profiles/light-level-colorTemperature-2710k-6500k.yml @@ -0,0 +1,26 @@ +name: light-level-colorTemperature-2710k-6500k +components: +- id: main + capabilities: + - id: switch + version: 1 + - id: switchLevel + version: 1 + config: + values: + - key: "level.value" + range: [1, 100] + - id: colorTemperature + version: 1 + config: + values: + - key: "colorTemperature.value" + range: [ 2710, 6500 ] + - id: colorControl + version: 1 + - id: firmwareUpdate + version: 1 + - id: refresh + version: 1 + categories: + - name: Light \ No newline at end of file