Skip to content

Commit

Permalink
Update zigbee-shepherd-converters to 7.0.30.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 1, 2019
1 parent 4558bff commit 720addd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
Binary file modified docs/images/devices/100.110.39.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/information/supported_devices.md
Expand Up @@ -2,7 +2,7 @@

*NOTE: This file has been generated, do not edit this file manually!*

Currently **191** devices are supported from **39** different vendors.
Currently **192** devices are supported from **39** different vendors.

In case you own a Zigbee device which is **NOT** listed here, please see
[How to support new devices](https://koenkk.github.io/zigbee2mqtt/how_tos/how_to_support_new_devices.html).
Expand Down Expand Up @@ -254,6 +254,7 @@ In case you own a Zigbee device which is **NOT** listed here, please see
| Model | Description | Picture |
| ------------- | ------------- | -------------------------- |
| 100.424.11 | Paul Neuhaus Q-INIGO LED ceiling light (on/off, brightness, color temperature) | ![../images/devices/100.424.11.jpg](../images/devices/100.424.11.jpg) |
| 100.110.39 | Paul Neuhaus Q-FLAG LED Panel, Smart-Home RGBW (on/off, brightness, color temperature, color xy) | ![../images/devices/100.110.39.jpg](../images/devices/100.110.39.jpg) |

### Paulmann

Expand Down
15 changes: 15 additions & 0 deletions docs/integration/home_assistant.md
Expand Up @@ -3232,6 +3232,21 @@ light:
```
{% endraw %}

### 100.110.39
{% raw %}
```yaml
light:
- platform: "mqtt"
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
availability_topic: "zigbee2mqtt/bridge/state"
brightness: true
color_temp: true
xy: true
schema: "json"
command_topic: "zigbee2mqtt/<FRIENDLY_NAME>/set"
```
{% endraw %}

### ICZB-IW11D
{% raw %}
```yaml
Expand Down
6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"winston": "2.4.2",
"ziee": "*",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#6f06ba01d7dbe13dc5a3b0652cf4ad01debbf188",
"zigbee-shepherd-converters": "7.0.28",
"zigbee-shepherd-converters": "7.0.30",
"zive": "*"
},
"devDependencies": {
Expand Down

0 comments on commit 720addd

Please sign in to comment.