Skip to content

Commit

Permalink
Add LeTianPai Presence Sensor Box (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
pInksenberg authored Jul 15, 2024
1 parent 36ee8e2 commit fcd5083
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/SmartThings/matter-sensor/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ matterManufacturer:
vendorId: 0x141E
productId: 0x0002
deviceProfileName: contact-battery
# LeTianpai
- id: "LeTianPai/Motion"
deviceLabel: LeTianPai Presence Sensor Box
vendorId: 0x142B
productId: 0x0002
deviceProfileName: motion-illuminance-temperature-humidity
matterGeneric:
- id: "matter/contact/sensor"
deviceLabel: Matter Contact Sensor
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: motion-illuminance-temperature-humidity
components:
- id: main
capabilities:
- id: motionSensor
version: 1
- id: temperatureMeasurement
version: 1
- id: relativeHumidityMeasurement
version: 1
- id: illuminanceMeasurement
version: 1
- id: firmwareUpdate
version: 1
- id: refresh
version: 1
categories:
- name: MotionSensor
preferences:
- preferenceId: tempOffset
explicit: true
- preferenceId: humidityOffset
explicit: true
1 change: 1 addition & 0 deletions tools/localizations/cn.csv
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ Aqara Wireless Mini Switch T1,Aqara 无线开关 T1
"Aqara Smart Wall Switch H1 EU (No Neutral, Double Rocker)",Aqara智能墙壁开关H1 EU (单火线双键版)
"Aqara Single Switch Module T1 (No Neutral)",Aqara 单路控制器T1 (单火线版)
"TOTEM Door Lock",TOTEM智能门锁
"LeTianPai Presence Sensor Box",乐天派存在传感器Box

0 comments on commit fcd5083

Please sign in to comment.