mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Remove rstrip from ecobee binary_sensor __init__ (#118062)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user