Clean up docstrings (#22679)
* Clean up docstrings * Fix long lines * Fix more docstrings * Fix more docstrings * Fix more docstrings
This commit is contained in:
parent
625c8e0cee
commit
048b100eea
604 changed files with 604 additions and 3632 deletions
|
@ -1,9 +1,4 @@
|
|||
"""
|
||||
Demo platform that has a couple of fake sensors.
|
||||
|
||||
For more details about this platform, please refer to the documentation
|
||||
https://home-assistant.io/components/demo/
|
||||
"""
|
||||
"""Demo platform that has a couple of fake sensors."""
|
||||
from homeassistant.const import (
|
||||
ATTR_BATTERY_LEVEL, TEMP_CELSIUS, DEVICE_CLASS_HUMIDITY,
|
||||
DEVICE_CLASS_TEMPERATURE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue