Add doc link to header of file
parent
0490fe832a
commit
6f57d36134
|
@ -1,4 +1,9 @@
|
|||
"""Support for Wunderground weather service."""
|
||||
"""
|
||||
Support for Weather Underground weather service.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/sensor.wunderground/
|
||||
"""
|
||||
from datetime import timedelta
|
||||
import logging
|
||||
import requests
|
||||
|
|
Loading…
Reference in New Issue