Add doc link to header of file

pull/2870/head
Teagan M. Glenn 2016-08-18 10:37:00 -06:00
parent 0490fe832a
commit 6f57d36134
1 changed files with 6 additions and 1 deletions

View File

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