1-wire: remove warning that integration via SysBus is deprecated (#27813)

This commit is contained in:
c0ffeeca7 2023-06-14 15:51:13 +02:00 committed by GitHub
parent 0006d11324
commit ac033af5e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,14 +19,6 @@ ha_platforms:
ha_integration_type: hub
---
<div class='note warning'>
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).
</div>
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.