From 2c92b8a2bb082cd024ecd75d61e84d5a1c9f6ffa Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 6 Jul 2016 06:23:17 +0000 Subject: [PATCH] Site updated at 2016-07-06 06:23:17 UTC --- atom.xml | 14 +++++++------- .../index.html | 18 +++++++++--------- 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 | 14 +++++++------- blog/categories/ibeacons/atom.xml | 2 +- blog/categories/internet-of-things/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 +- blog/index.html | 2 +- sitemap.xml | 12 ++++++------ 22 files changed, 47 insertions(+), 47 deletions(-) diff --git a/atom.xml b/atom.xml index e11937723d..851f8a0d22 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ @@ -19,20 +19,20 @@ 2016-07-06T05:00:00+00:00 https://home-assistant.io/blog/2016/07/06/pocketchip-running-home-assistant
-Over a year ago I participated in the kickstarter campain for “CHIP - The World’s First Nine Dollar Computer” by Next Thing Co.. I went for the PocketCHIP because of the idea. Display, built-in storage (thus no need for SD cards), battery-powered, and a keyboard are pretty nice features. Last week a package arrives…

+Over a year ago I participated in the kickstarter campaign for “CHIP - The World’s First Nine Dollar Computer” by Next Thing Co.. I went for the PocketCHIP because of the idea. Display, built-in storage (thus no need for SD cards), battery-powered, and a keyboard are pretty nice features. Last week a package arrives…

-

Thanks to Next Thing Co. and their CHIP which is actually 9 USD the space requirement for a single board computer has decreased. No ethernet and HDMI output helped with that. But I guess that the next development cycle will allow us to put those boards in a matchbox including wired networking and a SATA interface.

+

Thanks to Next Thing Co. and their CHIP which is actually 9 USD the space requirement for a single board computer has decreased. No Ethernet and HDMI output helped with that. But I guess that the next development cycle will allow us to put those boards in a matchbox including wired networking and a SATA interface.

Size comparison of a Cubieboard, OrangePi One, and CHIP.

-

If you start using a PocketCHIP you will definitly look like a Blackberry or a GameBoy user. Typing is done with your thumbs :-)

+

If you start using a PocketCHIP you will definitely look like a Blackberry or a GameBoy user. Typing is done with your thumbs :-)

-

First a couple of tweaks like setting up sudo, upgradeing the existing installation, change passwords, enabling ssh, and removal of the annoying stuff then installation of Home Assistant. There is not much to tell…it’s straight-forward. For the sake of completeness below the notes about what I did.

+

First a couple of tweaks like setting up sudo, upgrading the existing installation, change passwords, enabling ssh, and removal of the annoying stuff then installation of Home Assistant. There is not much to tell…it’s straight-forward. For the sake of completeness below the notes about what I did.

A Debian installation is available by default. This means that some dependencies for Home Assistant are missing. I haven’t checked if a new build for the PocketCHIP would include them. So, after a $ sudo apt-get update installing those dependencies take a minute or two.

@@ -59,7 +59,7 @@ $ source bin/activate -

If you haven’t seen the next two commands already then you should definitiy visit our frontsite.

+

If you haven’t seen the next two commands already then you should visit our frontsite.

$ pip3 install homeassistant
@@ -68,7 +68,7 @@ $ hass --open-ui
 
-

With surf the browsing experience on the low-resolution display is not that great. Most shartphones, even very cheap ones, have touchscreens with higher resolutions. Nevermind, midori is not better.

+

With surf the browsing experience on the low-resolution display is not that great. Most smartphones, even very cheap ones, have touchscreens with higher resolutions. Nevermind, midori is not better.

diff --git a/blog/2016/07/06/pocketchip-running-home-assistant/index.html b/blog/2016/07/06/pocketchip-running-home-assistant/index.html index 06ea224962..2c51b8988e 100644 --- a/blog/2016/07/06/pocketchip-running-home-assistant/index.html +++ b/blog/2016/07/06/pocketchip-running-home-assistant/index.html @@ -9,7 +9,7 @@ PocketCHIP running Home Assistant - Home Assistant - + @@ -19,14 +19,14 @@ - + - + @@ -109,20 +109,20 @@


