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

Commit 87c07fc

Browse files
author
Takeshi Kishi
committed
release v1.1.0
1 parent 8f46ad9 commit 87c07fc

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ Allows for on/off controls.
3535
### Air conditioners
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.
38+
39+
## Changelog
40+
41+
### v1.1.0 (2021-04-11)
42+
43+
- [#2](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/2) Support for Remo-mini -- thanks to [@w00kie](https://github.com/w00kie)
44+
45+
### v1.0.0 (2021-02-28)
46+
47+
- First release

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": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Homebridge plugin for Nature Remo which supports lights and air conditioners.",
66
"license": "Apache-2.0",
77
"repository": {

0 commit comments

Comments
 (0)