Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qqaatw committed Jan 13, 2022
1 parent c78a965 commit 390adde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Jci-Hitachi Home Assistant Integration

## **Warning: Do not update to the latest firmware as it would make this integration fail.**
## **Warning: 請不要更新韌體否則Integration可能會失效**

**Help wanted: I've been developing the heat exchanger support, but I've no such device to test its functionality. If you want to help with the development, please contact me via email: `qqaatw[a-t]gmail.com`. Thank you.**

**Help wanted: 我目前正在開發支援全熱交換機,但是沒有裝置可以測試。若您願意協助此功能的開發,請透過email: `qqaatw[a-t]gmail.com` 聯繫我。Thank you.**
Expand Down Expand Up @@ -41,7 +38,7 @@ A home assistant integration for controlling Jci Hitachi devices, using [LibJciH
- Horizontal wind direction 導風板水平方向 (Untested)
- Target temperature 目標溫度
- Indoor temperature 室內溫度
- Outdoor temperature 室外溫度
- Outdoor temperature 室外溫度 (No longer supported after v0.2)
- Mold prevention 機體防霉
- Energy saving 節電
- Fast operation 快速運轉
Expand Down Expand Up @@ -84,7 +81,7 @@ A home assistant integration for controlling Jci Hitachi devices, using [LibJciH

## Known issues

Currently none.
1. The server is currently quite unstable so the timed out errors may occur. If you see these kinds of errors when adding integration or initializing HA Core, please keep reinstalling the integration or restarting HA Core until the status of your devices are displayed normally.

## License

Expand Down
4 changes: 2 additions & 2 deletions custom_components/jcihitachi_tw/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"config_flow": true,
"domain": "jcihitachi_tw",
"name": "JciHitachi TW",
"version": "0.1.3",
"version": "0.2.0",
"documentation": "https://github.com/qqaatw/JciHitachiHA",
"issue_tracker": "https://github.com/qqaatw/JciHitachiHA/issues",
"requirements": ["LibJciHitachi @ git+https://github.com/qqaatw/LibJciHitachi.git@develop#egg=LibJciHitachi"],
"requirements": ["LibJciHitachi==0.4.1"],
"codeowners": ["@qqaatw"],
"iot_class": "cloud_polling"
}

0 comments on commit 390adde

Please sign in to comment.