mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 21:58:28 +00:00
Update zigbee-shepherd-converters to 7.0.1
This commit is contained in:
@@ -1426,6 +1426,8 @@ light:
|
||||
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/set"
|
||||
```
|
||||
|
||||
### AC01353010G
|
||||
```yaml
|
||||
### HALIGHTDIMWWE27
|
||||
```yaml
|
||||
light:
|
||||
@@ -1976,6 +1978,42 @@ switch:
|
||||
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/set"
|
||||
```
|
||||
|
||||
### 3326-L
|
||||
```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.occupancy }}"
|
||||
device_class: "motion"
|
||||
|
||||
sensor:
|
||||
- platform: "mqtt"
|
||||
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
unit_of_measurement: "°C"
|
||||
device_class: "temperature"
|
||||
value_template: "{{ value_json.temperature }}"
|
||||
json_attributes:
|
||||
- "linkquality"
|
||||
- "battery"
|
||||
- "voltage"
|
||||
```
|
||||
|
||||
### 3320-L
|
||||
```yaml
|
||||
binary_sensor:
|
||||
- platform: "mqtt"
|
||||
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
|
||||
availability_topic: "zigbee2mqtt/bridge/state"
|
||||
payload_on: false
|
||||
payload_off: true
|
||||
value_template: "{{ value_json.contact }}"
|
||||
device_class: "door"
|
||||
```
|
||||
|
||||
### KS-SM001
|
||||
```yaml
|
||||
switch:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
*NOTE: This file has been generated, do not edit this file manually!*
|
||||
|
||||
Currently **134** devices are supported from **29** different vendors.
|
||||
Currently **137** 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).
|
||||
@@ -130,6 +130,8 @@ In case you own a Zigbee device which is **NOT** listed here, please see
|
||||
| Model | Description | Picture |
|
||||
| ------------- | ------------- | -------------------------- |
|
||||
| 3210-L | Iris Smart plug (on/off) |  |
|
||||
| 3326-L | Iris Motion sensor (occupancy and temperature) |  |
|
||||
| 3320-L | Iris Contact sensor (contact) |  |
|
||||
|
||||
### JIAWEN
|
||||
|
||||
@@ -183,6 +185,7 @@ In case you own a Zigbee device which is **NOT** listed here, please see
|
||||
| 4058075036147 | OSRAM Smart+ Gardenpole RGBW (on/off, brightness, color temperature, color xy) |  |
|
||||
| AB35996 | OSRAM Smart+ Spot GU10 Multicolor (on/off, brightness, color temperature, color xy) |  |
|
||||
| AC08562 | OSRAM SMART+ Candle E14 Dimmable White (on/off, brightness) |  |
|
||||
| AC01353010G | OSRAM SMART+ Motion Sensor (occupancy and temperature) |  |
|
||||
|
||||
### Paulmann
|
||||
|
||||
|
||||
Reference in New Issue
Block a user