removed trailing whitespace

This commit is contained in:
Malte Deiseroth 2016-02-01 19:24:08 +01:00
parent d6b19aae48
commit cb2e75befd

View File

@ -98,5 +98,5 @@ class OneWire(Entity):
temp_string = lines[1][equals_pos+2:]
temp = round(float(temp_string) / 1000.0, 1)
if temp < -55 or temp > 125:
return
return
self._state = temp