Skip to content

Commit

Permalink
Merge branch 'master' into fix-horizontal-scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored Sep 13, 2021
2 parents ac2f22e + c768c49 commit f1ab5f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/services/zigbee2mqtt/model/IKEA.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ const IKEA = {
'E1524/E1810': [features.switch_sensor],
E1743: [features.button],
'E1525/E1745': [features.motion],
'E1603/E1702/E1708': [features.switch],
// E1746: [], // Signal repeater
'E2001/E2002': [features.button],
LED1836G9: [features.light, features.brightness],
LED1837R5: [features.light],
},
Expand Down
1 change: 1 addition & 0 deletions server/services/zigbee2mqtt/model/TuYa.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const TuYa = {
brand: 'TuYa',
models: {
TS0121_plug: [features.switch, features.power, features.current, features.voltage, features.energy],
TS0201: [features.temperature, features.humidity, features.voltage],
TS0011: [features.switch],
TS0601_air_quality_sensor: [features.temperature, features.humidity, features.co2],
TT001ZAV20: [features.temperature, features.humidity],
Expand Down

0 comments on commit f1ab5f3

Please sign in to comment.