Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yeelight Matter Request #906

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion drivers/SmartThings/matter-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ matterManufacturer:
vendorId: 0x1339
productId: 0xAC
deviceProfileName: plug-binary

#Nanoleaf
- id: "Nanoleaf NL53"
deviceLabel: Essentials BR30
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Loading