Skip to content

Commit

Permalink
Update binary sensor dallas_pio.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tdy91 authored Jan 18, 2025
1 parent 3bae876 commit ac57f04
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/binary_sensor/dallas_pio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ The ``dallas_pio`` component allows you to use
and similar 1-Wire Dallas addressable switches PIO as ESPHome binary sensors. A :ref:`Dallas PIO <dallas_pio>` is
required to be set up in your configuration for this binary sensor to work.

### Example Configuration
Example Configuration
*********************

Below are configuration examples for different Dallas devices, including DS2408 with P0-P7 pin usage.

#### Single DS2413 on One-Wire Bus
**Single DS2413 on One-Wire Bus**

.. code-block:: yaml
Expand All @@ -37,7 +38,7 @@ Below are configuration examples for different Dallas devices, including DS2408
inverted: true # Invert the signal (true = active-low, false = active-high)
update_interval: 1s # How often the sensor should poll the pin's state
#### Multiple Devices (DS2413 and DS2408) on the Same Bus
**Multiple Devices (DS2413 and DS2408) on the Same Bus**

.. code-block:: yaml
Expand Down

0 comments on commit ac57f04

Please sign in to comment.