From bdc7def266705aba5fa56a8e1116602d8c701dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 25 Sep 2021 12:13:03 +0200 Subject: [PATCH] Remove stale 1-Wire configuration (#19449) --- source/_integrations/onewire.markdown | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/source/_integrations/onewire.markdown b/source/_integrations/onewire.markdown index 63f21dd7000..c147abd29bf 100644 --- a/source/_integrations/onewire.markdown +++ b/source/_integrations/onewire.markdown @@ -131,18 +131,6 @@ The device IDs begin with `28-`. {% include integrations/config_flow.md %} -### Configuration Example - -When `onewire` is added to Home Assistant, it will generate an ID for the sensor. You can specify a friendly name for the sensor with the name configuration option. - -```yaml -# Named sensor configuration.yaml entry -sensor: - - platform: onewire - names: - GENERATED_ID: FRIENDLY_NAME -``` - ### Entities and attributes Upon startup of the platform, the 1-wire bus is searched for available 1-wire devices. On Bridge devices, the `aux` and `main` branches are recursively searched. For each device that this platform handles (see list of supported devices above), the platform adds one sensor for each physical quantity it measures. The name of the sensor is the device ID with the physical quantity it measures appended. Unsupported sensors are noted with a warning message in the log.