Skip to content

Commit

Permalink
Merge pull request #48 from monty68/dev_v2
Browse files Browse the repository at this point in the history
v2.2.1
  • Loading branch information
monty68 authored Jan 17, 2024
2 parents 05b0794 + 1fbbfe9 commit 051bbf2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![License][license-shield]][license]

# ![HA][ha-logo] UniLED v2.2.0 - The Universal Light Controller

### UniLED supports the following range of BLE LED controllers:

### 📱LED Chord
Expand Down Expand Up @@ -44,7 +45,7 @@
3. HA will report certain entities, such as Effect Speed as being unavailable when the chosen effect does not support it, for example when using a solid effect, the effect speed will show as unavailable until a dynamic effect is selected.

### 📱Hao Deng
#### **Experimental** support for Hao Deng/Zengge BLE Mesh devices.
#### **Basic** support for Hao Deng/Zengge BLE Mesh devices.
---

## 🚀 Installation
Expand Down
4 changes: 3 additions & 1 deletion custom_components/uniled/lib/ble/banlanx2.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,9 @@ def fetch_chip_order_list(
id=0x611E,
name="SP611E",
info="SPI RGB (Music) Controller",
data=b"\x04\x10",
# Fix: Issue #47 - Second byte can be different so only check first byte is '0x04'
data=b"\x04",
# data=b"\x04\x10",
colors=3,
intmic=True,
)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/uniled/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"pycryptodome>=3.17",
"cryptography"
],
"version": "2.2.0"
"version": "2.2.1"
}
3 changes: 2 additions & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![License][license-shield]][license]

# UniLED v2.2.0 - The Universal Light Controller

### UniLED supports the following range of BLE LED controllers:

### 📱LED Chord
Expand Down Expand Up @@ -45,7 +46,7 @@
3. HA will report certain entities, such as Effect Speed as being unavailable when the chosen effect does not support it, for example when using a solid effect, the effect speed will show as unavailable until a dynamic effect is selected.

### 📱Hao Deng
#### **Experimental** support for Hao Deng/Zengge BLE Mesh devices.
#### **Basic** support for Hao Deng/Zengge BLE Mesh devices.

---

Expand Down

0 comments on commit 051bbf2

Please sign in to comment.