mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
Update zigbee-shepherd-converters to 4.0.2
This commit is contained in:
parent
33ea08ad22
commit
bf68f4575f
@ -54,7 +54,7 @@ const configurations = {
|
||||
payload_off: false,
|
||||
value_template: '{{ value_json.gas }}',
|
||||
device_class: 'gas',
|
||||
json_attributes: [],
|
||||
json_attributes: ['sensitivity'],
|
||||
},
|
||||
},
|
||||
'binary_sensor_router': {
|
||||
@ -318,7 +318,7 @@ const mapping = {
|
||||
'GL-C-008': [configurations.light_brightness_colortemp_xy],
|
||||
'STSS-MULT-001': [configurations.binary_sensor_contact],
|
||||
'E11-G23': [configurations.light_brightness],
|
||||
'AC03845': [configurations.light_brightness_colortemp_xy],
|
||||
'AC03645': [configurations.light_brightness_colortemp_xy],
|
||||
'AC03641': [configurations.light_brightness],
|
||||
'FB56+ZSW05HG1.2': [configurations.switch],
|
||||
'72922-A': [configurations.switch],
|
||||
@ -340,13 +340,17 @@ const mapping = {
|
||||
'50045': [configurations.light_brightness],
|
||||
'AV2010/22': [configurations.binary_sensor_occupancy],
|
||||
'3210-L': [configurations.switch],
|
||||
'7299355PH': [configurations.light_brightness_colortemp_xy],
|
||||
'7299355PH': [configurations.light_brightness_xy],
|
||||
'45857GE': [configurations.light_brightness],
|
||||
'A6121': [configurations.sensor_lock],
|
||||
'433714': [configurations.light_brightness],
|
||||
'3261030P7': [configurations.light_brightness_colortemp],
|
||||
'DJT11LM': [configurations.sensor_action],
|
||||
'E1603': [configurations.switch],
|
||||
'7199960PH': [configurations.light_brightness_xy],
|
||||
'74696': [configurations.light_brightness],
|
||||
'AB35996': [configurations.light_brightness_colortemp_xy],
|
||||
'AB401130055': [configurations.light_brightness_colortemp],
|
||||
};
|
||||
|
||||
// A map of all discoverd devices
|
||||
|
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -4830,9 +4830,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-shepherd-converters": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.1.tgz",
|
||||
"integrity": "sha512-KX2lsF53NmpRUhP0usNL5FXLBs5IqRxwgG5E3E20Vj7vV45A1ts5L5yuxJyCe/SbUWZzzXA997l7w/Fe2VDcPw==",
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.2.tgz",
|
||||
"integrity": "sha512-xiUExAdyJoX0xDpdekhBtQeQn3rZKhiwKwAHKRvmD+tv5f4mFUowW+lLQZvdgdB9D/HNoS64F0K43vHZo4EWOA==",
|
||||
"requires": {
|
||||
"debounce": "*"
|
||||
},
|
||||
|
@ -42,7 +42,7 @@
|
||||
"winston": "2.4.2",
|
||||
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#97d5fdbc808e315bda2aed9f96612131e1193254",
|
||||
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#cbf214a13ae002f999e588b109181a0abbdb6226",
|
||||
"zigbee-shepherd-converters": "4.0.1"
|
||||
"zigbee-shepherd-converters": "4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "*",
|
||||
|
Loading…
Reference in New Issue
Block a user