mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +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_string = lines[1][equals_pos+2:]
|
||||||
temp = round(float(temp_string) / 1000.0, 1)
|
temp = round(float(temp_string) / 1000.0, 1)
|
||||||
if temp < -55 or temp > 125:
|
if temp < -55 or temp > 125:
|
||||||
return
|
return
|
||||||
self._state = temp
|
self._state = temp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user