From 295f0a6a70947f6a5e940b7173cfdfcaf5b85de4 Mon Sep 17 00:00:00 2001 From: David Radcliffe Date: Tue, 4 Aug 2020 08:30:42 -0400 Subject: [PATCH 1/5] fix typo in bravia docs (#14154) --- source/_integrations/braviatv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/braviatv.markdown b/source/_integrations/braviatv.markdown index 3cd489bbb97..142f3e20b9f 100644 --- a/source/_integrations/braviatv.markdown +++ b/source/_integrations/braviatv.markdown @@ -42,7 +42,7 @@ If you have previously set up your TV with any Home Assistant instances, you mus
-New setups via `configuration.yaml` file are currently not be supported. +New setups via `configuration.yaml` file are currently not supported.
From 1b0e1f685891ca850043ae9077d6c8694cd1be37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 17:42:37 +0200 Subject: [PATCH 2/5] Bump chunky_png from 1.3.11 to 1.3.12 (#14149) Bumps [chunky_png](https://github.com/wvanbergen/chunky_png) from 1.3.11 to 1.3.12. - [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.11...v1.3.12) 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 61d62673531..97f57c177c5 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.11) + chunky_png (1.3.12) colorator (1.1.0) commonmarker (0.21.0) ruby-enum (~> 0.5) From c02f1ae63de723512c359803f3dd6c131bffb7d8 Mon Sep 17 00:00:00 2001 From: Try2Fly Date: Tue, 4 Aug 2020 22:00:37 +0200 Subject: [PATCH 3/5] Update camera.markdown (#14151) Icon no longer used, is from the old home assistant. --- source/_integrations/camera.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/camera.markdown b/source/_integrations/camera.markdown index 2fd093ffb90..c60d11ec573 100644 --- a/source/_integrations/camera.markdown +++ b/source/_integrations/camera.markdown @@ -132,7 +132,7 @@ Turn on camera. Not all camera models support this service, please consult indiv ### Test if it works -A simple way to test if you have set up your `camera` platform correctly, is to use service developer tool icon **Services** from the **Developer Tools**. Choose your service from the dropdown menu **Service**, enter something like the sample below into the **Service Data** field, and hit **CALL SERVICE**. +A simple way to test if you have set up your `camera` platform correctly, is to use **Services** from the **Developer Tools**. Choose your service from the dropdown menu **Service**, enter something like the sample below into the **Service Data** field, and hit **CALL SERVICE**. ```yaml entity_id: camera.living_room_camera From a7f6fe0e1054ab02aef1e3b6f438a5c11c8d472d Mon Sep 17 00:00:00 2001 From: Try2Fly Date: Tue, 4 Aug 2020 22:01:20 +0200 Subject: [PATCH 4/5] Update synology.markdown (#14150) Old information. Camera function is working again. Also linked artikel has removed the download. --- source/_integrations/synology.markdown | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/_integrations/synology.markdown b/source/_integrations/synology.markdown index fdabff91b72..704f8f5299f 100644 --- a/source/_integrations/synology.markdown +++ b/source/_integrations/synology.markdown @@ -10,12 +10,6 @@ ha_domain: synology The `synology` camera platform allows you to watch the live streams of your [Synology](https://www.synology.com/) Surveillance Station based IP cameras in Home Assistant. -
- -Synology has disabled the livestreaming API and the integration is currently broken if you are using Surveillance Station version 8.2.3-5828. -There is an unsupported preview fix available. (8.2.3-5829) - Instructions can be found [here](https://www.vcloudinfo.com/2019/04/how-to-manually-upgrade-your-synology-surveillance-system-firmware.html) for updating manually. - -
## Configuration From f90b2e73db1a61a7db0cd8c14321ac98e9fa6f5b Mon Sep 17 00:00:00 2001 From: Chaly Flavour <15111583+ChalyFlavour@users.noreply.github.com> Date: Tue, 4 Aug 2020 22:05:30 +0200 Subject: [PATCH 5/5] Update ecovacs.markdown (#14148) Co-authored-by: Franck Nijhof --- source/_integrations/ecovacs.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/ecovacs.markdown b/source/_integrations/ecovacs.markdown index 98fcd6c50b6..743e5e0680d 100644 --- a/source/_integrations/ecovacs.markdown +++ b/source/_integrations/ecovacs.markdown @@ -51,6 +51,8 @@ continent: Note: For some countries, you will need to set `continent` to `ww` (meaning worldwide.) There is unfortunately no way to know the correct settings other than guessing and checking. See the [sucks library protocol documentation](https://github.com/wpietri/sucks/blob/master/protocol.md) for more information about what has been figured out about the Ecovacs servers. +Additional note: There are some issues during the password encoding. Using some special characters (e.g., `-`) in your password does not work. + ### Stability and Reporting Bugs The library that talks to the Ecovacs servers is in a very early state and still under development. As such, it is likely that not all regions and devices will work at the current time.