Skip to content

Releases: osk2/line-bot

v1.1.0

09 Jul 06:25
481f4d7
Compare
Choose a tag to compare
  • 修正在 Home Assistant 2022.7.0 中無法使用的問題(感謝 @tsunglung 👏🏼 )

v1.0.0

12 May 13:10
8644c2b
Compare
Choose a tag to compare
  1. Special thanks to @tsunglung. We can now use config flow to create LINE bot profile (#1)
  2. Improve README file, also create Chinese version

  1. 特別感謝 @tsunglung,現在可以透過介面來新增 LINE bot 設定檔了!(#1)(詳如 README)
  2. 改進 README 內容,並新增繁體中文版

v0.1.0

13 Apr 09:39
88296d8
Compare
Choose a tag to compare

⚠️ ⚠️ ⚠️ 重大變更

如果你正在使用 v0.0.1,強烈建議移除並重新安裝此套件
另外,原先的用法 platform: line-bot 必須改為 platform: line_bot 才能正常動作

⚠️ ⚠️ ⚠️ BREAKING CHANGE

If you are upgrading from v0.0.1, this version will break notify!
Uninstall and install LINE Bot is highly recommended
Also platform: line-bot must be changed to platform: line_bot due to recent changes

v0.0.1

10 Apr 09:58
3ad5f12
Compare
Choose a tag to compare

First Release

Basic Usage

notify:
  - name: line_bot
    platform: line-bot
    client_id: 'YOUR_CLIENT_ID'
    access_token: 'YOUR_ACCESS_TOKEN'    

Please refer README for more information