mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
removed trailing whitespace
This commit is contained in:
parent
d6b19aae48
commit
cb2e75befd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user