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

Commit e8123b3

Browse files
author
Takeshi Kishi
authored
release 2.0.0-beta.1 (#21)
1 parent 2f4f97b commit e8123b3

File tree

3 files changed

+96
-80
lines changed

3 files changed

+96
-80
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm](https://badgen.net/npm/v/@takeya0x86/homebridge-nature-remo-platform?icon=npm&label)](https://www.npmjs.com/package/@takeya0x86/homebridge-nature-remo-platform)
44
[![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)
55

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

88
## Requirements
99

@@ -36,8 +36,24 @@ Allows for on/off controls.
3636

3737
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.
3838

39+
### TVs
40+
41+
Allows for on/off controls.
42+
3943
## Changelog
4044

45+
### v2.0.0-beta.1
46+
47+
- [#12](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/12) Refactor API client
48+
- [#13](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/13) Recognize model type by actual sensor data
49+
- [#14](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/14) Enhance TV type appliance
50+
- [#15](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/15) Update eslint settings
51+
- [#16](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/16) Refactor sensor accessory
52+
- [#17](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/17) Refactor light accessory
53+
- [#18](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/18) Refactor Air Con accessory
54+
- [#19](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/19) Refactor error handling and logger
55+
- [#20](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/20) Add config option
56+
4157
### v1.3.0 (2021-12-17)
4258

4359
- [#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)

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"displayName": "Homebridge Nature Remo Platform",
33
"name": "@takeya0x86/homebridge-nature-remo-platform",
4-
"version": "1.3.0",
5-
"description": "Homebridge plugin for Nature Remo which supports lights and air conditioners.",
4+
"version": "2.0.0-beta.1",
5+
"description": "Homebridge plugin for Nature Remo which supports lights, air conditioners and TVs.",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/takeya0x86/homebridge-nature-remo-platform.git"
9+
"url": "https://github.com/takeya0x86/homebridge-nature-remo-platform.git"
1010
},
1111
"bugs": {
1212
"url": "https://github.com/takeya0x86/homebridge-nature-remo-platform/issues"

0 commit comments

Comments
 (0)