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

Commit 65395f6

Browse files
author
Takeshi Kishi
authored
release 2.0.0 (#26)
* release 2.0.0 * fix README
1 parent ce8c54f commit 65395f6

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ Allows for on/off and volume controls.
4242

4343
## Changelog
4444

45-
### v2.0.0-rc.1
45+
### v2.0.0 (2021-01-01)
46+
47+
- (*New Feature*) Supports TV type appliance.
48+
- (*New Feature*) Add config option which enable to choose appliance type
49+
50+
#### Related pull requests
4651

4752
- [#12](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/12) Refactor API client
4853
- [#13](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/13) Recognize model type by actual sensor data

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"displayName": "Homebridge Nature Remo Platform",
33
"name": "@takeya0x86/homebridge-nature-remo-platform",
4-
"version": "2.0.0-rc.1",
4+
"version": "2.0.0",
55
"description": "Homebridge plugin for Nature Remo which supports lights, air conditioners and TVs.",
66
"license": "Apache-2.0",
77
"repository": {

0 commit comments

Comments
 (0)