mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Correct typo in Example sensor comment and update credits (#777)
This commit is contained in:
parent
42b1cfda04
commit
820aaafc79
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user