mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 16:15:08 +02:00
removed trailing whitespace
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user