Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dvd-dev/hilo
Browse files Browse the repository at this point in the history
  • Loading branch information
valleedelisle committed Jan 11, 2022
2 parents 3339791 + d45983e commit 4aac4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hilo/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def __init__(self, hilo, device):

@property
def state(self):
return str(int(self._device.get_value("current_temperature", 0)))
return str(float(self._device.get_value("current_temperature", 0)))

@property
def icon(self):
Expand Down

0 comments on commit 4aac4e8

Please sign in to comment.