diff --git a/atom.xml b/atom.xml index bbbd0e9635..ab561c0ee1 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2016-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ @@ -874,7 +874,7 @@ Heatmap The first release of Micropython for ESP8266 was delivered a couple of weeks ago. The documentation covers a lot of ground. This post is providing only a little summary which should get you started.

-

Until a couple of weeks ago, the pre-built MicroPython binary for the ESP8266 was only available to backers. This has changed now and it is available to the public for download.

+

Until a couple of weeks ago, the pre-built MicroPython binary for the ESP8266 was only available to backers of the Kickstarter campaign. This has changed now and it is available to the public for download.

@@ -918,7 +918,7 @@ Type "help()" for more informatio

-The public build of the firmware may be different than the firmware distributed to the backers of the campaign. Especially in regard of the available modules, turned on debug messages, and alike. Also, the WebREPL may not be started by default. +The public build of the firmware may be different than the firmware distributed to the backers of the Kickstarter campaign. Especially in regard of the available modules, turned on debug messages, and alike. Also, the WebREPL may not be started by default.

Connect a LED to pin 5 (or another pin of your choosing) to check if the ESP8266 is working as expected.

@@ -978,7 +978,7 @@ The public build of the firmware may be different than the firmware distributed

First let’s create a little consumer for Home Assistant sensor’s state. The code to place in main.py is a mixture of code from above and the RESTful API of Home Assistant. If the temperature in the kitchen is higher than 20 °C then the LED connected to pin 5 is switched on.

-If a module is missing then you need to download is it from MicroPython Library overview and upload it to the ESP8266 with webrepl_cli.py manually. +If a module is missing then you need to download it from the MicroPython Library overview and upload it to the ESP8266 with webrepl_cli.py manually.

# Sample code to request the state of a Home Assistant entity.
diff --git a/blog/2016/07/28/esp8266-and-micropython-part1/index.html b/blog/2016/07/28/esp8266-and-micropython-part1/index.html
index 4e8000600e..fa439948c9 100644
--- a/blog/2016/07/28/esp8266-and-micropython-part1/index.html
+++ b/blog/2016/07/28/esp8266-and-micropython-part1/index.html
@@ -115,7 +115,7 @@
   

The first release of Micropython for ESP8266 was delivered a couple of weeks ago. The documentation covers a lot of ground. This post is providing only a little summary which should get you started.

-

Until a couple of weeks ago, the pre-built MicroPython binary for the ESP8266 was only available to backers. This has changed now and it is available to the public for download.

+

Until a couple of weeks ago, the pre-built MicroPython binary for the ESP8266 was only available to backers of the Kickstarter campaign. This has changed now and it is available to the public for download.

@@ -159,7 +159,7 @@ Type "help()" for more informatio

-The public build of the firmware may be different than the firmware distributed to the backers of the campaign. Especially in regard of the available modules, turned on debug messages, and alike. Also, the WebREPL may not be started by default. +The public build of the firmware may be different than the firmware distributed to the backers of the Kickstarter campaign. Especially in regard of the available modules, turned on debug messages, and alike. Also, the WebREPL may not be started by default.

Connect a LED to pin 5 (or another pin of your choosing) to check if the ESP8266 is working as expected.

@@ -219,7 +219,7 @@ The public build of the firmware may be different than the firmware distributed

First let’s create a little consumer for Home Assistant sensor’s state. The code to place in main.py is a mixture of code from above and the RESTful API of Home Assistant. If the temperature in the kitchen is higher than 20 °C then the LED connected to pin 5 is switched on.

-If a module is missing then you need to download is it from MicroPython Library overview and upload it to the ESP8266 with webrepl_cli.py manually. +If a module is missing then you need to download it from the MicroPython Library overview and upload it to the ESP8266 with webrepl_cli.py manually.

# Sample code to request the state of a Home Assistant entity.
diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml
index 3a3f3004df..fa2ba7b655 100644
--- a/blog/categories/community/atom.xml
+++ b/blog/categories/community/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: Community | Home Assistant]]>
   
   
-  2016-08-31T07:01:50+00:00
+  2016-08-31T09:45:53+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml
index c6e228c831..73bba0b03b 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-08-31T07:01:50+00:00
+  2016-08-31T09:45:53+00:00
   https://home-assistant.io/
   
     
diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml
index a1905d7a61..f02282d1f4 100644
--- a/blog/categories/esp8266/atom.xml
+++ b/blog/categories/esp8266/atom.xml
@@ -4,7 +4,7 @@
   <![CDATA[Category: ESP8266 | Home Assistant]]>
   
   
-  2016-08-31T07:01:50+00:00
+  2016-08-31T09:45:53+00:00
   https://home-assistant.io/
   
     
@@ -123,7 +123,7 @@ sensor:
     
 The first release of Micropython for ESP8266 was delivered a couple of weeks ago. The [documentation](http://docs.micropython.org/en/latest/esp8266/esp8266_contents.html) covers a lot of ground. This post is providing only a little summary which should get you started.
 
-Until a couple of weeks ago, the pre-built MicroPython binary for the ESP8266 was only available to backers. This has changed now and it is available to the public for [download](https://micropython.org/download/#esp8266).
+Until a couple of weeks ago, the pre-built MicroPython binary for the ESP8266 was only available to backers of the Kickstarter campaign. This has changed now and it is available to the public for [download](https://micropython.org/download/#esp8266).
 
 
 
@@ -167,7 +167,7 @@ Type "help()" for more information.
 ```
 
 

-The public build of the firmware may be different than the firmware distributed to the backers of the campaign. Especially in regard of the [available modules](http://docs.micropython.org/en/latest/esp8266/py-modindex.html), turned on debug messages, and alike. Also, the WebREPL may not be started by default. +The public build of the firmware may be different than the firmware distributed to the backers of the Kickstarter campaign. Especially in regard of the [available modules](http://docs.micropython.org/en/latest/esp8266/py-modindex.html), turned on debug messages, and alike. Also, the WebREPL may not be started by default.

Connect a LED to pin 5 (or another pin of your choosing) to check if the ESP8266 is working as expected. @@ -227,7 +227,7 @@ If you reboot, you should see your current IP address in the terminal. First let's create a little consumer for Home Assistant sensor's state. The code to place in `main.py` is a mixture of code from above and the [RESTful API](/developers/rest_api/) of Home Assistant. If the temperature in the kitchen is higher than 20 °C then the LED connected to pin 5 is switched on.

-If a module is missing then you need to download is it from [MicroPython Library overview](https://github.com/micropython/micropython-lib) and upload it to the ESP8266 with `webrepl_cli.py` manually. +If a module is missing then you need to download it from the [MicroPython Library overview](https://github.com/micropython/micropython-lib) and upload it to the ESP8266 with `webrepl_cli.py` manually.

```python diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 69fd61d1c1..7e47957172 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-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ @@ -268,7 +268,7 @@ Happy Automating! The first release of Micropython for ESP8266 was delivered a couple of weeks ago. The [documentation](http://docs.micropython.org/en/latest/esp8266/esp8266_contents.html) covers a lot of ground. This post is providing only a little summary which should get you started. -Until a couple of weeks ago, the pre-built MicroPython binary for the ESP8266 was only available to backers. This has changed now and it is available to the public for [download](https://micropython.org/download/#esp8266). +Until a couple of weeks ago, the pre-built MicroPython binary for the ESP8266 was only available to backers of the Kickstarter campaign. This has changed now and it is available to the public for [download](https://micropython.org/download/#esp8266). @@ -312,7 +312,7 @@ Type "help()" for more information. ```

-The public build of the firmware may be different than the firmware distributed to the backers of the campaign. Especially in regard of the [available modules](http://docs.micropython.org/en/latest/esp8266/py-modindex.html), turned on debug messages, and alike. Also, the WebREPL may not be started by default. +The public build of the firmware may be different than the firmware distributed to the backers of the Kickstarter campaign. Especially in regard of the [available modules](http://docs.micropython.org/en/latest/esp8266/py-modindex.html), turned on debug messages, and alike. Also, the WebREPL may not be started by default.

Connect a LED to pin 5 (or another pin of your choosing) to check if the ESP8266 is working as expected. @@ -372,7 +372,7 @@ If you reboot, you should see your current IP address in the terminal. First let's create a little consumer for Home Assistant sensor's state. The code to place in `main.py` is a mixture of code from above and the [RESTful API](/developers/rest_api/) of Home Assistant. If the temperature in the kitchen is higher than 20 °C then the LED connected to pin 5 is switched on.

-If a module is missing then you need to download is it from [MicroPython Library overview](https://github.com/micropython/micropython-lib) and upload it to the ESP8266 with `webrepl_cli.py` manually. +If a module is missing then you need to download it from the [MicroPython Library overview](https://github.com/micropython/micropython-lib) and upload it to the ESP8266 with `webrepl_cli.py` manually.

```python diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index 2961841149..fc584f7c22 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2016-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+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 283daf670a..63c8ac5771 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-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ diff --git a/blog/categories/iot-data/atom.xml b/blog/categories/iot-data/atom.xml index a89773710e..362c56dab8 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]]> - 2016-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ diff --git a/blog/categories/micropython/atom.xml b/blog/categories/micropython/atom.xml index 6cb71aafae..0dd44bae17 100644 --- a/blog/categories/micropython/atom.xml +++ b/blog/categories/micropython/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Micropython | Home Assistant]]> - 2016-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ @@ -123,7 +123,7 @@ sensor: The first release of Micropython for ESP8266 was delivered a couple of weeks ago. The [documentation](http://docs.micropython.org/en/latest/esp8266/esp8266_contents.html) covers a lot of ground. This post is providing only a little summary which should get you started. -Until a couple of weeks ago, the pre-built MicroPython binary for the ESP8266 was only available to backers. This has changed now and it is available to the public for [download](https://micropython.org/download/#esp8266). +Until a couple of weeks ago, the pre-built MicroPython binary for the ESP8266 was only available to backers of the Kickstarter campaign. This has changed now and it is available to the public for [download](https://micropython.org/download/#esp8266). @@ -167,7 +167,7 @@ Type "help()" for more information. ```

-The public build of the firmware may be different than the firmware distributed to the backers of the campaign. Especially in regard of the [available modules](http://docs.micropython.org/en/latest/esp8266/py-modindex.html), turned on debug messages, and alike. Also, the WebREPL may not be started by default. +The public build of the firmware may be different than the firmware distributed to the backers of the Kickstarter campaign. Especially in regard of the [available modules](http://docs.micropython.org/en/latest/esp8266/py-modindex.html), turned on debug messages, and alike. Also, the WebREPL may not be started by default.

Connect a LED to pin 5 (or another pin of your choosing) to check if the ESP8266 is working as expected. @@ -227,7 +227,7 @@ If you reboot, you should see your current IP address in the terminal. First let's create a little consumer for Home Assistant sensor's state. The code to place in `main.py` is a mixture of code from above and the [RESTful API](/developers/rest_api/) of Home Assistant. If the temperature in the kitchen is higher than 20 °C then the LED connected to pin 5 is switched on.

-If a module is missing then you need to download is it from [MicroPython Library overview](https://github.com/micropython/micropython-lib) and upload it to the ESP8266 with `webrepl_cli.py` manually. +If a module is missing then you need to download it from the [MicroPython Library overview](https://github.com/micropython/micropython-lib) and upload it to the ESP8266 with `webrepl_cli.py` manually.

```python diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index c258a951cb..f39a9b88cf 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2016-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index aeb9001b3b..ad5dbf6930 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2016-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml index bbfff9a263..274337a02d 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2016-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml index 3e1b708d91..460e9b957c 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-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+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 54e9d9d49a..420b024961 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-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index dda4b14e79..132c9b8a16 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-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 29404f47f5..1db64e4bcd 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2016-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml index 9dc509925f..08c1114601 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2016-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml index 1e7cbb1a35..6139b8240a 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2016-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index a8f45f97a6..c74d7a75a2 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-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml index 2bf1a43f2c..533d9f1fc9 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2016-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index 5294907369..4922edfed7 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2016-08-31T07:01:50+00:00 + 2016-08-31T09:45:53+00:00 https://home-assistant.io/ diff --git a/blog/index.html b/blog/index.html index 04e8c9498d..dfd55b1cdd 100644 --- a/blog/index.html +++ b/blog/index.html @@ -820,7 +820,7 @@ Heatmap

The first release of Micropython for ESP8266 was delivered a couple of weeks ago. The documentation covers a lot of ground. This post is providing only a little summary which should get you started.

-

Until a couple of weeks ago, the pre-built MicroPython binary for the ESP8266 was only available to backers. This has changed now and it is available to the public for download.

+

Until a couple of weeks ago, the pre-built MicroPython binary for the ESP8266 was only available to backers of the Kickstarter campaign. This has changed now and it is available to the public for download.

diff --git a/components/binary_sensor.ffmpeg/index.html b/components/binary_sensor.ffmpeg/index.html index 0cedf0a370..29efcf2638 100644 --- a/components/binary_sensor.ffmpeg/index.html +++ b/components/binary_sensor.ffmpeg/index.html @@ -174,6 +174,8 @@ You need a ffmpeg binary in your system p
+

If you are running into trouble with this sensor, please refer to this Troubleshooting section.

+ diff --git a/components/camera.ffmpeg/index.html b/components/camera.ffmpeg/index.html index 5d87736b74..6a974a1015 100644 --- a/components/camera.ffmpeg/index.html +++ b/components/camera.ffmpeg/index.html @@ -92,7 +92,7 @@

The ffmpeg platform allows you to use every video feed with FFmpeg as camera in Home Assistant.

-You need a ffmpeg binary in your system path. On debain 8 you can install it from backports. If you want HW support on raspberry you need self build from source. Windows binary are avilable on ffmpeg homepage. +You need a ffmpeg binary in your system path. On Debain 8 you can install it from backports. If you want Hardware support on a Raspberry Pi you need tobuild from source by yourself. Windows binary are avilable on the FFmpeg website.

To enable your FFmpeg feed in your installation, add the following to your configuration.yaml file:

@@ -113,7 +113,7 @@ You need a ffmpeg binary in your system path. On debain 8 you can install it fro
  • input (Required): A ffmpeg compatible input file, stream or feed.
  • name (Optional): This parameter allows you to override the name of your camera.
  • ffmpeg_bin (Optional): Default ‘ffmpeg’.
  • -
  • extra_arguments (Optional): Extra option they will pass to ffmpeg. i.e. image quality or video filter options.
  • +
  • extra_arguments (Optional): Extra option they will pass to ffmpeg. i.e. image quality or video filter options.
  • Image quality

    @@ -125,9 +125,11 @@ You need a ffmpeg binary in your system path. On debain 8 you can install it fro

    In most of case, ffmpeg autodetect all needed options to read a video/audio stream or file. But it is possible in rare cases that’s needed to set a option to help ffmpeg. Default ffmpeg use 5 seconds to detect all options or abord.

    First check, if your stream playable by ffmpeg with (use option -an or -vn to disable video or audio stream):

    -
    ffmpeg -i INPUT -an -f null -
    +
    +
    $ ffmpeg -i INPUT -an -f null -
     
    +

    Now you can see what going wrong. Following list could be help to solve your trouble:

      diff --git a/sitemap.xml b/sitemap.xml index 77f1cd4ac1..613b738d56 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1983,62 +1983,62 @@ https://home-assistant.io/demo/frontend.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/demo/index.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-event.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-info.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-service.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-state.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-template.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/demo/panels/ha-panel-history.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/demo/panels/ha-panel-iframe.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/demo/panels/ha-panel-logbook.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/demo/panels/ha-panel-map.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/googlef4f3693c209fe788.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00 https://home-assistant.io/static/mdi-demo.html -2016-08-31T07:01:00+00:00 +2016-08-31T09:45:01+00:00