mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-20 02:21:20 +00:00
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:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Koen Kanters
parent
3e071a73df
commit
8aa3cf0c29
@@ -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';
|
||||
|
||||
Generated
+354
-334
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user