Skip to content

Commit

Permalink
Additional newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jan 28, 2018
1 parent 526de1f commit 436abbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miio/airpurifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def temperature(self) -> Optional[float]:
"""Current temperature, if available."""
if self.data["temp_dec"] is not None:
return self.data["temp_dec"] / 10.0

return None

@property
Expand Down

0 comments on commit 436abbe

Please sign in to comment.