Skip to content

Commit

Permalink
Merge pull request #10 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 0.0.2
  • Loading branch information
Luligu authored Dec 6, 2024
2 parents c26d1e2 + 3980040 commit 0babf92
Show file tree
Hide file tree
Showing 7 changed files with 554 additions and 273 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-hass and sponsoring it.

## [0.0.2] - 2024-12-06

### Added

- [climate]: Add domain climate.

### Changed

- [fan]: Update domain fan.
- [command]: Jest on hassCommandConverter.
- [command]: Refactor hassCommandConverter.
- [homeassistant]: Refactor HomeAssistant.

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

## [0.0.1-dev.6] - 2024-12-05

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Supported devices:
- lock (with state locked/locking/unlocking/unlocked)
- fan (with state on/off and attributes percentage/preset_mode)
- cover (with state open/close/opening/closing and attribute current_position)
- climate (with state off/heat/cool and attribute temperature/current_temperature)

> **Warning:** Since this plugin takes the devices from Home Assistant, it cannot be paired back to Home Assistant. This would lead to duplicate devices! If you run Matterbridge like a Home Assistant Add-on and also use other plugins to expose their devices to Home Assistant, then change to child bridge mode and pair the other plugins to Home Assistant and this plugin wherever you need it.
Expand Down
22 changes: 11 additions & 11 deletions package-lock.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matterbridge-hass",
"version": "0.0.1-dev.7",
"version": "0.0.2",
"description": "Matterbridge hass plugin",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 0babf92

Please sign in to comment.