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

New Devices (Matter Switch + Matter Sensor) 5 Devices #1905

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
16 changes: 16 additions & 0 deletions drivers/SmartThings/matter-sensor/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,22 @@ matterManufacturer:
vendorId: 0x1021
productId: 0x0001
deviceProfileName: motion-contact-battery
#LG
- id: "4142/8192"
deviceLabel: LG Temp and Humidity Sensor
vendorId: 0x102E
productId: 0x2000
deviceProfileName: temperature-humidity-battery
- id: "4142/8224"
deviceLabel: LG Door and Window Sensor
vendorId: 0x102E
productId: 0x2020
deviceProfileName: contact-battery
- id: "4142/8240"
deviceLabel: LG Motion Sensor
vendorId: 0x102E
productId: 0x2030
deviceProfileName: motion-illuminance-battery
# Neo
- id: "4991/1122"
deviceLabel: Door Sensor
Expand Down
11 changes: 11 additions & 0 deletions drivers/SmartThings/matter-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,17 @@ matterManufacturer:
vendorId: 0x142B
productId: 0x1002
deviceProfileName: switch-binary
#LG
- id: "4142/8784"
deviceLabel: LG Smart Button (1 Button)
vendorId: 0x102E
productId: 0x2250
deviceProfileName: button-battery
- id: "4142/8785"
deviceLabel: LG Smart Button (2 Button)
vendorId: 0x102E
productId: 0x2251
deviceProfileName: 2-button-battery
#Lifx
- id: "5155/169"
deviceLabel: LIFX Color (A21)
Expand Down
Loading