diff --git a/sitemap.xml b/sitemap.xml
index 3c2d4a87e3..fc770cc9ef 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2499,62 +2499,62 @@
https://home-assistant.io/demo/frontend.html
-2016-12-23T21:03:57+00:00
+2016-12-24T08:12:56+00:00
https://home-assistant.io/demo/index.html
-2016-12-23T21:03:57+00:00
+2016-12-24T08:12:56+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2016-12-23T21:03:57+00:00
+2016-12-24T08:12:56+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2016-12-23T21:03:57+00:00
+2016-12-24T08:12:56+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2016-12-23T21:03:57+00:00
+2016-12-24T08:12:56+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2016-12-23T21:03:57+00:00
+2016-12-24T08:12:56+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2016-12-23T21:03:57+00:00
+2016-12-24T08:12:56+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2016-12-23T21:03:57+00:00
+2016-12-24T08:12:56+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2016-12-23T21:03:57+00:00
+2016-12-24T08:12:56+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2016-12-23T21:03:57+00:00
+2016-12-24T08:12:56+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2016-12-23T21:03:57+00:00
+2016-12-24T08:12:56+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2016-12-23T21:03:57+00:00
+2016-12-24T08:12:56+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2016-12-23T21:03:58+00:00
+2016-12-24T08:12:57+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2016-12-23T21:03:58+00:00
+2016-12-24T08:12:57+00:00
https://home-assistant.io/static/mdi-demo.html
-2016-12-23T21:03:58+00:00
+2016-12-24T08:12:57+00:00
diff --git a/topics/group_visibility/index.html b/topics/group_visibility/index.html
index bb5b7b0626..798630060f 100644
--- a/topics/group_visibility/index.html
+++ b/topics/group_visibility/index.html
@@ -139,7 +139,7 @@ If a sensor belongs to only one group and that group is hidden, the sensor will
Easier automations
-One of the most common uses cases are to show groups during certain times of day, maybe commuting information durig a work day morning or light switches when it is getting dark. The complexity of automations needed to make this happen will quickly get out of hands. So, one way to make the automations easier is to create a sensor that alters its state depending on time of day. One way of doing that is using a command_line
sensor and a script:
+One of the most common uses cases are to show groups during certain times of day, maybe commuting information during a work day morning or light switches when it is getting dark. The complexity of automations needed to make this happen will quickly get out of hand. So, one way to make the automations easier is to create a sensor that alters its state depending on time of day. One way of doing that is using a command_line
sensor and a script:
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
@@ -186,7 +186,7 @@ If a sensor belongs to only one group and that group is hidden, the sensor will
-To simplify things, we create a Home Assistant script that change visibility of a group but also verifies that an entity is in a specific state:
+To simplify things, we create a Home Assistant script that changes the visibility of a group, but also verifies that an entity is in a specific state:
script:
group_visibility: