mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Add doc link to header of file
This commit is contained in:
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
|
from datetime import timedelta
|
||||||
import logging
|
import logging
|
||||||
import requests
|
import requests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user