Correct typo in Example sensor comment and update credits (#777)

This commit is contained in:
Kevin Gottsman 2016-08-13 03:04:41 -04:00 committed by Fabian Affolter
parent 42b1cfda04
commit 820aaafc79
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ class ExampleSensor(Entity):
@property
def state(self):
"""Return the state of the sensor.""
"""Return the state of the sensor."""
return 23
@property