From 191928287fa76f5833c5213cf68d1e02ad1e1452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Wed, 19 Apr 2023 19:29:59 +0200 Subject: [PATCH] Override Oven attributes when is disconnected --- pyhon/appliances/ov.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyhon/appliances/ov.py b/pyhon/appliances/ov.py index 75c9a31..c3957e2 100644 --- a/pyhon/appliances/ov.py +++ b/pyhon/appliances/ov.py @@ -12,4 +12,4 @@ class Appliance: return data def settings(self, settings): - return settings + return settings \ No newline at end of file diff --git a/setup.py b/setup.py index 3ca2782..0411dbc 100644 --- a/setup.py +++ b/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,