From a724b96351e0ab8a3199b4eb458db2e324884b90 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 25 May 2021 17:07:31 +0200 Subject: [PATCH 1/9] Clarify supported rest_command auth methods (#17964) --- source/_integrations/rest_command.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/rest_command.markdown b/source/_integrations/rest_command.markdown index 40fbbb9e388..bc2ed19ff71 100644 --- a/source/_integrations/rest_command.markdown +++ b/source/_integrations/rest_command.markdown @@ -46,11 +46,11 @@ service_name: required: false type: template username: - description: The username for HTTP authentication. + description: The username for basic HTTP authentication (digest is not supported). required: false type: string password: - description: The password for HTTP authentication. + description: The password for basic HTTP authentication (digest is not supported). required: false type: string timeout: From 68cbec8e83f7400700a2cd40ffbdff5b928847bf Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 25 May 2021 17:08:15 +0200 Subject: [PATCH 2/9] Add intalltion specific note to LaCrosse (#17965) --- source/_integrations/lacrosse.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/lacrosse.markdown b/source/_integrations/lacrosse.markdown index 71e79869386..9fc659a7431 100644 --- a/source/_integrations/lacrosse.markdown +++ b/source/_integrations/lacrosse.markdown @@ -31,6 +31,10 @@ Or, when using Docker containers: docker exec -it pylacrosse -d /dev/ttyUSB0 scan ``` +If you are using the Home Assistant OS or Supervised installation method, these +methods are not available for you. The use of an additional computer to figure +out the ID is advised. + For TX 29 DTH-IT sensors you can also read the ID from the display and calculate the ID as followed: `hex2dec(ID_on_display) / 4`. ## Configuration From f734d7ffe4f47a1901b2968647620cf0970ae043 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 25 May 2021 17:09:04 +0200 Subject: [PATCH 3/9] Add intalltion specific note to LaCrosse (#17965) From 13f28785529d385fff46b38341d96221ad52a49a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 25 May 2021 17:13:29 +0200 Subject: [PATCH 4/9] Add intalltion specific note to LaCrosse (#17965) From e127aa2582a7d0805eb84042eb9cca4ebaacccb7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 25 May 2021 17:13:44 +0200 Subject: [PATCH 5/9] Clarify supported rest_command auth methods (#17964) From 3c0e4d4207bb4b84e2fadb357a9d849b0c9dda29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Rutkai?= Date: Tue, 25 May 2021 17:38:49 +0200 Subject: [PATCH 6/9] Update watson docs (new endpoint, updated URLs) (#17913) --- source/_integrations/watson_tts.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/watson_tts.markdown b/source/_integrations/watson_tts.markdown index cf54ba9db4d..99d03664c1e 100644 --- a/source/_integrations/watson_tts.markdown +++ b/source/_integrations/watson_tts.markdown @@ -17,7 +17,7 @@ Watson is a paid service via IBM Cloud but there is a decent [free tier](https:/ ## Setup -For supported formats and voices please go to [IBM Cloud About section](https://cloud.ibm.com/docs/services/text-to-speech?topic=text-to-speech-about#about). +For supported formats and voices please go to [IBM Cloud About section](https://cloud.ibm.com/docs/text-to-speech?topic=text-to-speech-voices#languageVoices). To get started please read the [Getting started tutorial](https://cloud.ibm.com/docs/services/text-to-speech?topic=text-to-speech-gettingStarted#gettingStarted). @@ -43,7 +43,7 @@ watson_url: description: "The endpoint to which the service will connect." required: false type: string - default: "`https://stream.watsonplatform.net/text-to-speech/api`" + default: "`https://api.us-south.text-to-speech.watson.cloud.ibm.com`" watson_apikey: description: "Your secret apikey generated on the IBM Cloud admin console." required: true From 8533a64a84a8656df9875c7558bd562cf4db406b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 25 May 2021 20:19:39 +0200 Subject: [PATCH 7/9] Fix typo in emulated Roku backspace key code (#17969) --- source/_integrations/emulated_roku.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/emulated_roku.markdown b/source/_integrations/emulated_roku.markdown index fc3191d6329..44ed3edd615 100644 --- a/source/_integrations/emulated_roku.markdown +++ b/source/_integrations/emulated_roku.markdown @@ -99,7 +99,7 @@ Available key codes | `Back` `InstantReplay` `Info` -`Backspace` +`BackSpace` `Search` `Enter` From f27f5d3b01e9091a4d8a4cfb46705a477733d203 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Tue, 25 May 2021 16:24:25 -0600 Subject: [PATCH 8/9] Remove entity_id references in RainMachine service docs (#17974) --- source/_integrations/rainmachine.markdown | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/source/_integrations/rainmachine.markdown b/source/_integrations/rainmachine.markdown index 04f8a75ce5b..d213b70f4ad 100644 --- a/source/_integrations/rainmachine.markdown +++ b/source/_integrations/rainmachine.markdown @@ -38,7 +38,6 @@ Disable a RainMachine program. This will mark the program switch as | Service Data Attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------------| | `program_id ` | no | The program to disable | -| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust | ### `rainmachine.disable_zone` @@ -48,7 +47,6 @@ Disable a RainMachine zone. This will mark the zone switch as | Service Data Attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------------| | `zone_id ` | no | The program to disable | -| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust | ### `rainmachine.enable_program` @@ -57,7 +55,6 @@ Enable a RainMachine program. | Service Data Attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------------| | `program_id ` | no | The program to enable | -| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust | ### `rainmachine.enable_zone` @@ -66,7 +63,6 @@ Enable a RainMachine zone. | Service Data Attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------------| | `zone_id ` | no | The zone to enable | -| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust | ### `rainmachine.pause_watering` @@ -75,7 +71,6 @@ Pause all watering activities for a number of seconds. | Service Data Attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------------| | `seconds` | no | The number of seconds to pause | -| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust | ### `rainmachine.start_program` @@ -84,7 +79,6 @@ Start a RainMachine program. | Service Data Attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------------| | `program_id ` | no | The program to start | -| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust | ### `rainmachine.start_zone` @@ -94,16 +88,11 @@ Start a RainMachine zone for a set number of seconds. |---------------------------|----------|-------------------------------------------------------------| | `zone_id` | no | The zone to start | | `zone_run_time` | yes | The number of seconds to run; defaults to 60 seconds | -| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust | ### `rainmachine.stop_all` Stop all watering activities. -| Service Data Attribute | Optional | Description | -|---------------------------|----------|-------------------------------------------------------------| -| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust | - ### `rainmachine.stop_program` Stop a RainMachine program. @@ -111,7 +100,6 @@ Stop a RainMachine program. | Service Data Attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------------| | `program_id ` | no | The program to stop | -| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust | ### `rainmachine.stop_zone` @@ -120,16 +108,11 @@ Stop a RainMachine zone. | Service Data Attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------------| | `zone_id ` | no | The zone to stop | -| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust | ### `rainmachine.unpause_watering` Unpause all watering activities. -| Service Data Attribute | Optional | Description | -|---------------------------|----------|-------------------------------------------------------------| -| `entity_id` | yes | An entity belonging to the RainMachine controller to adjust | - ## Switch The `rainmachine` switch platform allows you to control programs and zones within a [RainMachine smart Wi-Fi sprinkler controller](https://www.rainmachine.com/). From 1bc701f990593c1b7bb6cba8cdefa5c14b804e15 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 26 May 2021 00:28:40 +0200 Subject: [PATCH 9/9] Remove manual interaction section (#17972) --- source/_integrations/mystrom.markdown | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/source/_integrations/mystrom.markdown b/source/_integrations/mystrom.markdown index 133c80e60c2..847fcca8044 100644 --- a/source/_integrations/mystrom.markdown +++ b/source/_integrations/mystrom.markdown @@ -188,21 +188,6 @@ name: default: myStrom Switch {% endconfiguration %} -Check if you are able to access the device located at `http://IP_ADRRESS`. The details about your switch is provided as a JSON response. - -```bash -$ curl -X GET -H "Content-Type: application/json" http://IP_ADDRESS/report -{ - "power": 0, - "relay": false -} -``` - -or change its state: - -```bash -curl -G -X GET http://IP_ADDRESS/relay -d 'state=1' -``` ### Get the current power consumption