Override Oven attributes when is disconnected
This commit is contained in:
parent
c0aab8b99d
commit
191928287f
2 changed files with 2 additions and 2 deletions
|
@ -12,4 +12,4 @@ class Appliance:
|
|||
return data
|
||||
|
||||
def settings(self, settings):
|
||||
return settings
|
||||
return settings
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ with open("README.md", "r") as f:
|
|||
|
||||
setup(
|
||||
name="pyhOn",
|
||||
version="0.8.0",
|
||||
version="0.8.1",
|
||||
author="Andre Basche",
|
||||
description="Control hOn devices with python",
|
||||
long_description=long_description,
|
||||
|
|
Loading…
Reference in a new issue