From 7d23d066025494ff906891896018ef2b467ee0de Mon Sep 17 00:00:00 2001 From: Ilja Leiko Date: Wed, 1 Mar 2023 16:20:46 +0100 Subject: [PATCH] Release v1.9.17 --- custom_components/google_home/manifest.json | 4 ++-- hacs.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/google_home/manifest.json b/custom_components/google_home/manifest.json index 07cb8bb60..c260a9221 100644 --- a/custom_components/google_home/manifest.json +++ b/custom_components/google_home/manifest.json @@ -18,9 +18,9 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/leikoilja/ha-google-home/issues", "requirements": [ - "glocaltokens==0.6.9" + "glocaltokens==0.7.0" ], - "version": "1.9.16", + "version": "1.9.17", "zeroconf": [ "_googlecast._tcp.local." ] diff --git a/hacs.json b/hacs.json index 914df8400..26eda8f90 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { "name": "Google Home", - "homeassistant": "2023.2.0", + "homeassistant": "2023.2.4", "render_readme": true }