From bd0fad4edc584b9dcb2f369a6107cda355f80bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Guzm=C3=A1n=20Islas?= Date: Fri, 5 Aug 2022 01:50:45 -0700 Subject: [PATCH 01/11] Make MQTT discovery entity_id override example accurate (#23587) --- source/_docs/mqtt/discovery.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/mqtt/discovery.markdown b/source/_docs/mqtt/discovery.markdown index 863d26a6ce1..ec336658654 100644 --- a/source/_docs/mqtt/discovery.markdown +++ b/source/_docs/mqtt/discovery.markdown @@ -440,10 +440,10 @@ The entity id is automatically generated from the entity's name. All MQTT entity ```json { "name":"My Super Device", - "object_id":"device1", + "object_id":"my_super_device", "state_topic": "homeassistant/sensor/device1/state" } ``` -In the example above, the entity_id will be `sensor.device1` instead of `sensor.my_super_device`. +In the example above, the entity_id will be `sensor.my_super_device` instead of `sensor.device1`. From 936a92753d0466db4789a05337f59c5d8a3b4442 Mon Sep 17 00:00:00 2001 From: Peter <55065107+pyrrolizin@users.noreply.github.com> Date: Fri, 5 Aug 2022 14:19:27 +0200 Subject: [PATCH 02/11] google integration: entry is on left side (#23663) --- source/_integrations/google.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/google.markdown b/source/_integrations/google.markdown index e5bc2c3d70b..a7375813175 100644 --- a/source/_integrations/google.markdown +++ b/source/_integrations/google.markdown @@ -29,7 +29,7 @@ This section explains how to generate a Client ID and Client Secret on 1. The wizard will ask you to choose a project to manage your application. Select a project and click continue. 1. Verify that your calendar API was enabled and click 'Go to credentials' 1. Navigate to APIs & Services (left sidebar) > [Credentials](https://console.cloud.google.com/apis/credentials) -1. Click on the field on the right of the screen, **OAuth Consent Screen**. +1. Click on the field on the left of the screen, **OAuth Consent Screen**. 1. Select **External** and **Create**. 1. Set the *App Name* (the name of the application asking for consent) to anything you want e.g. *Home Assistant*. 1. You then need to select a *Support email*. To do this, simply click the drop down box and select your email address. From bc957c9f2f0396f8d2a89047e05470233fe744b2 Mon Sep 17 00:00:00 2001 From: Justin Goette <53531335+jcgoette@users.noreply.github.com> Date: Fri, 5 Aug 2022 11:12:52 -0400 Subject: [PATCH 03/11] docs: Fix typo (#23667) --- source/_integrations/netgear.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/netgear.markdown b/source/_integrations/netgear.markdown index 753745d3a08..7135eaf4bdd 100644 --- a/source/_integrations/netgear.markdown +++ b/source/_integrations/netgear.markdown @@ -43,7 +43,7 @@ Button entity to restart the router. ### Update entity -Update entity to vieuw current and latest firmware version, and install the latest firmware of the router. +Update entity to view current and latest firmware version, and install the latest firmware of the router. ### Traffic meter data From 9e503937796063e90e9e930090b2a412411f44c0 Mon Sep 17 00:00:00 2001 From: Peter <55065107+pyrrolizin@users.noreply.github.com> Date: Fri, 5 Aug 2022 17:19:32 +0200 Subject: [PATCH 04/11] Various Rflink integrations: fix 404 url to firmware (#23543) --- source/_integrations/binary_sensor.rflink.markdown | 2 +- source/_integrations/cover.rflink.markdown | 2 +- source/_integrations/light.rflink.markdown | 2 +- source/_integrations/rflink.markdown | 2 +- source/_integrations/sensor.rflink.markdown | 2 +- source/_integrations/switch.rflink.markdown | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_integrations/binary_sensor.rflink.markdown b/source/_integrations/binary_sensor.rflink.markdown index 6f62de60307..7975f4affd5 100644 --- a/source/_integrations/binary_sensor.rflink.markdown +++ b/source/_integrations/binary_sensor.rflink.markdown @@ -9,7 +9,7 @@ ha_release: 0.81 ha_domain: rflink --- -The `rflink` integration supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). +The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). First, you have to set up your [RFLink hub](/integrations/rflink/). diff --git a/source/_integrations/cover.rflink.markdown b/source/_integrations/cover.rflink.markdown index a424258b29b..339478444ca 100644 --- a/source/_integrations/cover.rflink.markdown +++ b/source/_integrations/cover.rflink.markdown @@ -9,7 +9,7 @@ ha_release: 0.55 ha_domain: rflink --- -The `rflink` integration supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). +The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). First, you have to set up your [RFLink hub](/integrations/rflink/). diff --git a/source/_integrations/light.rflink.markdown b/source/_integrations/light.rflink.markdown index 4a003e3b1ac..8b3f0701225 100644 --- a/source/_integrations/light.rflink.markdown +++ b/source/_integrations/light.rflink.markdown @@ -9,7 +9,7 @@ ha_release: 0.38 ha_domain: rflink --- -The `rflink` integration supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). +The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). First, you have to set up your [RFLink hub](/integrations/rflink/). diff --git a/source/_integrations/rflink.markdown b/source/_integrations/rflink.markdown index b2a30e5e0e5..951c7f5b69d 100644 --- a/source/_integrations/rflink.markdown +++ b/source/_integrations/rflink.markdown @@ -17,7 +17,7 @@ ha_codeowners: ha_integration_type: integration --- -The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink Gateway is an Arduino Mega firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). +The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-). RFLink Gateway is an Arduino Mega firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). The 433 MHz spectrum is used by many manufacturers mostly using their own protocol/standard and includes devices like: light switches, blinds, weather stations, alarms and various other sensors. diff --git a/source/_integrations/sensor.rflink.markdown b/source/_integrations/sensor.rflink.markdown index 1e959d3bfdc..b4bdf775c97 100644 --- a/source/_integrations/sensor.rflink.markdown +++ b/source/_integrations/sensor.rflink.markdown @@ -9,7 +9,7 @@ ha_release: 0.38 ha_domain: rflink --- -The `rflink` integration supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). +The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). ## Configuration diff --git a/source/_integrations/switch.rflink.markdown b/source/_integrations/switch.rflink.markdown index 798c446bf11..8741e13c5b2 100644 --- a/source/_integrations/switch.rflink.markdown +++ b/source/_integrations/switch.rflink.markdown @@ -9,7 +9,7 @@ ha_release: 0.38 ha_domain: rflink --- -The `rflink` integration supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). +The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). First, you have to set up your [RFLink hub](/integrations/rflink/). From bde5399a71014ce25a5d9f2ec040cfa075963896 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 5 Aug 2022 09:31:44 -0600 Subject: [PATCH 05/11] Add deprecation notice to Flu Near You (#23668) --- source/_integrations/flunearyou.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/flunearyou.markdown b/source/_integrations/flunearyou.markdown index 6252f73e744..4eda32f7dc7 100644 --- a/source/_integrations/flunearyou.markdown +++ b/source/_integrations/flunearyou.markdown @@ -15,6 +15,10 @@ ha_platforms: ha_integration_type: integration --- +
+ This integration is pending removal from Home Assistant and will be no longer available as of Home Assistant 2022.10. +
+ The `flunearyou` sensor platform allows users in the United States and its territories to get information regarding reported flu symptoms from [Flu Near You](https://flunearyou.org/). The platform can return user-reported information as well reports from the From 08916dd055147eb3971e1e5e6645b4718b29f943 Mon Sep 17 00:00:00 2001 From: DJ Adams Date: Sun, 7 Aug 2022 13:40:13 +0100 Subject: [PATCH 06/11] fix typo (#23691) --- source/_docs/mqtt/broker.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/mqtt/broker.markdown b/source/_docs/mqtt/broker.markdown index 0f72cb3c363..23833fe1cbb 100644 --- a/source/_docs/mqtt/broker.markdown +++ b/source/_docs/mqtt/broker.markdown @@ -24,7 +24,7 @@ There is [an issue](https://github.com/rabbitmq/rabbitmq-server/issues/154) with ## Connect to a public broker -The Mosquitto project runs a [public broker](https://test.mosquitto.org). This is the easiest to set up, but there is no privacy as all messages are public. Use this only for testing purposes and not for real tracking of your devices or controlling your home. To use the public mosquitto broker, confiure the MQTT integration to connect to broker `test.mosquitto.org` on port 1183 or 8883. +The Mosquitto project runs a [public broker](https://test.mosquitto.org). This is the easiest to set up, but there is no privacy as all messages are public. Use this only for testing purposes and not for real tracking of your devices or controlling your home. To use the public mosquitto broker, configure the MQTT integration to connect to broker `test.mosquitto.org` on port 1183 or 8883.
From 695e1fdda9074ba2c63683b57866935746fbf408 Mon Sep 17 00:00:00 2001 From: Simon <91187456+Makin-Things@users.noreply.github.com> Date: Sun, 7 Aug 2022 22:59:01 +1000 Subject: [PATCH 07/11] Update frontend.markdown (#23687) --- source/_integrations/frontend.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/frontend.markdown b/source/_integrations/frontend.markdown index a0b741a556d..91d981cb386 100644 --- a/source/_integrations/frontend.markdown +++ b/source/_integrations/frontend.markdown @@ -103,7 +103,7 @@ Theme `sad`: By using the new `modes` key plus the subkey `dark` this theme will Note: Since this example theme only has a `dark` mode defined, this mode will automatically be used. -Theme `day_and_night`: This theme has both a `light` and a `dark` mode section. That tells the frontend to allow the user to choose which mode to use from the user profile (default selection is based on the system settings). Independent of the selection, the primary color will be set to green, but based on the chosen mode either the default light or dark theme will be used as the basis for rendering, plus the secondary text color will be either olive or slategray. +Theme `day_and_night`: This theme has both a `light` and a `dark` mode section. That tells the frontend to allow the user to choose which mode to use from the user profile (default selection is based on the system settings). Independent of the selection, the primary color will be set to coral, but based on the chosen mode either the default light or dark theme will be used as the basis for rendering, plus the secondary text color will be either olive or slategray. ### Theme configuration splitting From 5a5c8b47c8dc6330e3c00efb8a94993bc84fe0c0 Mon Sep 17 00:00:00 2001 From: Jayden <5250189+lukyjay@users.noreply.github.com> Date: Sun, 7 Aug 2022 21:27:16 +0800 Subject: [PATCH 08/11] Update advantage_air.markdown (#23678) --- 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 e1ce6853165..1d9612a2c6e 100644 --- a/source/_integrations/advantage_air.markdown +++ b/source/_integrations/advantage_air.markdown @@ -25,7 +25,7 @@ The Advantage Air integration allows you to control [Advantage Air](https://www. ## Prerequisites -The wall-mounted Android table running the [MyPlace](https://play.google.com/store/apps/details?id=com.air.advantage.myair5), [e-zone](https://play.google.com/store/apps/details?id=com.air.advantage.ezone), or [zone10e](https://play.google.com/store/apps/details?id=com.air.advantage.zone10) must have a static IP, which you will enter on the integrations page in Home Assistant. +The wall-mounted Android tablet running the [MyPlace](https://play.google.com/store/apps/details?id=com.air.advantage.myair5), [e-zone](https://play.google.com/store/apps/details?id=com.air.advantage.ezone), or [zone10e](https://play.google.com/store/apps/details?id=com.air.advantage.zone10) must have a static IP, which you will enter on the integrations page in Home Assistant. {% include integrations/config_flow.md %} From b2b861e5f1e85c571ba9ad2e4e5a690ee39843f7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 7 Aug 2022 16:55:01 +0000 Subject: [PATCH 09/11] 2022.8.2 --- _config.yml | 4 +- .../_posts/2022-08-03-release-20228.markdown | 48 +++++++++++++++++-- 2 files changed, 47 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 353dfbb3100..e273cf6a67f 100644 --- a/_config.yml +++ b/_config.yml @@ -107,8 +107,8 @@ social: # Home Assistant release details current_major_version: 2022 current_minor_version: 8 -current_patch_version: 1 -date_released: 2022-08-04 +current_patch_version: 2 +date_released: 2022-08-07 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2022-08-03-release-20228.markdown b/source/_posts/2022-08-03-release-20228.markdown index 632c83493f9..ed9b110b0c5 100644 --- a/source/_posts/2022-08-03-release-20228.markdown +++ b/source/_posts/2022-08-03-release-20228.markdown @@ -44,6 +44,7 @@ Enjoy the release! - [New Integrations](#new-integrations) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) - [Release 2022.8.1 - August 4](#release-202281---august-4) +- [Release 2022.8.2 - August 7](#release-202282---august-7) - [Need help? Join the community!](#need-help-join-the-community) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -91,7 +92,7 @@ it to be extended a lot, with more issue detections, in the near future. ## First-class Bluetooth support Today, we proudly announce that Home Assistant now has **first-class** -Bluetooth support! 🥇 +Bluetooth support! 🥇 A brand new [Bluetooth integration] has been added, which provides absolutely amazing Bluetooth support to Home Assistant, including automatic discovery of @@ -218,7 +219,7 @@ noteworthy changes this release: - [@frenck] updated the events developer tools to use YAML instead of JSON and added syntax highlighting. - The [LIFX] integration got a significant overhaul, making it much more - reliable. Thanks for the work on this in the past releases + reliable. Thanks for the work on this in the past releases [@bdraco] and [@Djelibeybi]! - The [UniFi Network] now has update entities, allowing you to update the firmware of UniFi devices directly from Home Assistant. Great addition [@J3173]! @@ -378,6 +379,47 @@ The following integrations are now available via the Home Assistant UI: [simplisafe docs]: /integrations/simplisafe/ [zwave_js docs]: /integrations/zwave_js/ +## Release 2022.8.2 - August 7 + +- Update gree to use the network component to set discovery interfaces ([@Jc2k] - [#75812]) ([gree docs]) +- Use stored philips_js system data on start ([@elupus] - [#75981]) ([philips_js docs]) +- Ensure bluetooth recovers if Dbus gets restarted ([@bdraco] - [#76249]) ([bluetooth docs]) +- Fix default sensor names in NextDNS integration ([@bieniu] - [#76264]) ([nextdns docs]) +- Bump ZHA dependencies ([@puddly] - [#76275]) ([zha docs]) +- Bump pydeconz to v102 ([@Kane610] - [#76287]) ([deconz docs]) +- Fix ZHA light color temp support ([@dmulcahey] - [#76305]) ([zha docs]) +- Bump pySwitchbot to 0.18.4 ([@bdraco] - [#76322]) ([switchbot docs]) +- Bump aiobafi6 to 0.7.2 to unblock #76328 ([@jfroy] - [#76330]) ([baf docs]) +- Postpone broadlink platform switch until config entry is ready ([@elupus] - [#76371]) ([broadlink docs]) + +[#75812]: https://github.com/home-assistant/core/pull/75812 +[#75981]: https://github.com/home-assistant/core/pull/75981 +[#76249]: https://github.com/home-assistant/core/pull/76249 +[#76264]: https://github.com/home-assistant/core/pull/76264 +[#76275]: https://github.com/home-assistant/core/pull/76275 +[#76287]: https://github.com/home-assistant/core/pull/76287 +[#76305]: https://github.com/home-assistant/core/pull/76305 +[#76322]: https://github.com/home-assistant/core/pull/76322 +[#76330]: https://github.com/home-assistant/core/pull/76330 +[#76371]: https://github.com/home-assistant/core/pull/76371 +[@Jc2k]: https://github.com/Jc2k +[@Kane610]: https://github.com/Kane610 +[@bdraco]: https://github.com/bdraco +[@bieniu]: https://github.com/bieniu +[@dmulcahey]: https://github.com/dmulcahey +[@elupus]: https://github.com/elupus +[@jfroy]: https://github.com/jfroy +[@puddly]: https://github.com/puddly +[baf docs]: /integrations/baf/ +[bluetooth docs]: /integrations/bluetooth/ +[broadlink docs]: /integrations/broadlink/ +[deconz docs]: /integrations/deconz/ +[gree docs]: /integrations/gree/ +[nextdns docs]: /integrations/nextdns/ +[philips_js docs]: /integrations/philips_js/ +[switchbot docs]: /integrations/switchbot/ +[zha docs]: /integrations/zha/ + ## Need help? Join the community! Home Assistant has a great community of users who are all more than willing @@ -519,7 +561,7 @@ Removed: - `mdi:discord` - `mdi:google-home` - `tablet-android` - Use `mdi:tablet` instead. - + Renamed: - `mdi:diving-scuba` to `mdi:diving-scuba-mask` From 19a913296cbfcf2e476a9689097c49108b3bdb19 Mon Sep 17 00:00:00 2001 From: Peter <55065107+pyrrolizin@users.noreply.github.com> Date: Mon, 8 Aug 2022 11:18:00 +0200 Subject: [PATCH 10/11] fix: rflink change nodo-shop language to en (#23701) --- source/_integrations/binary_sensor.rflink.markdown | 2 +- source/_integrations/cover.rflink.markdown | 2 +- source/_integrations/light.rflink.markdown | 2 +- source/_integrations/rflink.markdown | 2 +- source/_integrations/sensor.rflink.markdown | 2 +- source/_integrations/switch.rflink.markdown | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_integrations/binary_sensor.rflink.markdown b/source/_integrations/binary_sensor.rflink.markdown index 7975f4affd5..e0c6dd44b4f 100644 --- a/source/_integrations/binary_sensor.rflink.markdown +++ b/source/_integrations/binary_sensor.rflink.markdown @@ -9,7 +9,7 @@ ha_release: 0.81 ha_domain: rflink --- -The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). +The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/en/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). First, you have to set up your [RFLink hub](/integrations/rflink/). diff --git a/source/_integrations/cover.rflink.markdown b/source/_integrations/cover.rflink.markdown index 339478444ca..5c2c0e7a4ae 100644 --- a/source/_integrations/cover.rflink.markdown +++ b/source/_integrations/cover.rflink.markdown @@ -9,7 +9,7 @@ ha_release: 0.55 ha_domain: rflink --- -The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). +The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/en/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). First, you have to set up your [RFLink hub](/integrations/rflink/). diff --git a/source/_integrations/light.rflink.markdown b/source/_integrations/light.rflink.markdown index 8b3f0701225..d9b4c5d44e5 100644 --- a/source/_integrations/light.rflink.markdown +++ b/source/_integrations/light.rflink.markdown @@ -9,7 +9,7 @@ ha_release: 0.38 ha_domain: rflink --- -The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). +The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/en/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). First, you have to set up your [RFLink hub](/integrations/rflink/). diff --git a/source/_integrations/rflink.markdown b/source/_integrations/rflink.markdown index 951c7f5b69d..ebe82669094 100644 --- a/source/_integrations/rflink.markdown +++ b/source/_integrations/rflink.markdown @@ -17,7 +17,7 @@ ha_codeowners: ha_integration_type: integration --- -The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-). RFLink Gateway is an Arduino Mega firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). +The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/en/21-rflink-). RFLink Gateway is an Arduino Mega firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). The 433 MHz spectrum is used by many manufacturers mostly using their own protocol/standard and includes devices like: light switches, blinds, weather stations, alarms and various other sensors. diff --git a/source/_integrations/sensor.rflink.markdown b/source/_integrations/sensor.rflink.markdown index b4bdf775c97..96a8ecad00b 100644 --- a/source/_integrations/sensor.rflink.markdown +++ b/source/_integrations/sensor.rflink.markdown @@ -9,7 +9,7 @@ ha_release: 0.38 ha_domain: rflink --- -The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). +The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/en/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). ## Configuration diff --git a/source/_integrations/switch.rflink.markdown b/source/_integrations/switch.rflink.markdown index 8741e13c5b2..29936fc2f8d 100644 --- a/source/_integrations/switch.rflink.markdown +++ b/source/_integrations/switch.rflink.markdown @@ -9,7 +9,7 @@ ha_release: 0.38 ha_domain: rflink --- -The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). +The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/en/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). First, you have to set up your [RFLink hub](/integrations/rflink/). From 54f16cb162a00e34ff9ebc23371f253e054a9201 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 7 Aug 2022 23:31:28 -1000 Subject: [PATCH 11/11] Update govee_ble supported devices (#23696) --- source/_integrations/govee_ble.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_integrations/govee_ble.markdown b/source/_integrations/govee_ble.markdown index c8b58e0c623..f4efe419675 100644 --- a/source/_integrations/govee_ble.markdown +++ b/source/_integrations/govee_ble.markdown @@ -23,8 +23,12 @@ The Govee BLE integration will automatically discover devices once the [Bluetoot ## Supported devices -- [H5177/5178 Bluetooth Thermo-Hygrometer](https://us.govee.com/collections/thermo-hydrometer/products/bluetooth-thermo-hygrometer) +- H5072 Hygrometer Thermometer +- H5074 Hygrometer Thermometer - [H5075 Bluetooth Hygrometer Thermometer](https://us.govee.com/collections/thermo-hydrometer/products/govee-bluetooth-hygrometer-thermometer-h5075) +- H5100 Hygrometer Thermometer +- [H5177/5178 Bluetooth Thermo-Hygrometer](https://us.govee.com/collections/thermo-hydrometer/products/bluetooth-thermo-hygrometer) +- H5179 Hygrometer Thermometer - 5181 Meat Thermometer - 5183 Meat Thermometer - 5185 Meat Thermometer