Skip to content

Commit

Permalink
Version 3.0.0 Release
Browse files Browse the repository at this point in the history
Major class refactor, MUCH cleaner and easier to work with
  • Loading branch information
Jelloeater committed May 31, 2023
1 parent 6cfe875 commit d88c035
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
n.n.n / 2023-05-31
==================



v3.0.0 / 2023-05-31
===================

* Merge pull request #48 from Jelloeater/feat/device-refactor
* cicd: Update CLI test threshold due to .env file missing in GH runner
* feat: Added single device get classes and updated readme
* Added single device methods
* wip: Started refactor for docs
Expand Down
2 changes: 1 addition & 1 deletion docs/classes.dot
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ charset="utf-8"
"hubitatcontrol.generic.SonoffZigbeeButtonController" [color="black", fontcolor="black", label=<{SonoffZigbeeButtonController|<br ALIGN="LEFT"/>|}>, shape="record", style="solid"];
"hubitatcontrol.generic.Switch" [color="black", fontcolor="black", label=<{Switch|spec : list<br ALIGN="LEFT"/>switch<br ALIGN="LEFT"/>|turn_off()<br ALIGN="LEFT"/>turn_on()<br ALIGN="LEFT"/>}>, shape="record", style="solid"];
"hubitatcontrol.sensors.TemperatureSensor" [color="black", fontcolor="black", label=<{TemperatureSensor|spec : list<br ALIGN="LEFT"/>temperature<br ALIGN="LEFT"/>|}>, shape="record", style="solid"];
"hubitatcontrol.generic.Thermostat" [color="black", fontcolor="black", label=<{Thermostat|<br ALIGN="LEFT"/>|<I>set_temperature</I>()<br ALIGN="LEFT"/>}>, shape="record", style="solid"];
"hubitatcontrol.environment.Thermostat" [color="black", fontcolor="black", label=<{Thermostat|<br ALIGN="LEFT"/>|}>, shape="record", style="solid"];
"hubitatcontrol.generic.Thermostat" [color="black", fontcolor="black", label=<{Thermostat|<br ALIGN="LEFT"/>|<I>set_temperature</I>()<br ALIGN="LEFT"/>}>, shape="record", style="solid"];
"hubitatcontrol.lights.ZWavePlusSceneSwitch" [color="black", fontcolor="black", label=<{ZWavePlusSceneSwitch|<br ALIGN="LEFT"/>|}>, shape="record", style="solid"];
"hubitatcontrol.generic.ZigbeeOutlet" [color="black", fontcolor="black", label=<{ZigbeeOutlet|power<br ALIGN="LEFT"/>spec : list<br ALIGN="LEFT"/>|}>, shape="record", style="solid"];
"hubitatcontrol.environment.Thermostat" -> "hubitatcontrol.sensors.TemperatureSensor" [arrowhead="empty", arrowtail="none"];
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hubitatcontrol"
version = "v2.3.3"
version = "v3.0.0"
description = "Hubitat Maker API Interface"
authors = ["Jesse Schoepfer <jelloeater@gmail.com>"]
license = "MIT License"
Expand Down

0 comments on commit d88c035

Please sign in to comment.