Skip to content

Commit

Permalink
device: add missing function doc
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
  • Loading branch information
Noltari committed Dec 28, 2022
1 parent ce930dd commit cf362af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aioairzone/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf362af

Please sign in to comment.