Skip to content

Commit

Permalink
Fixed bug with inside sensor check
Browse files Browse the repository at this point in the history
  • Loading branch information
sockless-coding committed May 24, 2020
1 parent 3cfc180 commit b907ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/panasonic_cc/panasonic.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def inside_temperature(self):

@property
def support_inside_temperature(self):
return self.inside_temperature != 126
return self.inside_temperature != None

@property
def outside_temperature(self):
Expand Down

0 comments on commit b907ad1

Please sign in to comment.