Correct typo in Example sensor comment and update credits (#777)
This commit is contained in:
parent
42b1cfda04
commit
820aaafc79
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue