removed trailing whitespace

pull/1071/head
Malte Deiseroth 2016-02-01 19:24:08 +01:00
parent d6b19aae48
commit cb2e75befd
1 changed files with 1 additions and 1 deletions

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