Update file header

This commit is contained in:
Fabian Affolter 2019-02-13 00:51:19 +01:00
parent 440d3b6e61
commit fcaa353318
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -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