Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoLoco committed Jan 10, 2022
1 parent 26c9c90 commit 945aa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hilo/sensor.py
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 945aa49

Please sign in to comment.