diff --git a/atom.xml b/atom.xml
index 246cbcdb95..844eb4ae94 100644
--- a/atom.xml
+++ b/atom.xml
@@ -4,7 +4,7 @@
@@ -34,6 +34,9 @@
Although the old method is not insecure, the new method is a lot more secure. Upgrading to the latest version is encouraged.
+ New customization options
+@Andrey-git has added some great new options to the customize functionality. It is now possible to specify customizations as a wildcard for entities or for a specific domain.
+
Major Wink and HDMI CEC improvements
@w1ll1am23 did an amazing job fixing a ton of bugs and issues with the Wink integration. Biggest improvement is that it now is able to automatically refresh the authentication tokens. This means that if you have your email address and password in your configuration.yaml
file, no client_id
and client_secret
are needed, and token which was generated with the generator located in the Wink documentation.
@@ -170,6 +173,7 @@ Climate - EQ3 BT smart: Add reporting for availability ( Code of Conduct
More people are getting to know and love Home Assistant every day and our community keeps growing. Our community consists of people from all over the world with different backgrounds and we want Home Assistant to be a place where everyone can feel at home. To help with this we’re introducing a Code of Conduct. The Code of Conduct describes what type of behavior is unacceptable, how we will enforce it and where to report incidents.
@@ -401,6 +405,7 @@ You have to note:
The Christmas tree in action.
+
During the time by tree was set up, I had 7,366 visitors from 88 countries connect to my Home Assistant instance. This generated an estimated 100,000 clicks on the switches in my Home Assistant instance - thanks in part to some folks who posted up with macros for 6-8 hour stretches.
@@ -924,6 +929,7 @@ You have to note:
https://home-assistant.io/blog/2016/10/25/explaining-the-updater
On Saturday, we released Home Assistant 0.31 which includes an improved updater component that checks for new versions using the Home Assistant servers. We wanted to update the community on its rollout and answer some questions that have come up. As part of the update check anonymous information about your operating system and Python version is submitted to Home Assistant servers unless you have opted out.
+
Why we changed the updater
This change was driven by two important factors.
diff --git a/blog/2016/10/25/explaining-the-updater/index.html b/blog/2016/10/25/explaining-the-updater/index.html
index 32ee978041..22d84890fd 100644
--- a/blog/2016/10/25/explaining-the-updater/index.html
+++ b/blog/2016/10/25/explaining-the-updater/index.html
@@ -111,6 +111,7 @@
On Saturday, we released Home Assistant 0.31 which includes an improved updater component that checks for new versions using the Home Assistant servers. We wanted to update the community on its rollout and answer some questions that have come up. As part of the update check anonymous information about your operating system and Python version is submitted to Home Assistant servers unless you have opted out.
+
Why we changed the updater
This change was driven by two important factors.
diff --git a/blog/2017/01/03/control-my-christmas-tree-stats/index.html b/blog/2017/01/03/control-my-christmas-tree-stats/index.html
index e23d844b87..b68c7c5bff 100644
--- a/blog/2017/01/03/control-my-christmas-tree-stats/index.html
+++ b/blog/2017/01/03/control-my-christmas-tree-stats/index.html
@@ -122,6 +122,7 @@
The Christmas tree in action.
+
During the time by tree was set up, I had 7,366 visitors from 88 countries connect to my Home Assistant instance. This generated an estimated 100,000 clicks on the switches in my Home Assistant instance - thanks in part to some folks who posted up with macros for 6-8 hour stretches.
diff --git a/blog/2017/01/21/home-assistant-governance/index.html b/blog/2017/01/21/home-assistant-governance/index.html
index a67c2be3c3..3d0e8f65f0 100644
--- a/blog/2017/01/21/home-assistant-governance/index.html
+++ b/blog/2017/01/21/home-assistant-governance/index.html
@@ -121,6 +121,7 @@
Starting today we are announcing a few initiatives to help protect our users, contributors and community members.
+
Code of Conduct
More people are getting to know and love Home Assistant every day and our community keeps growing. Our community consists of people from all over the world with different backgrounds and we want Home Assistant to be a place where everyone can feel at home. To help with this we’re introducing a Code of Conduct. The Code of Conduct describes what type of behavior is unacceptable, how we will enforce it and where to report incidents.
diff --git a/blog/2017/01/28/face-coffee-wink/index.html b/blog/2017/01/28/face-coffee-wink/index.html
index 6f1a2a5790..50ce0be410 100644
--- a/blog/2017/01/28/face-coffee-wink/index.html
+++ b/blog/2017/01/28/face-coffee-wink/index.html
@@ -88,7 +88,7 @@
diff --git a/blog/posts/2/index.html b/blog/posts/2/index.html
index 6e6c196f5e..436e8b42ef 100644
--- a/blog/posts/2/index.html
+++ b/blog/posts/2/index.html
@@ -115,48 +115,10 @@
On Saturday, we released Home Assistant 0.31 which includes an improved updater component that checks for new versions using the Home Assistant servers. We wanted to update the community on its rollout and answer some questions that have come up. As part of the update check anonymous information about your operating system and Python version is submitted to Home Assistant servers unless you have opted out.
-
Why we changed the updater
-
This change was driven by two important factors.
-
-
Improving the security of the users.
-
-
As a user, you will be able to be notified if you are running a Home Assistant version that includes components that have known security flaws.
-
-
Although we hope to not have to use this feature often, it is important for us to be able to reach out to impacted users. We had the need for such a feature once in the past. Due to a bug the forecast.io sensor was making a huge amount of API requests causing some of our users to get charged because they went over the free quota.
-
-
Please note that this functionality is not done yet but will be available in a future release.
-
-
Focusing our resources where it matters
-
-
As developers of Home Assistant, we will be able to see in what kind of environments Home Assistant is running. Here’s a few data points we didn’t have until now:
-
-
- - Total number of instances
- - Which operating systems versions and flavors are in use
- - Python version
- - What option is more popular: Docker, Virtualenv or bare metal installs?
- - How popular is our new Raspberry Pi image?
-
-
-
Why we look up your IP address with GeoIP
-
We store the city so that we can see where our users are from. This information will be used to give us a better insight in where our users are from. This will help us gather data to see if we should for example prioritize internationalization. In addition, we previously had a nasty bug with the sun
component in which users above a certain latitude were having crashes multiple times a day. Had the updater component been in place we could have targeted a special priority update notification only to them.
-
-
As stated in the release blog post, the location information is not provided by your local Home Assistant installation but is instead gathered by comparing your IP address against the GeoLite2 data created by MaxMind. From their documentation:
-
-
- IP geolocation is inherently imprecise. Locations are often near the center of the population. Any location provided by a GeoIP database should not be used to identify a particular address or household.
-
-
-
Why is it enabled by default
-
We decided to have it enabled by default because we consider the information that is gathered not harmful. We understand that not everyone will agree with us and so we have provided multiple ways to opt out.
-
-
It is in our short-term planning to add an option to control this to our frontend.
-
-
Source Code
-
The source code of our updater AWS Lambda function is now available here.
-
+
Read on →
+
diff --git a/sitemap.xml b/sitemap.xml
index 685b9aa88e..8023c158ae 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2699,62 +2699,62 @@
https://home-assistant.io/demo/frontend.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/demo/index.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-01-28T23:47:59+00:00
+2017-01-28T23:52:12+00:00