From 05767e9f1ea2afaf1014425b79269ea3e2caa42b Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Fri, 12 Jan 2024 20:23:13 -0500 Subject: [PATCH] fix: handle missing wifi_status field --- custom_components/ha_blueair/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ha_blueair/manifest.json b/custom_components/ha_blueair/manifest.json index dda54d2..48dc689 100644 --- a/custom_components/ha_blueair/manifest.json +++ b/custom_components/ha_blueair/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://github.com/dahlb/ha_blueair", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/dahlb/ha_blueair/issues", - "requirements": ["blueair-api==1.8.8"], + "requirements": ["blueair-api==1.8.9"], "version": "1.8.4" }