From fc7dce006134424868c8655cb58714d913f3f7d1 Mon Sep 17 00:00:00 2001 From: Ivan Bessarabov Date: Sat, 6 Jun 2020 00:44:30 +0300 Subject: [PATCH 01/22] Fixing broken "Picture Card" code example (#13668) --- source/_lovelace/picture.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/_lovelace/picture.markdown b/source/_lovelace/picture.markdown index e6e94eb2773..4b57d11f994 100644 --- a/source/_lovelace/picture.markdown +++ b/source/_lovelace/picture.markdown @@ -66,7 +66,9 @@ Toggle entity using a service: ```yaml type: picture image: /local/light.png -service: light.toggle -service_data: - entity_id: light.ceiling_lights +tap_action: + action: call-service + service: light.toggle + service_data: + entity_id: light.ceiling_lights ``` From ee72097f2530ff5f946c3c9f0ed8b4302eb22793 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 5 Jun 2020 15:21:01 -0700 Subject: [PATCH 02/22] release 110.5 --- _config.yml | 4 ++-- source/_posts/2020-05-20-release-110.markdown | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 73eb6246622..439af869968 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 110 -current_patch_version: 4 -date_released: 2020-05-28 +current_patch_version: 5 +date_released: 2020-06-05 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2020-05-20-release-110.markdown b/source/_posts/2020-05-20-release-110.markdown index 32e998ab9d3..d28ba10ae39 100644 --- a/source/_posts/2020-05-20-release-110.markdown +++ b/source/_posts/2020-05-20-release-110.markdown @@ -823,6 +823,16 @@ Experiencing issues introduced by this release? Please report them in our [issue [todoist docs]: /integrations/todoist/ [zeroconf docs]: /integrations/zeroconf/ +## Release 0.110.5 - June 5 + +- Add partial mobile app sensor validation ([#36433] - [@balloob]) +- Fix iOS app crashing on None values in Zeroconf service info ([#36490] - [@frenck]) +- Update myq for latest api changes ([#36469] - [@bdraco]) + +[#36433]: https://github.com/home-assistant/core/pull/36433 +[#36490]: https://github.com/home-assistant/core/pull/36490 +[#36469]: https://github.com/home-assistant/core/pull/36469 + ## All changes
From 51ee036c1b12ccc822fb96f7a200594d332e292c Mon Sep 17 00:00:00 2001 From: Andrea Date: Sat, 6 Jun 2020 15:26:51 +0200 Subject: [PATCH 03/22] Improve Troubleshooting steps for Cloud issue (#13680) --- source/_integrations/broadlink.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/broadlink.markdown b/source/_integrations/broadlink.markdown index fa4ab350eab..383d6398c3a 100644 --- a/source/_integrations/broadlink.markdown +++ b/source/_integrations/broadlink.markdown @@ -188,7 +188,7 @@ To fix the problem, you need to follow these steps: - Remove the device from Broadlink App - Factory reset the device - Add the device to your local network using the app -- Do not set up a cloud (not now, not ever) +- Do not set up a cloud (not now, not ever). This means that you don't have to complete the setup in the app, configure only the Wi-Fi and don't add the Broadlink device to the app - Specify the correct device type in the configuration file Example 1: Set up the new RM Mini 3 using remote platform From 88c7b78726c4334919aaf9aeaf14ebd0e4c90998 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 6 Jun 2020 12:00:37 -0500 Subject: [PATCH 04/22] Update vacuum docs now that Roomba is a state vacuum (#13681) --- source/_integrations/vacuum.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/vacuum.markdown b/source/_integrations/vacuum.markdown index efc4e1771b9..62758fb1d90 100644 --- a/source/_integrations/vacuum.markdown +++ b/source/_integrations/vacuum.markdown @@ -27,7 +27,7 @@ Before calling one of these services, make sure your vacuum platform supports it #### Service `vacuum.turn_on` -Start a new cleaning task. For the Xiaomi Vacuum and Neato use `vacuum.start` instead. +Start a new cleaning task. For the Xiaomi Vacuum, Roomba, and Neato use `vacuum.start` instead. | Service data attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------| @@ -35,7 +35,7 @@ Start a new cleaning task. For the Xiaomi Vacuum and Neato use `vacuum.start` in #### Service `vacuum.turn_off` -Stop the current cleaning task and return to the dock. For the Xiaomi Vacuum and Neato use `vacuum.stop` instead. +Stop the current cleaning task and return to the dock. For the Xiaomi Vacuum, Roomba, and Neato use `vacuum.stop` instead. | Service data attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------| From 509ccddae796f4e78dbc7825f56c8fdd5318e743 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 22:16:51 +0200 Subject: [PATCH 05/22] Bump i18n from 1.8.2 to 1.8.3 (#13670) Bumps [i18n](https://github.com/svenfuchs/i18n) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/svenfuchs/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/i18n/compare/v1.8.2...v1.8.3) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4d41243edb3..cbe566565f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,7 +29,7 @@ GEM ffi (1.13.0-x64-mingw32) forwardable-extended (2.6.0) http_parser.rb (0.6.0) - i18n (1.8.2) + i18n (1.8.3) concurrent-ruby (~> 1.0) jekyll (4.1.0) addressable (~> 2.4) From 318005f6c3c9e1b2bcca5f9f97838381c5cae387 Mon Sep 17 00:00:00 2001 From: Mateus Date: Sun, 7 Jun 2020 13:38:19 -0300 Subject: [PATCH 06/22] Windows instructions "-net=host" does not work (#13690) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "–net=host" doesn’t work on Docker for Windows per "thewindev" https://community.home-assistant.io/t/installation-on-docker-windows-instructions-dont-work-with-net-host/163073/2 --- source/_docs/installation/docker.markdown | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown index ca0c2384ff1..6ba7f854431 100644 --- a/source/_docs/installation/docker.markdown +++ b/source/_docs/installation/docker.markdown @@ -54,23 +54,16 @@ Before proceeding, make sure you have shared out a drive for Docker to mount to. ```powershell -docker run --init -d --name="home-assistant" -e "TZ=America/Los_Angeles" -v /PATH_TO_YOUR_CONFIG:/config --net=host homeassistant/home-assistant:stable +docker run --init -d --name="home-assistant" -e "TZ=America/Los_Angeles" -v /PATH_TO_YOUR_CONFIG:/config -p 8123:8123 homeassistant/home-assistant:stable ``` It’s easier to understand the trick when put into practice. Here we would like to mount a current working directory (something like `C:\Users\\homeassistant` make sure this exists first) into the `homeassistant/home-assistant:stable` image at the `/config` location in the container. We would do that as so: ```powershell -docker run --init -d --name="home-assistant" -e "TZ=America/Los_Angeles" -v //c/Users//homeassistant:/config --net=host homeassistant/home-assistant:stable +docker run --init -d --name="home-assistant" -e "TZ=America/Los_Angeles" -v //c/Users//homeassistant:/config -p 8123:8123 homeassistant/home-assistant:stable ``` -When running Home Assistant in Docker on Windows, you may have some difficulty getting ports to map for routing (since the `--net=host` switch actually applies to the hypervisor's network interface). To get around this, you will need to add port proxy ipv4 rules to your local Windows machine, like so (Replacing '192.168.1.10' with whatever your Windows IP is, and '10.0.50.2' with whatever your Docker container's IP is): - -```bash -netsh interface portproxy add v4tov4 listenaddress=192.168.1.10 listenport=8123 connectaddress=10.0.50.2 connectport=8123 -netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=8123 connectaddress=10.0.50.2 connectport=8123 -``` - -This will let you access your Home Assistant portal from `http://localhost:8123`, and if you forward port 8123 on your router to your machine IP, the traffic will be forwarded on through to the Docker container. +Host networking is not supported on Windows so we have to forward the port 8123. This will let you access your Home Assistant portal from `http://localhost:8123`, and if you forward port 8123 on your router to your machine IP, the traffic will be forwarded on through to the Docker container. ### Synology NAS From 03172b810abd4128140c3d895060750e8dd67ebf Mon Sep 17 00:00:00 2001 From: clamel77 <31662954+clamel77@users.noreply.github.com> Date: Sun, 7 Jun 2020 21:14:57 +0200 Subject: [PATCH 07/22] New tested tv qe55q90ratxzt (#13693) * New tested tv qe55q90ratxzt Tested on samsung qe55q90ratxzt. It is working * modifed as requested --- source/_integrations/samsungtv.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/samsungtv.markdown b/source/_integrations/samsungtv.markdown index a436fc461a7..2146af201cd 100644 --- a/source/_integrations/samsungtv.markdown +++ b/source/_integrations/samsungtv.markdown @@ -126,6 +126,7 @@ For example: for model `UN55NU7100`, the `UN55` would mean it's an LED, North Am - U6300 - RU7100 - RU7172 +- Q90RATXZT #### Models tested but not yet working From 366764c8f644e9c7cd06906d62a6ade2064d9cad Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 8 Jun 2020 09:03:40 +0200 Subject: [PATCH 08/22] HassOS 4.10 --- source/hassio/installation.markdown | 34 ++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 9cc2b16cc86..d3452044e6c 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -107,23 +107,23 @@ If you would like to test next release before anyone else, you can install the b [balenaEtcher]: https://www.balena.io/etcher [hassos-network]: https://github.com/home-assistant/operating-system/blob/dev/Documentation/network.md -[pi0-w]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_rpi0-w-4.8.img.gz -[pi1]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_rpi-4.8.img.gz -[pi2]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_rpi2-4.8.img.gz -[pi3-32]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_rpi3-4.8.img.gz -[pi3-64]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_rpi3-64-4.8.img.gz -[pi4-32]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_rpi4-4.8.img.gz -[pi4-64]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_rpi4-64-4.8.img.gz -[tinker]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_tinker-4.8.img.gz -[odroid-c2]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_odroid-c2-4.8.img.gz -[odroid-n2]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_odroid-n2-4.8.img.gz -[odroid-xu4]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_odroid-xu4-4.8.img.gz -[intel-nuc]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_intel-nuc-4.8.img.gz -[vmdk]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_ova-4.8.vmdk.gz -[vhdx]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_ova-4.8.vhdx.gz -[vdi]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_ova-4.8.vdi.gz -[qcow2]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_ova-4.8.qcow2.gz -[Virtual Appliance]: https://github.com/home-assistant/operating-system/releases/download/4.8/hassos_ova-4.8.ova +[pi0-w]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_rpi0-w-4.10.img.gz +[pi1]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_rpi-4.10.img.gz +[pi2]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_rpi2-4.10.img.gz +[pi3-32]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_rpi3-4.10.img.gz +[pi3-64]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_rpi3-64-4.10.img.gz +[pi4-32]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_rpi4-4.10.img.gz +[pi4-64]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_rpi4-64-4.10.img.gz +[tinker]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_tinker-4.10.img.gz +[odroid-c2]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_odroid-c2-4.10.img.gz +[odroid-n2]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_odroid-n2-4.10.img.gz +[odroid-xu4]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_odroid-xu4-4.10.img.gz +[intel-nuc]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_intel-nuc-4.10.img.gz +[vmdk]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_ova-4.10.vmdk.gz +[vhdx]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_ova-4.10.vhdx.gz +[vdi]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_ova-4.10.vdi.gz +[qcow2]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_ova-4.10.qcow2.gz +[Virtual Appliance]: https://github.com/home-assistant/operating-system/releases/download/4.10/hassos_ova-4.10.ova [local]: http://homeassistant.local:8123 [samba]: /addons/samba/ [ssh]: /addons/ssh/ From c08a7f8e1520125a34e2e7acce0c9823a34bb1c0 Mon Sep 17 00:00:00 2001 From: Hedda Date: Mon, 8 Jun 2020 13:50:15 +0200 Subject: [PATCH 09/22] Update radio types in zha.markdown to match ZHA core const (#13695) Update radio types in zha.markdown to match ZHA core const --- source/_integrations/zha.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index 97f128afa90..4689ff2d857 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -98,11 +98,11 @@ a new pop-up asking for a radio type. In the pop-up: | Radio Type | Zigbee Radio Hardware | | ------------- | ------------- | -| `ezsp` | EmberZNet based radios, HUSBZB-1, Telegesis ETRX357USB*** (using EmberZNet firmware) | -| `deconz` | dresden elektronik ConBee and RaspBee based radios with deCONZ Zigbee firmware | -| `xbee` | Digi XBee Series 2, 2C and 3 based radios with XBee Zigbee firmware | -| `ti_cc` | Texas Instruments CC253x/CC26x2/CC13x2 based radios with Z-Stack firmware | -| `zigate` | ZiGate USB-TTL, PiZiGate, and WiFi based Zigbee radios with ZiGate firmware | +| `ezsp` | Silicon Labs EmberZNet protocol (ex; Elelabs, HUSBZB-1, Telegesis) | +| `deconz` | dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II | +| `ti_cc` | Texas Instruments Z-Stack ZNP protocol (ex: CC253x, CC26x2, CC13x2) | +| `zigate` | ZiGate Serial protocol: PiZiGate, ZiGate USB-TTL, ZiGate WiFi | +| `xbee` | Digi XBee ZB Coordinator Firmware protocol (Digi XBee Series 2, 2C, 3) | - Submit From aae4f08290df269b2e6541f92b54371573f2b711 Mon Sep 17 00:00:00 2001 From: Dale Higgs Date: Mon, 8 Jun 2020 06:51:59 -0500 Subject: [PATCH 10/22] Remove obsolete warning for `api_password` (#13694) The `api_password` config key has been completely removed from Home Assistant Core, therefore this warning is no longer relevant. --- source/_integrations/websocket_api.markdown | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/_integrations/websocket_api.markdown b/source/_integrations/websocket_api.markdown index da251d29c8c..91e3452ce3c 100644 --- a/source/_integrations/websocket_api.markdown +++ b/source/_integrations/websocket_api.markdown @@ -12,12 +12,6 @@ ha_domain: websocket_api The `websocket_api` integration set up a WebSocket API and allows one to interact with a Home Assistant instance that is running headless. This integration depends on the [`http` component](/integrations/http/). -
- -It is HIGHLY recommended that you set the `api_password`, especially if you are planning to expose your installation to the internet. - -
- ## Configuration ```yaml From 6e9fcfeb4811aaa5827dc0ccaefced045f038162 Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Mon, 8 Jun 2020 16:06:06 +0200 Subject: [PATCH 11/22] Update retrieving gateway token for ios app (#13696) --- source/_integrations/vacuum.xiaomi_miio.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/_integrations/vacuum.xiaomi_miio.markdown b/source/_integrations/vacuum.xiaomi_miio.markdown index 8d625c8418d..cbbde6701d0 100644 --- a/source/_integrations/vacuum.xiaomi_miio.markdown +++ b/source/_integrations/vacuum.xiaomi_miio.markdown @@ -216,7 +216,7 @@ The following table shows the units of measurement for each attribute: ## Retrieving the Access Token -### Xiaomi Home app (Xiaomi Aqara Gateway, android?) +### Xiaomi Home app (Xiaomi Aqara Gateway, Android & iOS) 1. Install the Xiaomi Home app. 2. Sign In/make an account. @@ -224,9 +224,10 @@ The following table shows the units of measurement for each attribute: 4. Select your Gateway in Xiaomi Home app. 5. Then the 3 dots at the top right of the screen. 6. Then click on about. -7. Tap the version number (Plug-in version 2.77.1 as of January 2020) at the bottom of the screen repeatedly. -8. You should now see 2 extra options listed in English, this means you enabled developer mode. [if not, try all steps again!]. -9. Under "Hub info" there is quite some text in JSON format, this includes the "token" that you need. +7. Tap the version number (Plug-in version 2.77.1 as of January 2020, iOS has a white space instead of version number) at the bottom of the screen repeatedly. +8. You should now see 2 extra options listed in English (iOS still in Chinese), this means you enabled developer mode. [if not, try all steps again!]. +9. Android: under "Hub info" there is quite some text in JSON format, this includes the "token" that you need. +iOS: Most options are still in Chinese, you need the fourth item from the top. Note: If you have multiple devices needing a token, e.g., Xiaomi Mi Robot Vacuum and a Xiaomi IR Remote, the above method may not work. The Xiaomi Home app will display a token, though it isn't the correct one. The alternative method using "Mi Home v5.4.49" will provide the correct token. From 08198ccfaaca576da3153d702e9ca75763b1b775 Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Mon, 8 Jun 2020 21:20:42 +0200 Subject: [PATCH 12/22] [Bugfix] Update version.json layout (#13699) --- source/version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.json b/source/version.json index 460cd5faf54..03cae2ba7b1 100644 --- a/source/version.json +++ b/source/version.json @@ -1,5 +1,5 @@ --- -layout: null +layout: none --- {% assign recent_release_post = site.categories['Release-Notes'].first %}{ "current_version": "{{ site.current_major_version }}.{{ site.current_minor_version }}.{{ site.current_patch_version }}", From 4309d277064c9411764228261def1f09e187da12 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 8 Jun 2020 15:52:39 -0700 Subject: [PATCH 13/22] Release 110.6 --- source/_posts/2020-05-20-release-110.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_posts/2020-05-20-release-110.markdown b/source/_posts/2020-05-20-release-110.markdown index d28ba10ae39..853cb320f53 100644 --- a/source/_posts/2020-05-20-release-110.markdown +++ b/source/_posts/2020-05-20-release-110.markdown @@ -833,6 +833,12 @@ Experiencing issues introduced by this release? Please report them in our [issue [#36490]: https://github.com/home-assistant/core/pull/36490 [#36469]: https://github.com/home-assistant/core/pull/36469 +## Release 0.110.6 - June 8 + +- Fix mobile_app registering/update sensor values with an unknown state. Will unblock iOS app (#36566 - [@frenck]) + +[#36566]: https://github.com/home-assistant/core/pull/36566 + ## All changes
From 74094b064aa4333c03571c615001a8ff88120e32 Mon Sep 17 00:00:00 2001 From: yniezink Date: Tue, 9 Jun 2020 11:30:51 +0200 Subject: [PATCH 14/22] Update _config.yml (#13703) --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 439af869968..05d8da6f7de 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 110 -current_patch_version: 5 -date_released: 2020-06-05 +current_patch_version: 6 +date_released: 2020-06-08 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. From 625d02f2f3e66853e674ec72ee08332f447e52c6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 9 Jun 2020 12:37:50 -0700 Subject: [PATCH 15/22] Release 110.7 --- _config.yml | 4 ++-- source/_posts/2020-05-20-release-110.markdown | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 05d8da6f7de..31d3cc6c9ce 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 110 -current_patch_version: 6 -date_released: 2020-06-08 +current_patch_version: 7 +date_released: 2020-06-09 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2020-05-20-release-110.markdown b/source/_posts/2020-05-20-release-110.markdown index 853cb320f53..4a4441452a0 100644 --- a/source/_posts/2020-05-20-release-110.markdown +++ b/source/_posts/2020-05-20-release-110.markdown @@ -839,6 +839,12 @@ Experiencing issues introduced by this release? Please report them in our [issue [#36566]: https://github.com/home-assistant/core/pull/36566 +## Release 0.110.6 - June 8 + +- Fix mobile_app missing state in sensor registration ([#36604] - [@frenck]) + +[#36604]: https://github.com/home-assistant/core/pull/36604 + ## All changes
From 5585f696aa25eaabff637e4a3a44e248669ec64f Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Tue, 9 Jun 2020 17:53:59 -0400 Subject: [PATCH 16/22] Fix version number to 0.110.7 (#13710) "0.110.6 - June 8" was listed twice in error, corrected the version number and date --- source/_posts/2020-05-20-release-110.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2020-05-20-release-110.markdown b/source/_posts/2020-05-20-release-110.markdown index 4a4441452a0..c917d4789ac 100644 --- a/source/_posts/2020-05-20-release-110.markdown +++ b/source/_posts/2020-05-20-release-110.markdown @@ -839,7 +839,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [#36566]: https://github.com/home-assistant/core/pull/36566 -## Release 0.110.6 - June 8 +## Release 0.110.7 - June 9 - Fix mobile_app missing state in sensor registration ([#36604] - [@frenck]) From e8ba5c6c9e56c433fba0c573cc63bfc3143dcab3 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 9 Jun 2020 15:32:13 -0700 Subject: [PATCH 17/22] Fix category --- source/_posts/2020-05-25-code-of-conduct-updated.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2020-05-25-code-of-conduct-updated.markdown b/source/_posts/2020-05-25-code-of-conduct-updated.markdown index 28e1ee71c41..9ae8dddebd2 100644 --- a/source/_posts/2020-05-25-code-of-conduct-updated.markdown +++ b/source/_posts/2020-05-25-code-of-conduct-updated.markdown @@ -5,7 +5,7 @@ date: 2020-05-25 00:00:00 date_formatted: "May 25, 2020" author: Franck Nijhof author_twitter: frenck -categories: Announcements, Organization +categories: Announcements Organization --- On January 21st, 2017, Home Assistant [announced](/blog/2017/01/21/home-assistant-governance/) From 1fb747ecb6bd3028165294c0e1209262443e2402 Mon Sep 17 00:00:00 2001 From: Rupert <47789156+dublowduck@users.noreply.github.com> Date: Wed, 10 Jun 2020 08:57:19 +0100 Subject: [PATCH 18/22] Added the word "on" (#13705) Added the word "on" to "or as software any Linux system" to make "or as software on any Linux system" as I think this makes more sense. --- source/_integrations/unifi.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/unifi.markdown b/source/_integrations/unifi.markdown index a4aa40772b6..45b5a9a50d1 100644 --- a/source/_integrations/unifi.markdown +++ b/source/_integrations/unifi.markdown @@ -43,7 +43,7 @@ For UniFi OS a local-only user needs to be created. A user who uses the Ubiquiti ### Conflicts with MQTT -The UniFi controller can either be a dedicated hardware device (UniFi's cloud key), or as software any Linux system. If you run the UniFi controller on the same operating system as Home Assistant there may be conflicts in ports if you have the MQTT integration as well. +The UniFi controller can either be a dedicated hardware device (UniFi's cloud key), or as software on any Linux system. If you run the UniFi controller on the same operating system as Home Assistant there may be conflicts in ports if you have the MQTT integration as well. It is recommended that you run the UniFi controller in a dedicated virtual machine to avoid that situation. From b8e0d80d71e2c878dd8a181afb67fae19a920fba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 13:40:25 +0200 Subject: [PATCH 19/22] Bump rouge from 3.19.0 to 3.20.0 (#13709) Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.19.0 to 3.20.0. - [Release notes](https://github.com/rouge-ruby/rouge/releases) - [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md) - [Commits](https://github.com/rouge-ruby/rouge/compare/v3.19.0...v3.20.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cbe566565f9..e6d5a82798e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.4) - rouge (3.19.0) + rouge (3.20.0) ruby-enum (0.8.0) i18n ruby2_keywords (0.0.2) From f06b6cc64fed2dca12a101ceffaf50cb72667aec Mon Sep 17 00:00:00 2001 From: Jakub Schmidtke Date: Wed, 10 Jun 2020 07:41:05 -0400 Subject: [PATCH 20/22] Added Jasco 37792 remote (#13707) Added configuration for Jasco 2 Button Remote (37792/ZW5307) --- source/_docs/z-wave/device-specific.markdown | 42 ++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown index ed5884b3d01..98be85125cf 100644 --- a/source/_docs/z-wave/device-specific.markdown +++ b/source/_docs/z-wave/device-specific.markdown @@ -1457,3 +1457,45 @@ The configuration parameters will have to be added to the `zwcfg` file. Replace ``` + +### Jasco 2 Button Remote (37792/ZW5307) + + + +Once you've added the remote to your Z-Wave network, you'll need to update your `zwcfg_*.xml` file with the below XML data. Stop Home Assistant and open your `zwcfg_*.xml` file (located in your configuration folder). Find the remote's device section and then its corresponding `CommandClass` section with id="91". Replace the entire CommandClass section with the below XML data. Save the file and restart Home Assistant. + +```xml + + + + + + +``` + +Below is a table of the action/scenes for the Jasco remote: + +**Action**|**scene\_id**|**scene\_data** +:-----:|:-----:|:-----: +Button one single tap|1|0 +Button one double tap|1|3 +Button one triple tap|1|4 +Button two single tap|2|0 +Button two double tap|2|3 +Button two triple tap|2|4 + +Example Event: + +```yaml +- alias: JascoButton1 + trigger: + - event_type: zwave.scene_activated + platform: event + event_data: + node_id: 2 + scene_id: 1 + scene_data: 0 + action: + - service: switch.toggle + entity_id: switch.office_fan +``` From 732e3101717355468971748a01f5e1cb29bb845c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 13:45:15 +0200 Subject: [PATCH 21/22] Bump ffi from 1.13.0 to 1.13.1 (#13706) Bumps [ffi](https://github.com/ffi/ffi) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/ffi/ffi/releases) - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/1.13.0...1.13.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e6d5a82798e..1e371e05c75 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,8 +25,8 @@ GEM http_parser.rb (~> 0.6.0) eventmachine (1.2.7) eventmachine (1.2.7-x64-mingw32) - ffi (1.13.0) - ffi (1.13.0-x64-mingw32) + ffi (1.13.1) + ffi (1.13.1-x64-mingw32) forwardable-extended (2.6.0) http_parser.rb (0.6.0) i18n (1.8.3) From 66613eab2ea2bf0679ded104d05254239dbf721a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 13:48:13 +0200 Subject: [PATCH 22/22] Bump remark-stringify from 8.0.0 to 8.1.0 (#13704) Bumps [remark-stringify](https://github.com/remarkjs/remark) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/remarkjs/remark/releases) - [Changelog](https://github.com/remarkjs/remark/blob/master/changelog.md) - [Commits](https://github.com/remarkjs/remark/compare/remark-stringify@8.0.0...remark-stringify@8.1.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 735e3cab295..2af5b6b0764 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2289,9 +2289,9 @@ } }, "remark-stringify": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-8.0.0.tgz", - "integrity": "sha512-cABVYVloFH+2ZI5bdqzoOmemcz/ZuhQSH6W6ZNYnLojAUUn3xtX7u+6BpnYp35qHoGr2NFBsERV14t4vCIeW8w==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-8.1.0.tgz", + "integrity": "sha512-FSPZv1ds76oAZjurhhuV5qXSUSoz6QRPuwYK38S41sLHwg4oB7ejnmZshj7qwjgYLf93kdz6BOX9j5aidNE7rA==", "dev": true, "requires": { "ccount": "^1.0.0", @@ -2495,9 +2495,9 @@ } }, "stringify-entities": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-3.0.0.tgz", - "integrity": "sha512-h7NJJIssprqlyjHT2eQt2W1F+MCcNmwPGlKb0bWEdET/3N44QN3QbUF/ueKCgAssyKRZ3Br9rQ7FcXjHr0qLHw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-3.0.1.tgz", + "integrity": "sha512-Lsk3ISA2++eJYqBMPKcr/8eby1I6L0gP0NlxF8Zja6c05yr/yCYyb2c9PwXjd08Ib3If1vn1rbs1H5ZtVuOfvQ==", "dev": true, "requires": { "character-entities-html4": "^1.0.0", diff --git a/package.json b/package.json index df0ababa1cb..e922019a22c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "remark-lint": "^7.0.0", "remark-lint-fenced-code-flag": "^2.0.0", "remark-lint-no-shell-dollars": "^2.0.1", - "remark-stringify": "^8.0.0", + "remark-stringify": "^8.1.0", "textlint": "^11.6.3", "textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-terminology": "^2.1.4"