From e7b29cb462cfbd986826efd3ec2acd2bcd394dcf Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 2 Nov 2017 11:12:04 +0000 Subject: [PATCH] Site updated at 2017-11-02 11:12:03 UTC --- atom.xml | 4 +- .../2017/11/02/secure-shell-tunnel/index.html | 2 +- blog/categories/announcements/atom.xml | 2 +- blog/categories/community/atom.xml | 2 +- blog/categories/device-tracking/atom.xml | 2 +- blog/categories/esp8266/atom.xml | 2 +- blog/categories/how-to/atom.xml | 4 +- blog/categories/ibeacons/atom.xml | 2 +- blog/categories/internet-of-things/atom.xml | 2 +- blog/categories/iot-data/atom.xml | 2 +- blog/categories/media/atom.xml | 2 +- blog/categories/merchandise/atom.xml | 2 +- blog/categories/micropython/atom.xml | 2 +- blog/categories/mqtt/atom.xml | 2 +- blog/categories/organisation/atom.xml | 2 +- blog/categories/owntracks/atom.xml | 2 +- blog/categories/presence-detection/atom.xml | 2 +- .../public-service-announcement/atom.xml | 2 +- blog/categories/release-notes/atom.xml | 2 +- blog/categories/survey/atom.xml | 2 +- blog/categories/talks/atom.xml | 2 +- blog/categories/technology/atom.xml | 2 +- blog/categories/user-stories/atom.xml | 2 +- blog/categories/video/atom.xml | 2 +- blog/categories/website/atom.xml | 2 +- sitemap.xml | 80 +++++++++---------- 26 files changed, 67 insertions(+), 67 deletions(-) diff --git a/atom.xml b/atom.xml index 79f97413c2..fe878dc35b 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2017-11-02T10:43:06+00:00 + 2017-11-02T11:02:31+00:00 https://home-assistant.io/ @@ -38,7 +38,7 @@ On your local system you need only a SSH client and you need to be in a network
$ ssh -L 8000:localhost:8123 user@[IP_ADDRESS_REMOTE]
       |  |    |         |    |    |
-      |  |    |         |    |    |_ IP address or hostname of your public interface.
+      |  |    |         |    |    |_ IP address or hostname of your router.
       |  |    |         |    |_ Username on the remote system.
       |  |    |         |_ Port where the application is running.
       |  |    |_ We want the frontend on this system.
diff --git a/blog/2017/11/02/secure-shell-tunnel/index.html b/blog/2017/11/02/secure-shell-tunnel/index.html
index 68a6d3137c..521302ab92 100644
--- a/blog/2017/11/02/secure-shell-tunnel/index.html
+++ b/blog/2017/11/02/secure-shell-tunnel/index.html
@@ -99,7 +99,7 @@ On your local system you need only a SSH client and you need to be in a network
 

First let’s have a look at the command we are going to use. Use man ssh to get more information.

$ ssh -L 8000:localhost:8123 user@[IP_ADDRESS_REMOTE]
       |  |    |         |    |    |
-      |  |    |         |    |    |_ IP address or hostname of your public interface.
+      |  |    |         |    |    |_ IP address or hostname of your router.
       |  |    |         |    |_ Username on the remote system.
       |  |    |         |_ Port where the application is running.
       |  |    |_ We want the frontend on this system.
