Update zigbee-shepherd-converters.

This commit is contained in:
Koenkk
2018-09-29 23:05:18 +02:00
parent ab5537e18c
commit 172d11677b
2 changed files with 8 additions and 4 deletions
+5 -1
View File
@@ -136,7 +136,10 @@ const configurations = {
discovery_payload: {
icon: 'mdi:gesture-double-tap',
value_template: '{{ value_json.action }}',
json_attributes: ['battery', 'voltage', 'angle', 'side', 'from_side', 'to_side', 'brightness'],
json_attributes: [
'battery', 'voltage', 'angle', 'side', 'from_side', 'to_side', 'brightness',
'angle_x_absolute', 'angle_y_absolute', 'angle_z', 'angle_y', 'angle_x', 'unknown_data',
],
force_update: true,
},
},
@@ -342,6 +345,7 @@ const mapping = {
'A6121': [configurations.sensor_lock],
'433714': [configurations.light_brightness],
'3261030P7': [configurations.light_brightness_colortemp],
'DJT11LM': [configurations.sensor_action],
};
// A map of all discoverd devices
+3 -3
View File
@@ -4830,9 +4830,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.0.tgz",
"integrity": "sha512-r2mW+qnuyFp5FIwqkxEQlz8A3YoZ2FX3dk/TStOJtCLkuSnnB5IoAOCEXsasuli79YjbLQtZbhGL2qbrfjYDGA==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.1.tgz",
"integrity": "sha512-KX2lsF53NmpRUhP0usNL5FXLBs5IqRxwgG5E3E20Vj7vV45A1ts5L5yuxJyCe/SbUWZzzXA997l7w/Fe2VDcPw==",
"requires": {
"debounce": "*"
},