mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-08 18:06:29 +00:00
Update file header
This commit is contained in:
parent
440d3b6e61
commit
fcaa353318
@ -36,15 +36,10 @@ SENSOR_TYPES = {
|
||||
|
||||
### File headers
|
||||
|
||||
The docstring in the file header should contain a link to the documentation to make it easy to find further information, especially about the configuration or details which are not mentioned in the code.
|
||||
The docstring in the file header should describe what the file is about.
|
||||
|
||||
```python
|
||||
"""
|
||||
Support for MQTT lights.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/light.mqtt/
|
||||
"""
|
||||
"""Support for MQTT lights."""
|
||||
```
|
||||
|
||||
### Requirements
|
||||
|
Loading…
x
Reference in New Issue
Block a user