From eb83510f0899e651f161e6dd772f0d8e3fae51ba Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 21 Dec 2021 17:54:03 +0100 Subject: [PATCH] Deprecate BeagleBone Black GPIO integration (ADR-0019) (#20800) --- source/_integrations/bbb_gpio.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/bbb_gpio.markdown b/source/_integrations/bbb_gpio.markdown index ba1bb16140c..1e4eeb328fb 100644 --- a/source/_integrations/bbb_gpio.markdown +++ b/source/_integrations/bbb_gpio.markdown @@ -13,6 +13,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 `bbb_gpio` integration is the base for all [BeagleBone Black](https://beagleboard.org/black) related GPIO platforms in Home Assistant. There is no setup needed for the integration itself.