From 9fa68eab91235f2f5092ff2a3d480d40f130cacf Mon Sep 17 00:00:00 2001 From: Christopher Dohmen Date: Sat, 18 Jan 2025 06:44:36 -0500 Subject: [PATCH] Added support for smart-glass devices (#131) * Add smart-glass support --- README.md | 18 +++++++++++++++++- custom_components/hubspace/manifest.json | 4 ++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce2b9e1..bc390d2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,19 @@ are as follows: * Dimming * RGB - * Outlet / Switch / Transformer + * Outlet + + * On/Off + + * Smart Glass + + * On/Off + + * Switch + + * On/Off + + * Transformer * On/Off @@ -42,6 +54,10 @@ are as follows: ## Changelog + * 4.2.0 + + * Added supported for Glass Door control + * 4.1.1 * Fix an issue where locks were not controllable diff --git a/custom_components/hubspace/manifest.json b/custom_components/hubspace/manifest.json index e0b5110..9933851 100644 --- a/custom_components/hubspace/manifest.json +++ b/custom_components/hubspace/manifest.json @@ -8,6 +8,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/jdeath/Hubspace-Homeassistant/issues", "loggers": ["aiohubspace"], - "requirements": ["aiohubspace==0.6.4", "aiofiles==24.1.0"], - "version": "4.1.1" + "requirements": ["aiohubspace==0.7.0", "aiofiles==24.1.0"], + "version": "4.2.0" }