Remove rstrip from ecobee binary_sensor __init__ (#118062)
This commit is contained in:
parent
225e90c99e
commit
901317ec39
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class EcobeeBinarySensor(BinarySensorEntity):
|
|||
def __init__(self, data, sensor_name, sensor_index):
|
||||
"""Initialize the Ecobee sensor."""
|
||||
self.data = data
|
||||
self.sensor_name = sensor_name.rstrip()
|
||||
self.sensor_name = sensor_name
|
||||
self.index = sensor_index
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Reference in a new issue