-Over a year ago I participated in the kickstarter campain for “CHIP - The World’s First Nine Dollar Computer” by Next Thing Co.. I went for the PocketCHIP because of the idea. Display, built-in storage (thus no need for SD cards), battery-powered, and a keyboard are pretty nice features. Last week a package arrives…

+Over a year ago I participated in the kickstarter campaign for “CHIP - The World’s First Nine Dollar Computer” by Next Thing Co.. I went for the PocketCHIP because of the idea. Display, built-in storage (thus no need for SD cards), battery-powered, and a keyboard are pretty nice features. Last week a package arrives…

-

Thanks to Next Thing Co. and their CHIP which is actually 9 USD the space requirement for a single board computer has decreased. No ethernet and HDMI output helped with that. But I guess that the next development cycle will allow us to put those boards in a matchbox including wired networking and a SATA interface.

+

Thanks to Next Thing Co. and their CHIP which is actually 9 USD the space requirement for a single board computer has decreased. No Ethernet and HDMI output helped with that. But I guess that the next development cycle will allow us to put those boards in a matchbox including wired networking and a SATA interface.

Size comparison of a Cubieboard, OrangePi One, and CHIP.

-

If you start using a PocketCHIP you will definitly look like a Blackberry or a GameBoy user. Typing is done with your thumbs :-)

+

If you start using a PocketCHIP you will definitely look like a Blackberry or a GameBoy user. Typing is done with your thumbs :-)

-

First a couple of tweaks like setting up sudo, upgradeing the existing installation, change passwords, enabling ssh, and removal of the annoying stuff then installation of Home Assistant. There is not much to tell…it’s straight-forward. For the sake of completeness below the notes about what I did.

+

First a couple of tweaks like setting up sudo, upgrading the existing installation, change passwords, enabling ssh, and removal of the annoying stuff then installation of Home Assistant. There is not much to tell…it’s straight-forward. For the sake of completeness below the notes about what I did.

A Debian installation is available by default. This means that some dependencies for Home Assistant are missing. I haven’t checked if a new build for the PocketCHIP would include them. So, after a $ sudo apt-get update installing those dependencies take a minute or two.

@@ -149,7 +149,7 @@ $ source bin/activate
-

If you haven’t seen the next two commands already then you should definitiy visit our frontsite.

+

If you haven’t seen the next two commands already then you should visit our frontsite.

$ pip3 install homeassistant
@@ -158,7 +158,7 @@ $ hass --open-ui
 
-

With surf the browsing experience on the low-resolution display is not that great. Most shartphones, even very cheap ones, have touchscreens with higher resolutions. Nevermind, midori is not better.

+

With surf the browsing experience on the low-resolution display is not that great. Most smartphones, even very cheap ones, have touchscreens with higher resolutions. Nevermind, midori is not better.

diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index d2aa8cc9f8..e138023ed8 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index 74c6de77c5..a51e17fc70 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]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index c184d97979..14475472fb 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 3fe51cdb68..025a8f6f1f 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]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ @@ -19,20 +19,20 @@ 2016-07-06T05:00:00+00:00 https://home-assistant.io/blog/2016/07/06/pocketchip-running-home-assistant
-Over a year ago I participated in the kickstarter campain for “CHIP - The World’s First Nine Dollar Computer” by Next Thing Co.. I went for the PocketCHIP because of the idea. Display, built-in storage (thus no need for SD cards), battery-powered, and a keyboard are pretty nice features. Last week a package arrives…

+Over a year ago I participated in the kickstarter campaign for “CHIP - The World’s First Nine Dollar Computer” by Next Thing Co.. I went for the PocketCHIP because of the idea. Display, built-in storage (thus no need for SD cards), battery-powered, and a keyboard are pretty nice features. Last week a package arrives…

-

Thanks to Next Thing Co. and their CHIP which is actually 9 USD the space requirement for a single board computer has decreased. No ethernet and HDMI output helped with that. But I guess that the next development cycle will allow us to put those boards in a matchbox including wired networking and a SATA interface.

+

Thanks to Next Thing Co. and their CHIP which is actually 9 USD the space requirement for a single board computer has decreased. No Ethernet and HDMI output helped with that. But I guess that the next development cycle will allow us to put those boards in a matchbox including wired networking and a SATA interface.

