mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 23:00:55 +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
|
||||
|
||||
Reference in New Issue
Block a user