Skip to content

Commit 69d089b

Browse files
authored
Release 2.8.1
## [2.8.1] - 2025-10-02 ### Automations and scenes The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-automations) has been updated to version 3.0.0 that includes also scenes. ### Changed - [package]: Updated dependencies. - [package]: Updated package to Automator v. 2.0.7. - [workflows]: Ignore any .md in build.yaml. - [workflows]: Ignore any .md in codeql.yaml. - [workflows]: Ignore any .md in codecov.yaml. - [jest]: Updated jestHelpers to v. 1.0.6. ### Fixed - [platform]: Fixed command handlers execution when the controllers send scenes. <a href="https://www.buymeacoffee.com/luligugithub"> <img src="bmc-button.svg" alt="Buy me a coffee" width="80"> </a>
1 parent 41664fb commit 69d089b

File tree

7 files changed

+792
-745
lines changed

7 files changed

+792
-745
lines changed

.github/workflows/codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: Codecov
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- '**/*.md' # any .md anywhere
68
pull_request:
79
branches: [main]
10+
paths-ignore:
11+
- '**/*.md' # any .md anywhere
812
workflow_dispatch:
913

1014
jobs:

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: CodeQL
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- '**/*.md' # any .md anywhere
68
pull_request:
79
branches: [main]
10+
paths-ignore:
11+
- '**/*.md' # any .md anywhere
812
workflow_dispatch:
913

1014
jobs:

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@ If you like this project and find it useful, please consider giving it a star on
88
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
99
</a>
1010

11+
## [2.8.1] - 2025-10-02
12+
13+
### Automations and scenes
14+
15+
The package [zigbee2mqtt-automations](https://github.com/Luligu/zigbee2mqtt-automations) has been updated to version 3.0.0 that includes also scenes.
16+
17+
### Changed
18+
19+
- [package]: Updated dependencies.
20+
- [package]: Updated package to Automator v. 2.0.7.
21+
- [workflows]: Ignore any .md in build.yaml.
22+
- [workflows]: Ignore any .md in codeql.yaml.
23+
- [workflows]: Ignore any .md in codecov.yaml.
24+
- [jest]: Updated jestHelpers to v. 1.0.6.
25+
26+
### Fixed
27+
28+
- [platform]: Fixed command handlers execution when the controllers send scenes.
29+
30+
<a href="https://www.buymeacoffee.com/luligugithub">
31+
<img src="bmc-button.svg" alt="Buy me a coffee" width="80">
32+
</a>
33+
1134
## [2.8.0] - 2025-09-14
1235

1336
### Breaking changes

0 commit comments

Comments
 (0)