Update zigbee-herdsman-converters to 12.0.205 (#4625)

* Update zigbee-herdsman-converters to 12.0.205

* Update homeassistant.js

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
github-actions[bot] 2020-10-09 22:53:07 +02:00 committed by GitHub
parent 759751629d
commit 9dc34c421f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 6 deletions

View File

@ -1184,7 +1184,6 @@ const manualMaping = {
'412015': [cfg.sensor_power, cfg.binary_sensor_power_alarm_active],
'GZCGQ01LM': [cfg.sensor_battery, cfg.sensor_illuminance, cfg.sensor_illuminance_lux],
'U86KCJ-ZP': [cfg.sensor_action],
'HS1HT': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery],
'HS2ESK-E': [cfg.switch, cfg.sensor_power],
'HS2AQ-EM': [
cfg.sensor_battery, cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery_state,
@ -1205,7 +1204,6 @@ const manualMaping = {
'TS0042': [cfg.sensor_action, cfg.sensor_battery],
'SNZB-04': [cfg.binary_sensor_contact, cfg.sensor_battery],
'SNZB-01': [cfg.sensor_action, cfg.sensor_battery],
'SNZB-02': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery],
'SNZB-03': [cfg.binary_sensor_occupancy, cfg.sensor_battery],
'07046L': [cfg.sensor_action],
'TERNCY-SD01': [cfg.sensor_click, cfg.sensor_battery, cfg.sensor_action, cfg.sensor_direction],

6
npm-shrinkwrap.json generated
View File

@ -15837,9 +15837,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.204",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.204.tgz",
"integrity": "sha512-M9/FBLGq/CfXq/PBc66hsmARHZy6TCn/BrVhoIYe5hpEMdlIrRJ4VnfalOXeq7cHQetXslNJma4qvcxfc9ekng==",
"version": "12.0.205",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.205.tgz",
"integrity": "sha512-G3YIrR0FLnQcOH82Ti1Wh5FlxxW06qGTNSNp9CkvFJ1XrF4ciKOE0fbEFxUP30xj81tUSr0CrxwdbkmXShppZg==",
"requires": {
"axios": "^0.20.0",
"buffer-crc32": "^0.2.13",

View File

@ -53,7 +53,7 @@
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.15",
"zigbee-herdsman-converters": "12.0.204",
"zigbee-herdsman-converters": "12.0.205",
"zigbee2mqtt-frontend": "0.2.27"
},
"devDependencies": {