core/homeassistant/util
Beat ee8701b560 Fix configuration setup (#6853)
When the user exceeds the request limit for google APIs, the response status stays at 200 but the response body is different:
```
{
   "error_message" : "You have exceeded your daily request quota for this API. We recommend registering for a key at the Google Developers Console: https://console.developers.google.com/apis/credentials?project=_",
   "results" : [],
   "status" : "OVER_QUERY_LIMIT"
}
```
This prevents HA from creating the initial configuration
2017-03-30 15:26:11 +02:00
..
__init__.py Better handling of accented characters in slugify (#4399) (#4423) 2016-11-16 15:05:10 -08:00
async.py Expose isort preferences for tools. (#4481) 2016-11-27 14:33:30 -08:00
color.py Update Formulas in Convert XY to RGB (#6322) 2017-03-02 08:54:45 +01:00
distance.py Add unit system support 2016-08-04 22:02:19 -07:00
dt.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
location.py Fix configuration setup (#6853) 2017-03-30 15:26:11 +02:00
logging.py Bugfix close async log handler (#5086) 2016-12-29 17:27:58 +01:00
package.py Constrain core dependencies to core versions (#6738) 2017-03-22 08:50:54 -07:00
temperature.py Entity and climate: do not convert temperature unnecessary (#4522) 2016-11-22 17:38:04 -08:00
unit_system.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
yaml.py Z-Wave config panel fix (#6113) 2017-02-19 22:25:03 -08:00