From c58bfc1fc3bef051014ca67296546acf8f5437c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:36:09 +0100 Subject: [PATCH 01/28] Bump rack from 3.0.8 to 3.0.9 (#31179) 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 98d3ed859b0..4fc5a64af28 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM prism (0.19.0) public_suffix (5.0.4) racc (1.7.3) - rack (3.0.8) + rack (3.0.9) rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4) From 632c96cfd8d71325696349bfc2016f9158756097 Mon Sep 17 00:00:00 2001 From: Brett Adams Date: Fri, 2 Feb 2024 07:37:11 +1000 Subject: [PATCH 02/28] Fix typo in Advantage Air (#31189) --- source/_integrations/advantage_air.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/advantage_air.markdown b/source/_integrations/advantage_air.markdown index 447ed6d1030..37cf8c0749d 100644 --- a/source/_integrations/advantage_air.markdown +++ b/source/_integrations/advantage_air.markdown @@ -2,7 +2,7 @@ title: Advantage Air description: Instructions on how to integrate Advantage Air A/C controller into Home Assistant. ha_category: - - Binary switch + - Binary sensor - Climate - Cover - Light From 32173d7648f41cd9d5aec3c857655cc4394c5962 Mon Sep 17 00:00:00 2001 From: Brett Adams Date: Fri, 2 Feb 2024 07:42:39 +1000 Subject: [PATCH 03/28] Fix categories in Advantage Air (#31190) --- source/_integrations/advantage_air.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/advantage_air.markdown b/source/_integrations/advantage_air.markdown index 37cf8c0749d..57681532b3a 100644 --- a/source/_integrations/advantage_air.markdown +++ b/source/_integrations/advantage_air.markdown @@ -6,10 +6,10 @@ ha_category: - Climate - Cover - Light + - Select - Sensor - Switch - Update - - Update ha_release: 0.117 ha_iot_class: Local Polling ha_config_flow: true From 85fe56e45bb5c35afae0341df216c3f25cfdff42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 08:48:44 +0100 Subject: [PATCH 04/28] Bump tzinfo-data from 1.2023.4 to 1.2024.1 (#31197) 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 4fc5a64af28..b41395cd389 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,7 @@ GEM tilt (2.3.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - tzinfo-data (1.2023.4) + tzinfo-data (1.2024.1) tzinfo (>= 1.0.0) unicode-display_width (2.5.0) webrick (1.8.1) From 28b911bce46ab8e8e1db7c286a4313dfb10473e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 08:57:19 +0100 Subject: [PATCH 05/28] Bump sorbet-runtime from 0.5.11222 to 0.5.11223 (#31196) 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 b41395cd389..5bf3823fb45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM rack-protection (= 4.0.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sorbet-runtime (0.5.11222) + sorbet-runtime (0.5.11223) stringex (2.8.6) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) From 6b26301fcf12342355adc94b25ef2a9d82ff2376 Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Fri, 2 Feb 2024 11:16:05 +0300 Subject: [PATCH 06/28] [add] details how StarLine integration works (#31107) * [add] details how integration works Detailed information about API calls and data retrieved. * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/starline.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/starline.markdown b/source/_integrations/starline.markdown index d1def950e37..58078727bd8 100644 --- a/source/_integrations/starline.markdown +++ b/source/_integrations/starline.markdown @@ -43,6 +43,7 @@ Create a new application in the [StarLine developer profile](https://my.starline
+The integration makes API calls to StarLine servers to retrieve data. It gets only the latest set of values that are valid for the moment of the API call. This means that the integration does not retrieve or store values, StarLine events, or parameters between the API calls. You can make up to 1000 API calls per day, which means you could make one approximately every 86 seconds. By default, the state of integration will be updated every 3 minutes and OBD information will be updated every 3 hours, making 488 calls per day. It is not recommended to set an update interval of less than 90 seconds. From bda893649171d43c9b94ee19190913eac7c21bd9 Mon Sep 17 00:00:00 2001 From: David Sanderson Date: Fri, 2 Feb 2024 01:17:43 -0700 Subject: [PATCH 07/28] Add note about Blink live viewing feature (#31173) * Update blink.markdown add a note about live viewing feature * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/blink.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/blink.markdown b/source/_integrations/blink.markdown index 5bbdef999cd..db3567e962d 100644 --- a/source/_integrations/blink.markdown +++ b/source/_integrations/blink.markdown @@ -28,6 +28,10 @@ ha_integration_type: integration The **Blink** {% term integration %} lets you view camera images and motion events from [Blink](https://blinkforhome.com/) camera and security systems. +

+This integration does NOT allow for live viewing of your Blink camera within Home Assistant. +

+ ## Setup You will need your Blink login information (username, which is usually your email address, and password) to use this module. From 63121e1bea123dc8f5d7fc8e7b0a40deecc643ad Mon Sep 17 00:00:00 2001 From: h1nnak Date: Fri, 2 Feb 2024 09:32:45 +0100 Subject: [PATCH 08/28] Update moehlenhoff_alpha2.markdown (#30599) Fixed the link to the website Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/moehlenhoff_alpha2.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/moehlenhoff_alpha2.markdown b/source/_integrations/moehlenhoff_alpha2.markdown index 1e3f70951c8..41b3830773b 100644 --- a/source/_integrations/moehlenhoff_alpha2.markdown +++ b/source/_integrations/moehlenhoff_alpha2.markdown @@ -17,8 +17,8 @@ ha_platforms: ha_integration_type: integration --- -The Möhlenhoff Alpha 2 integration allows you to control a -[Möhlenhoff Alpha 2](https://www.moehlenhoff.de/fileadmin/user_upload/Download/Broschueren/125297_1705_Broschuere_Alpha2_DEU_final_web.pdf) +The Möhlenhoff Alpha 2 integration allows you to control a [Möhlenhoff Alpha 2](https://dev.moehlenhoff.de/en/products/room-by-room-control/oem-alpha-2-system) + temperature control system. ## Prerequisites From 88a4f7041ba89465a1260955ab68665a647d1cc7 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Fri, 2 Feb 2024 01:53:27 -0800 Subject: [PATCH 09/28] [Brother] Add information about default password (#30229) * [Brother] Add information about default password * Update source/_integrations/brother.markdown --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/brother.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/brother.markdown b/source/_integrations/brother.markdown index b8222e49034..90406109240 100644 --- a/source/_integrations/brother.markdown +++ b/source/_integrations/brother.markdown @@ -32,7 +32,8 @@ Some very old Brother printers use different data format and these models are no ## Configuring the printer -To enable SNMP, navigate to the printer's web interface (for example: `http://192.168.5.6`) and turn it on under Network / Protocol / SNMP. +To enable SNMP, navigate to the printer's web interface (for example: `http://192.168.5.6`) and turn it on under Network / Protocol / SNMP. For some models, access to the web interface is password-protected. For some printers, the default password is printed on a sticker on the back of the printer, preceded by "Pwd:". If the printer does not have a password on the sticker, the default password is "initpass". + For some Brother devices, `SNMPv3 read-write access and v1/v2c read-only access` is the option required (under advanced settings). ![SNMP settings on Brother Printer web interface](/images/integrations/brother/brother-printer-webui.png) From 563c1108ed5a2a7952bfec3ad26f65e1d36528b9 Mon Sep 17 00:00:00 2001 From: simowilso Date: Fri, 2 Feb 2024 11:38:24 +0000 Subject: [PATCH 10/28] Update influxdb.markdown (#31200) --- source/_integrations/influxdb.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/influxdb.markdown b/source/_integrations/influxdb.markdown index f16c8e25cfc..8a09c9fab1d 100644 --- a/source/_integrations/influxdb.markdown +++ b/source/_integrations/influxdb.markdown @@ -37,7 +37,7 @@ The default InfluxDB configuration doesn't enforce authentication. If you have i influxdb: ``` -You will still need to create a database named `home_assistant` via InfluxDB's command-line interface. For instructions on how to create a database check the [InfluxDB documentation](https://docs.influxdata.com/influxdb/latest/introduction/getting_started/#creating-a-database) relevant to the version you have installed. +You will still need (not for version 2) to create a database named `home_assistant` via InfluxDB's command-line interface. For instructions on how to create a database check the [InfluxDB documentation](https://docs.influxdata.com/influxdb/latest/introduction/getting_started/#creating-a-database) relevant to the version you have installed. {% configuration %} api_version: From 2c247bf4ea836a73bb5084ac3e6a4a99c6c77ef4 Mon Sep 17 00:00:00 2001 From: Hedda Date: Fri, 2 Feb 2024 14:06:26 +0100 Subject: [PATCH 11/28] Update Zigbee device limitation in zha.markdown (#30217) * Update Zigbee device limitation in zha.markdown Update Zigbee devices limitations in zha.markdown * Update source/_integrations/zha.markdown Co-authored-by: Franck Nijhof --------- Co-authored-by: Franck Nijhof --- source/_integrations/zha.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index 5d99cad4532..79ae8633b98 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -483,6 +483,8 @@ To help resolve any kinks or compatibility problems, report bugs as issues with Note that ZHA only supports connecting a single dedicated Zigbee Coordinator radio adapter or module with a single Zigbee network and that the Zigbee Coordinator cannot already be connected or used by any other application. Any devices that are or have previously been connected to another Zigbee implementation will also need to first be reset to their factory default settings before they can be paired/joined to ZHA, please see each device manufacturer's documentation. +Any Zigbee device can only be connected to a single Zigbee Coordinator (only one Zigbee gateway). This is a limitation in the current (as well as previous) Zigbee protocol specifications, governed by the [CSA (Connectivity Standards Alliance)](https://csa-iot.org/all-solutions/zigbee/). As such, it is a limit that applies to all Zigbee implementations, not just the ZHA implementation. + Support for commissioning Zigbee 3.0 devices via "Install Code" or "QR Code" via the 'zha.permit' service has so far only been implemented for 'ezsp' (Silicon Labs EmberZNet) or 'znp' (Texas Instruments) radio type in ZHA. Other radio types are missing support in their respective [radio libraries for zigpy](https://github.com/zigpy/) or manufacturer's firmware commands/APIs. ZHA does currently not support devices that can only use the ZGP ("Zigbee Green Power") profile which is used in a few batteryless self-powered or energy harvesting devices, (such as for example; Philips Hue Click, Philips Hue Tap, and some "Friends of Hue" partnership switches). From fbbb01d9ae296319803eb960636eb674d25d8764 Mon Sep 17 00:00:00 2001 From: aebgit Date: Fri, 2 Feb 2024 14:18:14 +0100 Subject: [PATCH 12/28] Update signal_messenger.markdown (#29588) * Update signal_messenger.markdown - changed path and updated explanation for attaching images - based on https://github.com/haberda/signal-addon/issues/111#issuecomment-1783881882 * remove mention of Docker --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/signal_messenger.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_integrations/signal_messenger.markdown b/source/_integrations/signal_messenger.markdown index 8855e0d0f74..4838e4f6e78 100644 --- a/source/_integrations/signal_messenger.markdown +++ b/source/_integrations/signal_messenger.markdown @@ -115,6 +115,9 @@ action: ### Text message with an attachment +This example assumes you have an image stored in the default `www`-folder in Home Assistant Operating System. + + ```yaml ... action: @@ -123,7 +126,7 @@ action: message: "Alarm in the living room!" data: attachments: - - "/tmp/surveillance_camera.jpg" + - "/config/www/surveillance_camera.jpg" ``` ### Text message with an attachment from a URL From 5254afa9dff11426fbcd371fbe3cfcb28e2742d1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 2 Feb 2024 14:19:37 +0100 Subject: [PATCH 13/28] Address brand filter review comments (#31203) --- source/integrations/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/integrations/index.html b/source/integrations/index.html index 4032b66ea49..69959e54f68 100644 --- a/source/integrations/index.html +++ b/source/integrations/index.html @@ -34,7 +34,7 @@ regenerate: false All ({{tot}})
Added in: