Skip to content

Commit

Permalink
Merge pull request #74 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 1.0.5
  • Loading branch information
Luligu authored Oct 21, 2024
2 parents 916564f + dda3741 commit ffadea4
Show file tree
Hide file tree
Showing 20 changed files with 2,360 additions and 645 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-shelly and sponsoring it.

## [1.0.5] - 2024-10-21

### Added

- [shelly]: Verified support for shellyhtg3 (Shelly H&T Gen 3) with new firmware 1.4.5-gbf870ca.
- [shelly]: Added event awake to save sleepy device cache file.
- [shelly]: Added scheduled_restart event from Sys to set the devices that will not be loaded from cache at restart.
- [shelly]: Added config_changed event from Sys to set the devices that will not be loaded from cache at restart.
- [shelly]: Added ota_begin, ota_progress and ota_success events from Sys to set the devices that will not be loaded from cache at restart.
- [shelly]: Added ColorTemp to Shelly Duo and Shelly Bulb in white mode.
- [cockpit]: Added cockpit dashboard 1.0


<a href="https://www.buymeacoffee.com/luligugithub">
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
</a>

## [1.0.4] - 2024-10-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import eslintPluginPrettier from 'eslint-plugin-prettier/recommended';
export default [
{
name: 'global ignores',
ignores: ['dist/', 'build/', 'node_modules/', 'coverage/', 'frontend/'],
ignores: ['dist/', 'build/', 'node_modules/', 'coverage/', 'frontend/', 'rock-s0/'],
},
eslint.configs.recommended,
...tseslint.configs.strict,
Expand Down
Loading

0 comments on commit ffadea4

Please sign in to comment.