From 94986913c1014136f1380ddefd3736183e5e4f90 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Sat, 31 Dec 2022 17:23:56 +0200 Subject: [PATCH 1/3] Add documentation for ruuvi_gateway See https://github.com/home-assistant/core/pull/84853 --- source/_integrations/ruuvi_gateway.markdown | 33 +++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 source/_integrations/ruuvi_gateway.markdown diff --git a/source/_integrations/ruuvi_gateway.markdown b/source/_integrations/ruuvi_gateway.markdown new file mode 100644 index 000000000000..26bae4b3f13f --- /dev/null +++ b/source/_integrations/ruuvi_gateway.markdown @@ -0,0 +1,33 @@ +--- +title: Ruuvi Gateway +description: Support for Ruuvi Gateway devices acting as BLE remote scanners. +ha_category: + - Sensor +ha_release: '2023.1' +ha_iot_class: Local Polling +ha_config_flow: true +ha_codeowners: + - '@akx' +ha_domain: ruuvi_gateway +ha_dhcp: true +ha_integration_type: integration +works_with: + - local +--- + +Integrates [Ruuvi Gateway](https://ruuvi.com/gateway/) devices as +polling BLE remote scanners [via the `/history` endpoint][poll]. + +## Setup + +Make sure to [enable Bearer Token authentication][poll] on the Ruuvi Gateway device +(and take note of the token). + +You may also wish to enable scanning for _all_ BLE beacons (not just RuuviTags); +be sure to set the "Use Ruuvi Cloud or/and a custom server and configure more settings" +option on the Cloud Options setup page, and when you get to the "Bluetooth Scanning" page, +select "All (including third party beacons)". + +{% include integrations/config_flow.md %} + +[poll]: https://docs.ruuvi.com/gw-examples/polling-mode From 47cd8878b6c4ba280266ce2c30a56078376faac1 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Tue, 3 Jan 2023 23:58:43 +0200 Subject: [PATCH 2/3] Remove works_with --- source/_integrations/ruuvi_gateway.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_integrations/ruuvi_gateway.markdown b/source/_integrations/ruuvi_gateway.markdown index 26bae4b3f13f..240849ae394b 100644 --- a/source/_integrations/ruuvi_gateway.markdown +++ b/source/_integrations/ruuvi_gateway.markdown @@ -11,8 +11,6 @@ ha_codeowners: ha_domain: ruuvi_gateway ha_dhcp: true ha_integration_type: integration -works_with: - - local --- Integrates [Ruuvi Gateway](https://ruuvi.com/gateway/) devices as From 0cf50af05b165df84398b6ee7d5432fd90e8f588 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 3 Jan 2023 12:03:26 -1000 Subject: [PATCH 3/3] Update source/_integrations/ruuvi_gateway.markdown --- source/_integrations/ruuvi_gateway.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/ruuvi_gateway.markdown b/source/_integrations/ruuvi_gateway.markdown index 240849ae394b..546f6eb7ef37 100644 --- a/source/_integrations/ruuvi_gateway.markdown +++ b/source/_integrations/ruuvi_gateway.markdown @@ -3,7 +3,7 @@ title: Ruuvi Gateway description: Support for Ruuvi Gateway devices acting as BLE remote scanners. ha_category: - Sensor -ha_release: '2023.1' +ha_release: '2023.2' ha_iot_class: Local Polling ha_config_flow: true ha_codeowners: