Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Dec 7, 2019
1 parent 8c224f5 commit 45a20d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/airfresh_t2017.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def co2(self) -> int:

@property
def temperature(self) -> int:
"""Current temperature, if available."""
"""Current temperature in degree celsions."""
return self.data["temperature_outside"]

@property
Expand Down

0 comments on commit 45a20d1

Please sign in to comment.