From 6258b58085d746dc77d87b1d7ae737f909688c33 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 5 Jan 2022 19:39:15 +0100 Subject: [PATCH] Deprecate Raspberry Pi RF (ADR-0019) (#21035) --- source/_integrations/rpi_rf.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/rpi_rf.markdown b/source/_integrations/rpi_rf.markdown index 9c1f419ce0d..b4628a4a988 100644 --- a/source/_integrations/rpi_rf.markdown +++ b/source/_integrations/rpi_rf.markdown @@ -10,6 +10,14 @@ ha_platforms: - switch --- +
+ +This integration is deprecated and will be removed in Home Assistant Core 2022.4. + +For more information see: [Architectural Decision Record 0019](https://github.com/home-assistant/architecture/blob/master/adr/0019-GPIO.md). + +
+ The `rpi_rf` switch platform allows you to control devices over 433/315MHz LPD/SRD signals with generic low-cost GPIO RF modules on a [Raspberry Pi](https://www.raspberrypi.org/). Interoperable with codes sniffed via [the rpi-rf module](https://pypi.python.org/pypi/rpi-rf) or [rc-switch](https://github.com/sui77/rc-switch).