Skip to content

Commit

Permalink
Update dependencies (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI committed Feb 4, 2022
1 parent c743125 commit 7306fb7
Show file tree
Hide file tree
Showing 6 changed files with 330 additions and 302 deletions.
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ When writing unittests please follow the good practises like:
With Poetry installed, run `poetry install` in the repo root.
It will create a virualenv with all required packages.

If GRPC fails to compile on MacOS, run `export CFLAGS="-DHAVE_UNISTD_H"` first. It should be resolved in GRPC 1.36.

After that you can run [pre-commit](https://pre-commit.com/) with settings included in the
repostory to have code style and linting checks.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ data:

### Prerequisites

Use Home Assistant v2021.8.0 or above.
Use Home Assistant v2022.2.0 or above.

### Google Account security

Expand Down
2 changes: 1 addition & 1 deletion custom_components/google_home/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"issue_tracker": "https://github.com/leikoilja/ha-google-home/issues",
"name": "Google Home",
"requirements": [
"glocaltokens==0.6.1"
"glocaltokens==0.6.2"
],
"version": "1.9.6",
"zeroconf": [
Expand Down
6 changes: 2 additions & 4 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"name": "Google Home",
"hacs": "1.6.0",
"domains": ["sensor"],
"iot_class": "Cloud Polling",
"homeassistant": "2021.11.0",
"domains": ["number", "sensor", "switch"],
"homeassistant": "2022.2.0",
"render_readme": true
}

0 comments on commit 7306fb7

Please sign in to comment.