Size comparison of a Cubieboard, OrangePi One, and CHIP.

-

If you start using a PocketCHIP you will definitly look like a Blackberry or a GameBoy user. Typing is done with your thumbs :-)

+

If you start using a PocketCHIP you will definitely look like a Blackberry or a GameBoy user. Typing is done with your thumbs :-)

-

First a couple of tweaks like setting up sudo, upgradeing the existing installation, change passwords, enabling ssh, and removal of the annoying stuff then installation of Home Assistant. There is not much to tell…it’s straight-forward. For the sake of completeness below the notes about what I did.

+

First a couple of tweaks like setting up sudo, upgrading the existing installation, change passwords, enabling ssh, and removal of the annoying stuff then installation of Home Assistant. There is not much to tell…it’s straight-forward. For the sake of completeness below the notes about what I did.

A Debian installation is available by default. This means that some dependencies for Home Assistant are missing. I haven’t checked if a new build for the PocketCHIP would include them. So, after a $ sudo apt-get update installing those dependencies take a minute or two.

@@ -59,7 +59,7 @@ $ source bin/activate
-

If you haven’t seen the next two commands already then you should definitiy visit our frontsite.

+

If you haven’t seen the next two commands already then you should visit our frontsite.

$ pip3 install homeassistant
@@ -68,7 +68,7 @@ $ hass --open-ui
 
-

With surf the browsing experience on the low-resolution display is not that great. Most shartphones, even very cheap ones, have touchscreens with higher resolutions. Nevermind, midori is not better.

+

With surf the browsing experience on the low-resolution display is not that great. Most smartphones, even very cheap ones, have touchscreens with higher resolutions. Nevermind, midori is not better.

diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index 0d0e326fa7..025d85170e 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+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 2457c6e836..05d9ad35b1 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]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index ba9a891223..69bf5b95c8 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index 0ac9ebad4d..f1d02f3b0b 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml index 0c2e9157b0..44cb69014e 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml index 24874bc39c..f47dbca7d9 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]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+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 82807a78cf..80872dc1b3 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]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 3af05efae2..2bfd896c2a 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]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 401f1e9c3a..a660a81596 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml index e5b62aca81..7b5dce4c6d 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml index 6e0b987257..5f18271432 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index 829d7489d4..5ebbd1f72b 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]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml index 32638d51a6..c2b3ae45f4 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index fc66340da3..56496220be 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2016-07-06T06:19:25+00:00 + 2016-07-06T06:22:35+00:00 https://home-assistant.io/ diff --git a/blog/index.html b/blog/index.html index 5a3c955069..a61237c7ee 100644 --- a/blog/index.html +++ b/blog/index.html @@ -113,7 +113,7 @@


-Over a year ago I participated in the kickstarter campain for “CHIP - The World’s First Nine Dollar Computer” by Next Thing Co.. I went for the PocketCHIP because of the idea. Display, built-in storage (thus no need for SD cards), battery-powered, and a keyboard are pretty nice features. Last week a package arrives…

+Over a year ago I participated in the kickstarter campaign for “CHIP - The World’s First Nine Dollar Computer” by Next Thing Co.. I went for the PocketCHIP because of the idea. Display, built-in storage (thus no need for SD cards), battery-powered, and a keyboard are pretty nice features. Last week a package arrives…

diff --git a/sitemap.xml b/sitemap.xml index 7f0a94913b..f4eb8e35df 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1908,26 +1908,26 @@ https://home-assistant.io/demo/frontend.html - 2016-07-06T06:18:46+00:00 + 2016-07-06T06:21:53+00:00 https://home-assistant.io/demo/index.html - 2016-07-06T06:18:46+00:00 + 2016-07-06T06:21:53+00:00 https://home-assistant.io/googlef4f3693c209fe788.html - 2016-07-06T06:18:46+00:00 + 2016-07-06T06:21:53+00:00 https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html - 2016-07-06T06:18:46+00:00 + 2016-07-06T06:21:53+00:00 https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html - 2016-07-06T06:18:46+00:00 + 2016-07-06T06:21:53+00:00 https://home-assistant.io/static/mdi-demo.html - 2016-07-06T06:18:46+00:00 + 2016-07-06T06:21:53+00:00