mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-20 10:31:15 +00:00
Update zigbee-shepherd-converters to 6.0.7.
This commit is contained in:
@@ -1738,6 +1738,17 @@ light:
|
||||
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/set"
|
||||
```
|
||||
|
||||
### Z01-A19NAE26
|
||||
```yaml
|
||||
light:
|
||||
- platform: "mqtt_json"
|
||||
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
brightness: true
|
||||
color_temp: true
|
||||
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/set"
|
||||
```
|
||||
|
||||
### E11-N1EA
|
||||
```yaml
|
||||
light:
|
||||
@@ -2037,4 +2048,28 @@ sensor:
|
||||
- "power_factor"
|
||||
```
|
||||
|
||||
### PSS-23ZBS
|
||||
```yaml
|
||||
switch:
|
||||
- platform: "mqtt"
|
||||
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
payload_off: "OFF"
|
||||
payload_on: "ON"
|
||||
value_template: "{{ value_json.state }}"
|
||||
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/set"
|
||||
```
|
||||
|
||||
### HS1SA
|
||||
```yaml
|
||||
binary_sensor:
|
||||
- platform: "mqtt"
|
||||
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
payload_on: true
|
||||
payload_off: false
|
||||
value_template: "{{ value_json.smoke }}"
|
||||
device_class: "smoke"
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
*NOTE: This file has been generated, do not edit this file manually!*
|
||||
|
||||
Currently **131** devices are supported from **27** different vendors.
|
||||
Currently **134** devices are supported from **29** different vendors.
|
||||
|
||||
In case you own a Zigbee device which is **NOT** listed here, please see
|
||||
[How to support new devices](https://github.com/Koenkk/zigbee2mqtt/wiki/How-to-support-new-devices).
|
||||
@@ -20,6 +20,11 @@ In case you own a Zigbee device which is **NOT** listed here, please see
|
||||
| ------------- | ------------- | -------------------------- |
|
||||
| 4256251-RZHAC | Centralite White Swiss power outlet switch with power meter (switch and power meter) |  |
|
||||
|
||||
### Climax
|
||||
| Model | Description | Picture |
|
||||
| ------------- | ------------- | -------------------------- |
|
||||
| PSS-23ZBS | Climax Power plug (on/off) |  |
|
||||
|
||||
### Commercial Electric
|
||||
| Model | Description | Picture |
|
||||
| ------------- | ------------- | -------------------------- |
|
||||
@@ -56,6 +61,11 @@ In case you own a Zigbee device which is **NOT** listed here, please see
|
||||
| ------------- | ------------- | -------------------------- |
|
||||
| GL-C-008 | Gledopto Zigbee LED controller RGB + CCT / RGBW / WWCW / Dimmer (on/off, brightness, color temperature, color xy) |  |
|
||||
|
||||
### HEIMAN
|
||||
| Model | Description | Picture |
|
||||
| ------------- | ------------- | -------------------------- |
|
||||
| HS1SA | HEIMAN Smoke detector (smoke) |  |
|
||||
|
||||
### Hive
|
||||
| Model | Description | Picture |
|
||||
| ------------- | ------------- | -------------------------- |
|
||||
@@ -188,6 +198,7 @@ In case you own a Zigbee device which is **NOT** listed here, please see
|
||||
| E11-G13 | Sengled Element Classic (A19) (on/off, brightness) |  |
|
||||
| E11-G23/E11-G33 | Sengled Element Classic (A60) (on/off, brightness) |  |
|
||||
| Z01-CIA19NAE26 | Sengled Element Touch (A19) (on/off, brightness) |  |
|
||||
| Z01-A19NAE26 | Sengled Element Plus (A19) (on/off, brightness, color temperature) |  |
|
||||
| E11-N1EA | Sengled Element Plus Color (A19) (on/off, brightness, color temperature, color xy) |  |
|
||||
|
||||
### SmartThings
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
@@ -399,6 +399,8 @@ const mapping = {
|
||||
'900008-WW': [configurations.light_brightness],
|
||||
'Mega23M12': [configurations.light_brightness_colortemp_colorxy],
|
||||
'PSS-23ZBS': [configurations.switch],
|
||||
'HS1SA': [configurations.binary_sensor_smoke],
|
||||
'Z01-A19NAE26': [configurations.light_brightness_colortemp],
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Generated
+3
-3
@@ -4813,9 +4813,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-shepherd-converters": {
|
||||
"version": "6.0.6",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-6.0.6.tgz",
|
||||
"integrity": "sha512-pbPTm6cCh3W9/Dq7TOxi7SKcPuyQJrPXQYiQYkQSpz10vytkH3k5PNtMUZsd9+p20N3UGEwBzRhUxlFzZS5vJQ==",
|
||||
"version": "6.0.7",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-6.0.7.tgz",
|
||||
"integrity": "sha512-/LudDhZMQHG1XByAIX+y/BtJI/W2C02cnTMmqm0Sq8Oy3swQnVuy1ETdwMEqGINWbWhcLmKXne0PN1ywnzELxw==",
|
||||
"requires": {
|
||||
"debounce": "*",
|
||||
"debug": "3.2.6",
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@
|
||||
"rimraf": "*",
|
||||
"winston": "2.4.2",
|
||||
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#ce52ac4131e2a505af6197b4a26d2b5360e4eb80",
|
||||
"zigbee-shepherd-converters": "6.0.6"
|
||||
"zigbee-shepherd-converters": "6.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "*",
|
||||
|
||||
Reference in New Issue
Block a user