Update zigbee-shepherd-converters to 6.0.7.

This commit is contained in:
Koen Kanters 2018-11-30 23:39:04 +01:00
parent c7743e6734
commit dcc410f6c5
8 changed files with 53 additions and 5 deletions

View File

@ -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"
```

View File

@ -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) | ![https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/4256251-RZHAC.jpg](https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/4256251-RZHAC.jpg) |
### Climax
| Model | Description | Picture |
| ------------- | ------------- | -------------------------- |
| PSS-23ZBS | Climax Power plug (on/off) | ![https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/PSS-23ZBS.jpg](https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/PSS-23ZBS.jpg) |
### 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) | ![https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/GL-C-008.jpg](https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/GL-C-008.jpg) |
### HEIMAN
| Model | Description | Picture |
| ------------- | ------------- | -------------------------- |
| HS1SA | HEIMAN Smoke detector (smoke) | ![https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/HS1SA.jpg](https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/HS1SA.jpg) |
### 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) | ![https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/E11-G13.jpg](https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/E11-G13.jpg) |
| E11-G23/E11-G33 | Sengled Element Classic (A60) (on/off, brightness) | ![https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/E11-G23-E11-G33.jpg](https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/E11-G23-E11-G33.jpg) |
| Z01-CIA19NAE26 | Sengled Element Touch (A19) (on/off, brightness) | ![https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/Z01-CIA19NAE26.jpg](https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/Z01-CIA19NAE26.jpg) |
| Z01-A19NAE26 | Sengled Element Plus (A19) (on/off, brightness, color temperature) | ![https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/Z01-A19NAE26.jpg](https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/Z01-A19NAE26.jpg) |
| E11-N1EA | Sengled Element Plus Color (A19) (on/off, brightness, color temperature, color xy) | ![https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/E11-N1EA.jpg](https://github.com/Koenkk/zigbee2mqtt/raw/dev/images/devices/E11-N1EA.jpg) |
### SmartThings

BIN
images/devices/HS1SA.jpg Normal file

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

View File

@ -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],
};
/**

6
npm-shrinkwrap.json generated
View File

@ -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",

View File

@ -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": "*",