Skip to content
Merged
10 changes: 10 additions & 0 deletions drivers/SmartThings/zigbee-contact/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,16 @@ zigbeeManufacturer:
manufacturer: Third Reality, Inc
model: 3RVS01031Z
deviceProfileName: thirdreality-multi-sensor
- id: "SONOFF/SNZB-04P"
deviceLabel: SONOFF Contact Sensor
manufacturer: eWeLink
model: SNZB-04P
deviceProfileName: contact-battery-profile
- id: "SONOFF/SNZB-04PR2"
deviceLabel: SONOFF Contact Sensor
manufacturer: SONOFF
model: SNZB-04PR2
deviceProfileName: contact-battery-profile
- id: "Aug. Winkhaus SE/FM.V.ZB"
deviceLabel: Funkkontakt FM.V.ZB
manufacturer: Aug. Winkhaus SE
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: contact-battery-tamper
components:
- id: main
capabilities:
- id: contactSensor
version: 1
- id: battery
version: 1
- id: tamperAlert
version: 1
- id: firmwareUpdate
version: 1
- id: refresh
version: 1
categories:
- name: ContactSensor
1 change: 0 additions & 1 deletion drivers/SmartThings/zigbee-contact/src/configurations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ local devices = {
EWELINK_HEIMAN = {
FINGERPRINTS = {
{ mfr = "eWeLink", model = "DS01" },
{ mfr = "eWeLink", model = "SNZB-04P" },
{ mfr = "HEIMAN", model = "DoorSensor-N" }
},
CONFIGURATION = {
Expand Down
Loading