mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Update zigbee-shepherd-converters to 0.1.7
This commit is contained in:
@@ -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],
|
||||
|
||||
Generated
+3
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user