You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `version` | Home Assistant version | `0.31.0` | Local Instance |
89
-
| `virtualenv` | True if running inside virtualenv | `true` | Local Instance |
90
-
91
-
In addition to the above collected data, the server will also use your IP address to do a geographic IP address lookup to determine a general geographic area that your address is located in. To be extremely, extremely clear about this bit: __The Home Assistant updater does not: store your IP address in a database and also does not submit the location information from your `configuration.yaml`.__ Our tests show that at best, we get 4 digits of accuracy on your IP address location which is a 5 mile radius of your actual IP location, assuming that it is even correct in the first place (geo IP look ups are very hit or miss). Here's what the accuracy looks like for my data above: 
92
-
93
-
The server also adds two timestamps to the data: the original date your instance UUID was first seen and the timestamp of the last time we have seen your instance.
In addition to the above collected data, the server will also use your IP address to do a geographic IP address lookup to determine the city that you are from. To be extremely, extremely clear about this bit: __The Home Assistant updater does not: store your IP address in a database and also does not submit the location information from your `configuration.yaml`.__
Geo-lookup on my IP resolves to Oakland with latitude/longitude pointing at the geographical center of the city.
84
+
</p>
85
+
86
+
The server also adds two timestamps to the data: the original date your instance UUID was first seen and the timestamp of the last time we have seen your instance. This gives us the following extra data:
| `geo_metro_code` | GeoIP determined metro code | `807` |
97
+
| `geo_region_code` | GeoIP determined region code | `CA` |
98
+
| `geo_region_name` | GeoIP determined region name | `California` |
99
+
| `geo_time_zone` | GeoIP determined time zone | `America/Los_Angeles` |
100
+
| `geo_zip_code` | GeoIP determined zip code | `94602` |
101
+
| `last_seen_datetime` | Most recent time instance ID was submitted | `2016-10-22T19:56:03.542Z` |
94
102
95
103
This data is held in the highest security. The update system runs in a secured Amazon Web Services account owned by me ([@robbiet480]). I personally have 5 years of experience with complex AWS deployments and have an extensive security background. I have audited the entire system and made sure to take every step to protect the data, including limiting who has access (just [@balloob] and myself). While not directly personally identifiable we absolutely understand some users hesistance to giving this information out. Please understand that we are only collecting this information to better understand our user base to provide better long term support and feature development then is currently possible.
96
104
97
105
We currently have no plans to publicly expose any of this information. If we did do such a thing in the future we would of course notify you in advance. It must also be stated that we will never sell or allow the use of this information for non-Home Assistant purposes.
98
106
99
107
We thank you for understanding why we are collecting this data and hope that you leave the feature enabled but fully understand if you feel uncomfortable with this.
100
108
109
+
_This section was updated on October 24 to be more clear about geo-lookups being on the city level. [See original version.][blog-orig]_
110
+
101
111
Now, back to the fun stuff...
102
112
103
113
## {% linkable_title Good evening. I'm Ron Burgundy and here's what happening in your world tonight. %}
@@ -110,7 +120,10 @@ Home Assistant got a crazy idea recently that it couldn't do enough already and
110
120
111
121
Now I know how to best get to [my real job][runway] (no, Home Assistant is _not_ my real job, it does seem like it sometimes though) every morning. Obviously not the best home automation example, but I think you get the idea. I could see this being used to tell you any major events that happened in your home overnight or reading you your hyperlocal weather report. Thanks to the audio support you could even replace all of the default Alexa Flash Briefing sources with your own news feeds. Home Assistant supports both text and audio content as well as displaying data in the Alexa app. I also want to point out that unlike the existing Skill integration, the Flash Briefing API does _not_ require HTTPS (_but you should still be using HTTPS if possible_). For more information, check out the new [docs][flash-briefing-docs].
112
122
113
-

0 commit comments