Skip to content

Commit

Permalink
Bumpt tgtg to 0.7, update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chouffy committed Nov 15, 2021
1 parent 0e8ad88 commit 0da1e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# TooGoodToGo items stock as a sensor in Home Assistant

| :exclamation: There's currently an [on-going issue](https://github.com/Chouffy/home_assistant_tgtg/issues/1) about authentication. Right now, this module won't work. |
|-----------------------------------------|

This aim to show the stock of one or multiple [TooGoodToGo](https://toogoodtogo.com/) item using the [tgtg-python](https://github.com/ahivert/tgtg-python) library.

## Usage
Expand Down
4 changes: 2 additions & 2 deletions custom_components/tgtg/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"domain": "tgtg",
"name": "TooGooToGo",
"version": "1.1.0",
"version": "2.0.2",
"documentation": "https://github.com/Chouffy/home_assistant_tgtg",
"issue_tracker": "https://github.com/Chouffy/home_assistant_tgtg/issues",
"codeowners": ["@chouffy"],
"requirements": ["tgtg>=0.6.0"],
"requirements": ["tgtg>=0.7.0"],
"iot_class": "cloud_polling"
}

0 comments on commit 0da1e3d

Please sign in to comment.