Skip to content

Commit

Permalink
Merge branch 'wip-develop-7.2-2025' into refactor-clustertype
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 authored Dec 16, 2024
2 parents cb55de1 + 24161f6 commit 428e5d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .hidden/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"branch": "wip-develop-7.2-2025", "version": "7.2.105"}
{"branch": "wip-develop-7.2-2025", "version": "7.2.106"}
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Release Numbering
- Odd numbers --> Stable/7
- Even numbers --> Beta/7 (dev branch)

## Dec. 2024 - stable7.1.017 (2024.09)

- [Issue] - Fix an issue with EZSP chipset ( KeyError: <XncpCommandId.undefined_0x03e8: 1000>)


## Dec. 2024 - stable7.1.016 (2024.08)

- [Issue] - Important fix to detect non-functionning device, and setting then in Timeout (bug found on EZSP)
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
zigpy==0.73.1
zigpy_znp==0.13.1
zigpy_deconz==0.24.1
bellows==0.42.2
bellows==0.42.5
dnspython==2.6.1
pyserial>=3.5
charset-normalizer==2.0.11
Expand Down
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ def _remove_device_entry(self, DeviceID, Unit, device_name):

# Check that we don't have any reference in plugin
fully_removed = removeDeviceInList(self, Devices, DeviceID, Unit)

# Let's check that we still don't have a reference in Domoticz . This could happen when a Replace is done.
fully_removed = fully_removed and not is_device_ieee_in_domoticz_db(self, Devices, DeviceID)

Expand Down

0 comments on commit 428e5d0

Please sign in to comment.