diff --git a/developers/website/index.html b/developers/website/index.html
index 95d1c547db..e22452d89a 100644
--- a/developers/website/index.html
+++ b/developers/website/index.html
@@ -89,7 +89,7 @@
- The website you’re reading now is the home of Home Assistant: https://home-assistant.io. This is the place where we provide documentation and additional details about Home Assistant for end users and developers.
+ The website you are reading now is the home of Home Assistant: https://home-assistant.io. This is the place where we provide documentation and additional details about Home Assistant for end users and developers.
home-assistant.io is built using Jekyll and those available dependencies. The pages are written in markdown; to add a page you don’t need to know about HTML or the like.
@@ -115,6 +115,10 @@
Create a Pull Request (PR) against the current branch of home-assistant.github.io if you fix stuff, create Cookbook entries, or expand existing documentation.
+
+It could be necessary that you run rake generate
prior to rake preview
for the very first preview.
+
+
Create a page
For a platform page, the fastest way is to make a copy of an existing page and edit it. The Component overview and the Examples section are generated automatically, so there is no need to add a link to those pages.
diff --git a/sitemap.xml b/sitemap.xml
index 8273a8530b..7fea310ecb 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1980,62 +1980,62 @@
https://home-assistant.io/demo/frontend.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/demo/index.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
https://home-assistant.io/static/mdi-demo.html
-2016-09-07T19:08:59+00:00
+2016-09-09T08:28:59+00:00
diff --git a/topics/templating/index.html b/topics/templating/index.html
index 5bf3f32f2f..335b5cff4d 100644
--- a/topics/templating/index.html
+++ b/topics/templating/index.html
@@ -291,6 +291,9 @@ Closest to an entity: {{ closest(states.zone.school, 'group.children') }}
# Timestamps
{{ value_json.tst | timestamp_local }}
{{ value_json.tst | timestamp_utc }}
+
+# Square bracket notation
+{{ value_json["001"] }}