From 8ffb469bcf53dcc3b976764c397b7be4ea236f97 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Tue, 27 Oct 2020 22:15:15 +0100 Subject: [PATCH 1/7] Update 2016-12-03-remote-websockets-sonarr.markdown (#15434) Correction to nginx link, to mach redirect --- source/_posts/2016-12-03-remote-websockets-sonarr.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2016-12-03-remote-websockets-sonarr.markdown b/source/_posts/2016-12-03-remote-websockets-sonarr.markdown index 774ab908024..343da54d9bb 100644 --- a/source/_posts/2016-12-03-remote-websockets-sonarr.markdown +++ b/source/_posts/2016-12-03-remote-websockets-sonarr.markdown @@ -214,7 +214,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [homematic]: /integrations/homematic/ [nest-cam]: /integrations/nest#camera [nest]: /integrations/nest/ -[nginx]: /ecosystem/nginx/ +[nginx]: /docs/ecosystem/nginx [nut]: /integrations/nut [philips]: /integrations/philips_js [remote]: /integrations/remote/ From 8bc34f551ee67646ec66c984d447e8836c86ebf7 Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Tue, 27 Oct 2020 21:17:25 +0000 Subject: [PATCH 2/7] Language tweaks (#15433) Because it's been HA OS for some time, and the docs got missed ;) --- source/hassio/installation.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index a9641980771..61815606003 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -1,9 +1,9 @@ --- -title: "Installing Home Assistant" -description: "Instructions on how to install Home Assistant." +title: "Installing Home Assistant OS" +description: "Instructions on how to install Home Assistant OS." --- -The following will take you through the steps required to install Home Assistant. +The following will take you through the steps required to install Home Assistant OS. 1. Download the appropriate install option: @@ -25,7 +25,7 @@ The following will take you through the steps required to install Home Assistant - [Raspberry Pi][pi1], [Raspberry Pi Zero-W][pi0-w], [Raspberry Pi 2][pi2] -2. Install Home Assistant: +2. Install Home Assistant OS: - **For the device images:** Flash the downloaded image to an SD card using [balenaEtcher][balenaEtcher]. If using a Pi, we recommend at least a 32 GB SD card to avoid running out of space. - **For the virtual appliance images:** Load the appliance image into your virtual machine software. (Note: You are free to assign as much resources as you wish to the VM, please assign enough based on your add-on needs) @@ -80,7 +80,7 @@ Best practice for updating a Home Assistant installation: 4. If the check passes, you can safely update. If not, update your configuration accordingly. 5. Select _Dashboard_ from the _Supervisor_ menu, and then select _Update_. -## Run a specific version on Home Assistant +## Run a specific version of Home Assistant For this you would need to install the [Terminal & SSH add-on][ssh] or use the console that is available on your device by connecting a keyboard and screen. @@ -93,7 +93,7 @@ Use the web-based terminal or SSH to your Home Assistant system, or connect to t ha core update --version=0.XX.X ``` -## Run the beta version on Home Assistant +## Run the beta version of Home Assistant If you would like to test next release before anyone else, you can install the beta version released every three weeks: From 4c02deff35252f546b8b4e2f7efeb13be5463926 Mon Sep 17 00:00:00 2001 From: dmunozv04 <39565245+dmunozv04@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:18:12 +0100 Subject: [PATCH 3/7] Update roomba.markdown (#15436) Line 107. Changed function to fix a typo --- source/_integrations/roomba.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/roomba.markdown b/source/_integrations/roomba.markdown index 213ca18c20f..cb479c6e9d6 100644 --- a/source/_integrations/roomba.markdown +++ b/source/_integrations/roomba.markdown @@ -104,6 +104,6 @@ docker exec -it CONTAINER_NAME_OR_ID python -c 'import roomba.entry_points; room
-The command to retrieve the credentials does not need any additional software to be installed because it uses the built-in [roombapy](https://github.com/pschmitt/roombapy) package and [password](https://github.com/pschmitt/roombapy/blob/1.6.1/roomba/entry_points.py#L20) funciton deployed with Home Assistant. +The command to retrieve the credentials does not need any additional software to be installed because it uses the built-in [roombapy](https://github.com/pschmitt/roombapy) package and [password](https://github.com/pschmitt/roombapy/blob/1.6.1/roomba/entry_points.py#L20) function deployed with Home Assistant.
From f8afcced601cafd98171ebd6452d6f57c7c606fa Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Tue, 27 Oct 2020 22:30:15 +0100 Subject: [PATCH 4/7] Remove reference to Python API (#15432) Co-authored-by: Franck Nijhof --- source/_posts/2016-04-07-static-website.markdown | 2 +- source/_redirects | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_posts/2016-04-07-static-website.markdown b/source/_posts/2016-04-07-static-website.markdown index 7f6eae57c40..e9c037e4a8c 100644 --- a/source/_posts/2016-04-07-static-website.markdown +++ b/source/_posts/2016-04-07-static-website.markdown @@ -21,7 +21,7 @@ But there is more you can do! You can not only host images for customization the In the past the buzz word "Smart mirror" was used a couple of times in our [chatroom](https://discord.gg/c5DvZ4e) and even made it into the [issue tracker](https://github.com/home-assistant/home-assistant/issues/1392). The existing solutions ([Smart mirror](https://docs.smart-mirror.io/), [MagicMirror](https://michaelteeuw.nl/tagged/magicmirror), and [HomeMirror](https://github.com/HannahMitt/HomeMirror)) seems to be overkill if you already have Home Assistant running somewhere in your house or apartment. Why not simple display a web page served by Home Assistant on the tablet? No app and no Raspberry Pi running in the background. -There are plenty of ways to achieve this...[RESTful API](/developers/rest_api/), [Python API](/developers/python_api/), or one of the [history components](/integrations/#history). If it is to be a web page I'm using the [MQTT Eventstream component](/integrations/mqtt_eventstream/) and [Eclipse Paho JavaScript Client](https://www.eclipse.org/paho/clients/js/). +There are plenty of ways to achieve this...[RESTful API](/developers/rest_api/), ~~Python API~~, or one of the [history components](/integrations/#history). If it is to be a web page I'm using the [MQTT Eventstream component](/integrations/mqtt_eventstream/) and [Eclipse Paho JavaScript Client](https://www.eclipse.org/paho/clients/js/). The [HBMQTT](https://pypi.org/pypi/hbmqtt) broker provides websockets support for MQTT and mqttws31.js included in web page gives you access to the MQTT messages. It's a matter of minutes. OK, it took a little longer because I'm not a Javascript guy to create the software part that will show details about your environment. The source is available at [https://github.com/fabaff/home-assistant-display](https://github.com/fabaff/home-assistant-display) and the screenshot above shows the result. I guess that every person who is familiar with Javascript would be able to reduce the amount of code and to make it more flexible. Well, it's only a prototype and showcase to include an image in this blog post. diff --git a/source/_redirects b/source/_redirects index f6a264a3355..2f933543b64 100644 --- a/source/_redirects +++ b/source/_redirects @@ -71,7 +71,6 @@ /developers/multiple_instances https://developers.home-assistant.io /developers/platform_example_light https://github.com/home-assistant/example-custom-config/tree/master/custom_components/example_light /developers/platform_example_sensor https://github.com/home-assistant/example-custom-config/tree/master/custom_components/example_sensor -/developers/python_api https://developers.home-assistant.io/docs/external_api_rest_python/ /developers/releasing https://developers.home-assistant.io/docs/releasing/ /developers/rest_api https://developers.home-assistant.io/docs/api/rest/ /developers/server_sent_events https://developers.home-assistant.io/docs/external_api_server_sent_events/ From ed43855eaee3b88c375eba75d2b953891a0fbc7c Mon Sep 17 00:00:00 2001 From: Tobias Nordahl Kristensen Date: Wed, 28 Oct 2020 09:36:15 +0100 Subject: [PATCH 5/7] Problem with '' in the API (#15439) Co-authored-by: Franck Nijhof --- source/_integrations/imap.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/imap.markdown b/source/_integrations/imap.markdown index 75faa86a979..bb0b7a3f963 100644 --- a/source/_integrations/imap.markdown +++ b/source/_integrations/imap.markdown @@ -93,7 +93,7 @@ sensor: password: YOUR_PASSWORD search: FROM , SUBJECT # Or use X-GM-RAW search-term like this, to find unread emails from the last 7 days in your inbox - # search: "X-GM-RAW 'in: inbox newer_than:7d is:unread'" + # search: 'X-GM-RAW "in: inbox newer_than:7d is:unread"' # Example configuration.yaml entry for Office 365 sensor: From ffe854ef98a9d32571fa90f592bd17ec7711820d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 09:37:37 +0100 Subject: [PATCH 6/7] Bump chunky_png from 1.3.13 to 1.3.14 (#15443) Bumps [chunky_png](https://github.com/wvanbergen/chunky_png) from 1.3.13 to 1.3.14. - [Release notes](https://github.com/wvanbergen/chunky_png/releases) - [Changelog](https://github.com/wvanbergen/chunky_png/blob/master/CHANGELOG.rdoc) - [Commits](https://github.com/wvanbergen/chunky_png/compare/v1.3.13...v1.3.14) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c5690fc543b..d7130167232 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - chunky_png (1.3.13) + chunky_png (1.3.14) colorator (1.1.0) commonmarker (0.21.0) ruby-enum (~> 0.5) From b541401ec0ae442a9b4f0376cb19c378960e1fc6 Mon Sep 17 00:00:00 2001 From: ryoku-cha Date: Wed, 28 Oct 2020 09:40:00 +0100 Subject: [PATCH 7/7] Documentation - WakeOnLan usually only works on the same subnet (#15442) WakeOnLan packets are sent on Layer 2 and are therefore not routable. Some Routers may support forwarding the packet to a different subnet (this feature is often called "IP-Helper" and is primarily for DHCP, but may support WoL to). -> my plan is to add more information on that to the WakeOnLan Component Page --- source/_integrations/webostv.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/webostv.markdown b/source/_integrations/webostv.markdown index 3ab38a50700..10cc8283870 100644 --- a/source/_integrations/webostv.markdown +++ b/source/_integrations/webostv.markdown @@ -108,6 +108,10 @@ Common for webOS 3.0 and higher would be to use WakeOnLan feature. To use this f On newer models (2017+), WakeOnLan may need to be enabled in the TV settings by going to Settings > General > Mobile TV On > Turn On Via WiFi [instructions](https://support.quanticapps.com/hc/en-us/articles/115005985729-How-to-turn-on-my-LG-Smart-TV-using-the-App-WebOS-). +
+This usually only works if the TV is connected to the same network. Routing the WakeOnLan packet to a different subnet requires special configuration on your router or may not be possible. +
+ ```yaml # Example configuration.yaml entry wake_on_lan: # enables `wake_on_lan` domain