From cf362af64fa9b28cbd3b3bd822afdc5cba5988d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Wed, 28 Dec 2022 10:30:00 +0100 Subject: [PATCH] device: add missing function doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- aioairzone/device.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aioairzone/device.py b/aioairzone/device.py index be30397..70de741 100644 --- a/aioairzone/device.py +++ b/aioairzone/device.py @@ -299,6 +299,7 @@ class Thermostat: """Airzone Thermostat.""" def __init__(self, data: dict[str, Any]): + """Thermostat init.""" self.firmware: str | None = None self.radio: bool | None = None self.type: ThermostatType | None = None