From ac033af5e74307ac355a55e7bbf5740354b9232c Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 14 Jun 2023 15:51:13 +0200 Subject: [PATCH] 1-wire: remove warning that integration via SysBus is deprecated (#27813) --- source/_integrations/onewire.markdown | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/_integrations/onewire.markdown b/source/_integrations/onewire.markdown index 899a2998dea..4b1cd21540f 100644 --- a/source/_integrations/onewire.markdown +++ b/source/_integrations/onewire.markdown @@ -19,14 +19,6 @@ ha_platforms: ha_integration_type: hub --- -
- -Using this integration via the SysBus is deprecated and will be removed in Home Assistant Core 2022.6. - -For more information see: [Architectural Decision Record 0019](https://github.com/home-assistant/architecture/blob/master/adr/0019-GPIO.md). - -
- The `onewire` platform supports sensors which that using the One wire (1-wire) bus for communication. Every 1-wire device has a (globally) unique ID that identifies the device on the bus. The first two digits identify a device family and the last 14 digits are a globally unique number given to it during manufacturing.