Skip to content

Commit

Permalink
Added support for smart-glass devices (#131)
Browse files Browse the repository at this point in the history
* Add smart-glass support
  • Loading branch information
Expl0dingBanana authored Jan 18, 2025
1 parent 57fff71 commit 9fa68ea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions custom_components/hubspace/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 9fa68ea

Please sign in to comment.