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

@ -79,7 +79,7 @@ This page contains a list of people who have contributed in one way or another t
- [GadgetReactor](https://github.com/GadgetReactor)
- [Geoff Norton](https://github.com/kangaroo)
- [goir](https://github.com/goir)
- [gottsman](https://github.com/gottsman)
- [Kevin Gottsman](https://github.com/gottsman)
- [Greg Dowling](https://github.com/pavoni)
- [Guillem Barba](https://github.com/gbarba)
- [Gustav Ahlberg](https://github.com/Gyran)

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