Update docstrings

This commit is contained in:
Fabian Affolter
2016-01-27 00:08:06 +01:00
parent b13e48bd71
commit 7aba78f96e
7 changed files with 32 additions and 14 deletions

View File

@@ -1,4 +1,8 @@
"""Module with location helpers."""
"""
homeassistant.util.location
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Module with location helpers.
"""
import collections
import requests
@@ -6,7 +10,6 @@ from vincenty import vincenty
ELEVATION_URL = 'http://maps.googleapis.com/maps/api/elevation/json'
LocationInfo = collections.namedtuple(
"LocationInfo",
['ip', 'country_code', 'country_name', 'region_code', 'region_name',