Update zigbee-herdsman-converters to 12.0.155 (#4025)

* Update zigbee-herdsman-converters to 12.0.155

* 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-08-02 10:51:51 +02:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Koen Kanters
parent 3e071a73df
commit 8aa3cf0c29
3 changed files with 368 additions and 336 deletions
+13 -1
View File
@@ -502,6 +502,15 @@ const cfg = {
brightness_scale: 254,
},
},
'light_colorhs': {
type: 'light',
object_id: 'light',
discovery_payload: {
hs: true,
schema: 'json',
command_topic: true,
},
},
'light_brightness_colortemp': {
type: 'light',
object_id: 'light',
@@ -1791,7 +1800,7 @@ const mapping = {
'X711A': [cfg.switch],
'X712A': [switchEndpoint('l1'), switchEndpoint('l2')],
'X713A': [switchEndpoint('l1'), switchEndpoint('l2'), switchEndpoint('l3')],
'TYZS1L': [cfg.light_brightness_colortemp_colorxy],
'TYZS1L': [cfg.light_colorhs],
'43102': [cfg.switch],
'1746430P7': [cfg.light_brightness_colortemp_colorxy],
'1743830P7': [cfg.light_brightness_colortemp_colorxy],
@@ -1799,6 +1808,9 @@ const mapping = {
'8718699703424': [cfg.light_brightness_colortemp_colorxy],
'AM25': [cfg.cover_position, cfg.sensor_battery],
'43076': [cfg.switch],
'ZSTY-SM-11ZG-US-W': [cfg.switch],
'ZSTY-SM-1CTZG-US-W': [cfg.cover_position],
'ZSTY-SM-1DMZG-US-W': [cfg.light_brightness],
};
const defaultStatusTopic = 'homeassistant/status';
+354 -334
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -48,7 +48,7 @@
"winston": "^3.3.3",
"winston-syslog": "^2.4.4",
"zigbee-herdsman": "0.12.112",
"zigbee-herdsman-converters": "12.0.154"
"zigbee-herdsman-converters": "12.0.155"
},
"devDependencies": {
"eslint": "*",