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" }