Skip to content

Commit

Permalink
Release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leikoilja committed Sep 6, 2021
1 parent 4d2072d commit 3893837
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions custom_components/google_home/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
{
"after_dependencies": ["cloud", "http", "zeroconf"],
"codeowners": ["@leikoilja", "@DurgNomis-drol", "@ArnyminerZ", "@KapJI"],
"after_dependencies": [
"cloud",
"http",
"zeroconf"
],
"codeowners": [
"@leikoilja",
"@DurgNomis-drol",
"@ArnyminerZ",
"@KapJI"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/leikoilja/ha-google-home",
"domain": "google_home",
"issue_tracker": "https://github.com/leikoilja/ha-google-home/issues",
"name": "Google Home",
"requirements": ["glocaltokens==0.5.0"],
"version": "1.7.0",
"zeroconf": ["_googlecast._tcp.local."],
"requirements": [
"glocaltokens==0.5.0"
],
"version": "1.8.0",
"zeroconf": [
"_googlecast._tcp.local."
],
"iot_class": "cloud_polling"
}

0 comments on commit 3893837

Please sign in to comment.