Update zigbee-shepherd-converters to 0.1.7

This commit is contained in:
Koenkk
2018-05-29 19:12:45 +02:00
parent 9396bde1f3
commit 625b6c51d8
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -105,7 +105,7 @@ const configurations = {
discovery_payload: {
icon: 'mdi:toggle-switch',
value_template: '{{ value_json.click }}',
json_attributes: ['battery', 'voltage'],
json_attributes: ['battery', 'voltage', 'action', 'duration'],
},
},
'sensor_power': {
@@ -199,6 +199,7 @@ const configurations = {
const mapping = {
'WXKG01LM': [configurations.sensor_click],
'WXKG11LM': [configurations.sensor_click],
'WXKG12LM': [configurations.sensor_click],
'WXKG03LM': [configurations.sensor_click],
'WXKG02LM': [configurations.sensor_click],
'QBKG04LM': [configurations.switch],
+3 -3
View File
@@ -2805,9 +2805,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-0.1.6.tgz",
"integrity": "sha512-lD7GXYZ1M797qatra6rIGGR0sqK3JKGsadndMbwKxtFrZOZL+MpQIkVh0oo3yTJJ/7UIQyLsTo/mCX4RhqTGKQ==",
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-0.1.7.tgz",
"integrity": "sha512-3nRquJ6gB4t30Mowj4bogBNxDLZ13qavks2bMFi8RbZjaKWLgy4xKX+c0SygqpDDZyElk/N1ZOXAMqP9BY4KOQ==",
"dependencies": {
"acorn": {
"version": "5.5.3",