diff --git a/blog/categories/announcements/atom.xml b/blog/categories/announcements/atom.xml
index 2f67a847d5..547c0a9133 100644
--- a/blog/categories/announcements/atom.xml
+++ b/blog/categories/announcements/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Announcements | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml
index a35c3ccaf4..74eaa92020 100644
--- a/blog/categories/community/atom.xml
+++ b/blog/categories/community/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Community | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml
index 2778305e6c..c52e8b341e 100644
--- a/blog/categories/device-tracking/atom.xml
+++ b/blog/categories/device-tracking/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Device-Tracking | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml
index 7c07fa98a5..260d5dda33 100644
--- a/blog/categories/esp8266/atom.xml
+++ b/blog/categories/esp8266/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: ESP8266 | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml
index 153c8538bf..31cc19d77c 100644
--- a/blog/categories/how-to/atom.xml
+++ b/blog/categories/how-to/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: How-To | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
@@ -37,7 +37,7 @@ First let's have a look at the command we are going to use. Use `man ssh` to get
 ```bash
 $ ssh -L 8000:localhost:8123 user@[IP_ADDRESS_REMOTE]
       |  |    |         |    |    |
-      |  |    |         |    |    |_ IP address or hostname of your public interface.
+      |  |    |         |    |    |_ IP address or hostname of your router.
       |  |    |         |    |_ Username on the remote system.
       |  |    |         |_ Port where the application is running.
       |  |    |_ We want the frontend on this system.
diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml
index a7d26e6eac..c30dddd9e6 100644
--- a/blog/categories/ibeacons/atom.xml
+++ b/blog/categories/ibeacons/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: iBeacons | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml
index 574470bbce..5e2c34fa99 100644
--- a/blog/categories/internet-of-things/atom.xml
+++ b/blog/categories/internet-of-things/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Internet-of-Things | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/iot-data/atom.xml b/blog/categories/iot-data/atom.xml
index facac31c87..0e661699c2 100644
--- a/blog/categories/iot-data/atom.xml
+++ b/blog/categories/iot-data/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: IoT-Data | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/media/atom.xml b/blog/categories/media/atom.xml
index b25d80d842..712d394f24 100644
--- a/blog/categories/media/atom.xml
+++ b/blog/categories/media/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Media | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/merchandise/atom.xml b/blog/categories/merchandise/atom.xml
index 8e4adeef88..bc09fcdfb7 100644
--- a/blog/categories/merchandise/atom.xml
+++ b/blog/categories/merchandise/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Merchandise | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/micropython/atom.xml b/blog/categories/micropython/atom.xml
index 6002e13212..1dccf4fce9 100644
--- a/blog/categories/micropython/atom.xml
+++ b/blog/categories/micropython/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Micropython | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml
index ce796f23c0..86026e18e5 100644
--- a/blog/categories/mqtt/atom.xml
+++ b/blog/categories/mqtt/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: MQTT | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml
index eabd28766e..427949ea71 100644
--- a/blog/categories/organisation/atom.xml
+++ b/blog/categories/organisation/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Organisation | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml
index 24f7e5c97e..abd8f4ef91 100644
--- a/blog/categories/owntracks/atom.xml
+++ b/blog/categories/owntracks/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: OwnTracks | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml
index 33dd5019cd..7d794488c8 100644
--- a/blog/categories/presence-detection/atom.xml
+++ b/blog/categories/presence-detection/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Presence-Detection | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml
index 999144e255..b91e24c6eb 100644
--- a/blog/categories/public-service-announcement/atom.xml
+++ b/blog/categories/public-service-announcement/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Public-Service-Announcement | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml
index b6ac2c5dce..670680c533 100644
--- a/blog/categories/release-notes/atom.xml
+++ b/blog/categories/release-notes/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Release-Notes | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml
index 6981466ef5..4aa74e8cd6 100644
--- a/blog/categories/survey/atom.xml
+++ b/blog/categories/survey/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Survey | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml
index 06a166680d..07f74e9fce 100644
--- a/blog/categories/talks/atom.xml
+++ b/blog/categories/talks/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Talks | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml
index 0a599ce7db..8c9e9cd2c0 100644
--- a/blog/categories/technology/atom.xml
+++ b/blog/categories/technology/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Technology | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml
index ab8e17e990..e238324293 100644
--- a/blog/categories/user-stories/atom.xml
+++ b/blog/categories/user-stories/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: User-Stories | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml
index 58045e0988..ac474252f6 100644
--- a/blog/categories/video/atom.xml
+++ b/blog/categories/video/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Video | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml
index 873c9acd91..ed4c349b89 100644
--- a/blog/categories/website/atom.xml
+++ b/blog/categories/website/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Website | Home Assistant]]>
   
   
-  2017-11-02T10:43:06+00:00
+  2017-11-02T11:02:31+00:00
   https://home-assistant.io/
   
     
diff --git a/sitemap.xml b/sitemap.xml
index 68d233506c..7e9070b832 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3622,7 +3622,7 @@
 
 
 https://home-assistant.io/components/switch.hook/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/cookbook/automation_for_rainy_days/
@@ -4290,99 +4290,99 @@
 
 
 https://home-assistant.io/docs/autostart/init.d/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/appdaemon/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/appdaemon/api/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/appdaemon/configuration/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/appdaemon/installation/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/appdaemon/operation/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/appdaemon/reboot/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/appdaemon/running/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/appdaemon/updating/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/appdaemon/windows/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/certificates/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/hadashboard/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/hass-configurator/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/ios/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/nginx/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/notebooks/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/scenegen/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/ecosystem/synology/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/tools/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/tools/dev-tools/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/tools/hass/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/docs/tools/scripts/
-2017-11-02T10:43:06+00:00
+2017-11-02T11:02:31+00:00
 
 
 https://home-assistant.io/faq/after-upgrading/
@@ -5468,62 +5468,62 @@
 
 
 https://home-assistant.io/demo/frontend.html
-2017-11-02T10:42:25+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/demo/index.html
-2017-11-02T10:42:25+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-11-02T10:42:25+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-11-02T10:42:25+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-11-02T10:42:25+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-11-02T10:42:25+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-11-02T10:42:25+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-11-02T10:42:25+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-11-02T10:42:25+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-11-02T10:42:25+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-11-02T10:42:25+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/googlef4f3693c209fe788.html
-2017-11-02T10:42:25+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-11-02T10:42:26+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-11-02T10:42:26+00:00
+2017-11-02T11:01:46+00:00
 
 
 https://home-assistant.io/static/mdi-demo.html
-2017-11-02T10:42:26+00:00
+2017-11-02T11:01:46+00:00