From 8a3a1a138b300593023c4a43c20ad9372f7e9f9c Mon Sep 17 00:00:00 2001 From: jjlawren Date: Tue, 1 Mar 2022 14:35:11 -0600 Subject: [PATCH] Bump to 0.2.1, update required HA version --- custom_components/sonos_cloud/manifest.json | 2 +- hacs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/sonos_cloud/manifest.json b/custom_components/sonos_cloud/manifest.json index 3fde671..cf37503 100644 --- a/custom_components/sonos_cloud/manifest.json +++ b/custom_components/sonos_cloud/manifest.json @@ -19,5 +19,5 @@ "@jjlawren" ], "iot_class": "cloud_polling", - "version": "0.2.0" + "version": "0.2.1" } diff --git a/hacs.json b/hacs.json index 1528b01..8019420 100644 --- a/hacs.json +++ b/hacs.json @@ -2,7 +2,7 @@ "name": "Sonos Cloud", "country": "US", "domains": ["media_player"], - "homeassistant": "2022.3.0b0", + "homeassistant": "2022.3.0", "render_readme": true, "iot_class": "Cloud Polling" }