Override Oven attributes when is disconnected

This commit is contained in:
Miguel Ángel 2023-04-19 19:29:59 +02:00
parent c0aab8b99d
commit 191928287f
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ class Appliance:
return data
def settings(self, settings):
return settings
return settings

View File

@ -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,