From 4b19f94d99eaf320533d0ca326599a95f7aca693 Mon Sep 17 00:00:00 2001 From: misza-do <58401100+misza-do@users.noreply.github.com> Date: Wed, 19 May 2021 22:51:35 +0200 Subject: [PATCH 1/3] Update satel_integra.markdown (#17741) --- source/_integrations/satel_integra.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/satel_integra.markdown b/source/_integrations/satel_integra.markdown index 4016711d83f..ff328755342 100644 --- a/source/_integrations/satel_integra.markdown +++ b/source/_integrations/satel_integra.markdown @@ -57,7 +57,7 @@ port: default: 7094 type: integer code: - description: The INTEGRA ID (found in DLOADX under "Communication configuration" or in polish "Komunikacja Konfiguracji" section), it's needed for making use of the switchable_outputs. + description: User password, it's needed for making use of the switchable_outputs. It's recommended not to use admin password. required: false type: string partitions: From eeda7f15c879d17c62a9e5ffd4f266d8128c3868 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Wed, 19 May 2021 16:26:44 -0500 Subject: [PATCH 2/3] Fix sample yamls in TTS (#17762) --- source/_integrations/tts.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/tts.markdown b/source/_integrations/tts.markdown index 4a1d6614eca..39e370ec8a7 100644 --- a/source/_integrations/tts.markdown +++ b/source/_integrations/tts.markdown @@ -110,26 +110,26 @@ Say to all `media_player` device entities: ```yaml # Replace google_translate_say with _say when you use a different platform. service: tts.google_translate_say -entity_id: "all" data: - message: "May the Force be with you." + entity_id: all + message: "May the force be with you." ``` Say to the `media_player.floor` device entity: ```yaml service: tts.google_translate_say -entity_id: media_player.floor data: - message: "May the Force be with you." + entity_id: media_player.floor + message: "May the force be with you." ``` Say to the `media_player.floor` device entity in French: ```yaml service: tts.google_translate_say -entity_id: media_player.floor data: + entity_id: media_player.floor message: "Que la force soit avec toi." language: "fr" ``` From 8c0005069f6b74f913640e2a21a15149f28ac8c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 14:06:46 +0200 Subject: [PATCH 3/3] Bump nokogiri from 1.11.4 to 1.11.5 (#17899) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 to 1.11.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.4...v1.11.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 0f2caeb2e21..319ea3796ce 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ group :jekyll_plugins do end gem 'sinatra', '2.1.0' -gem 'nokogiri', '1.11.4' +gem 'nokogiri', '1.11.5' # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library diff --git a/Gemfile.lock b/Gemfile.lock index c6cf8feb471..e2f78cff947 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,10 +74,10 @@ GEM multi_json (1.15.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - nokogiri (1.11.4) + nokogiri (1.11.5) mini_portile2 (~> 2.5.0) racc (~> 1.4) - nokogiri (1.11.4-x64-mingw32) + nokogiri (1.11.5-x64-mingw32) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) @@ -130,7 +130,7 @@ DEPENDENCIES jekyll-sitemap (= 1.4.0) jekyll-time-to-read (= 0.1.2) jekyll-toc (= 0.17.1) - nokogiri (= 1.11.4) + nokogiri (= 1.11.5) rake (= 13.0.3) sass-globbing (= 1.1.5) sassc (= 2.1.0)