Skip to content

Commit

Permalink
Merge pull request #28 from Pyhass/dev
Browse files Browse the repository at this point in the history
Fix Plug usage
  • Loading branch information
Khole authored May 9, 2021
2 parents 5c8379c + f7cfcb6 commit c84389a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyhiveapi/apyhiveapi/plug.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async def getSwitch(self, device: dict):
}

if device["hiveType"] == "activeplug":
dev_data["status"].update(
dev_data.update(
{
"status": {
"state": dev_data["status"]["state"],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def requirements_from_file(filename="requirements.txt"):


setup(
version="0.4.1",
version="0.4.2",
package_data={"data": ["*.json"]},
include_package_data=True,
cmdclass={
Expand Down

0 comments on commit c84389a

Please sign in to comment.