Files
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
..
2016-08-04 22:02:19 -07:00
2016-10-30 22:18:53 +01:00
2017-03-30 15:26:11 +02:00
2016-10-30 22:18:53 +01:00
2017-02-19 22:25:03 -08:00