Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
release 2.0.0-beta.1 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
takeyaqa authored Dec 27, 2021
1 parent 2f4f97b commit e8123b3
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 80 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![npm](https://badgen.net/npm/v/@takeya0x86/homebridge-nature-remo-platform?icon=npm&label)](https://www.npmjs.com/package/@takeya0x86/homebridge-nature-remo-platform)
[![Build and Lint](https://github.com/takeya0x86/homebridge-nature-remo-platform/actions/workflows/build.yml/badge.svg)](https://github.com/takeya0x86/homebridge-nature-remo-platform/actions/workflows/build.yml)

Homebridge plugin for Nature Remo which supports lights and air conditioners. **This plugin is unofficial.**
Homebridge plugin for Nature Remo which supports lights, air conditioners and TVs. **This plugin is unofficial.**

## Requirements

Expand Down Expand Up @@ -36,8 +36,24 @@ Allows for on/off controls.

Allows for on/off, temperature and mode changing controls. The mode changing only supports heating and cooling. Auto, dehumidification, blowing and any other mode are not supported.

### TVs

Allows for on/off controls.

## Changelog

### v2.0.0-beta.1

- [#12](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/12) Refactor API client
- [#13](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/13) Recognize model type by actual sensor data
- [#14](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/14) Enhance TV type appliance
- [#15](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/15) Update eslint settings
- [#16](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/16) Refactor sensor accessory
- [#17](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/17) Refactor light accessory
- [#18](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/18) Refactor Air Con accessory
- [#19](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/19) Refactor error handling and logger
- [#20](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/20) Add config option

### v1.3.0 (2021-12-17)

- [#6](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/6) Repeated serial numbers prevents integration with home assistant -- thanks to [@hekoru](https://github.com/hekoru)
Expand Down
152 changes: 76 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"displayName": "Homebridge Nature Remo Platform",
"name": "@takeya0x86/homebridge-nature-remo-platform",
"version": "1.3.0",
"description": "Homebridge plugin for Nature Remo which supports lights and air conditioners.",
"version": "2.0.0-beta.1",
"description": "Homebridge plugin for Nature Remo which supports lights, air conditioners and TVs.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/takeya0x86/homebridge-nature-remo-platform.git"
"url": "https://github.com/takeya0x86/homebridge-nature-remo-platform.git"
},
"bugs": {
"url": "https://github.com/takeya0x86/homebridge-nature-remo-platform/issues"
Expand Down

0 comments on commit e8123b3

Please sign in to comment.