mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
Fix final pep257 issues
This commit is contained in:
@@ -96,6 +96,7 @@ class VeraSensor(Entity):
|
||||
self.update_ha_state(True)
|
||||
|
||||
def __str__(self):
|
||||
"""String representation of sensor."""
|
||||
return "%s %s %s" % (self.name, self.vera_device.device_id, self.state)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user