Skip to content

Commit

Permalink
Fix PN532 update_interval typo (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Oct 7, 2018
1 parent cc2492e commit 775828e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphomeyaml/components/pn532.rst
Expand Up @@ -41,7 +41,7 @@ Configuration variables:
is connected to.
- **update_interval** (*Optional*, :ref:`config-time`): The duration of each scan on the PN532. This affects the
duration that the individual binary sensors stay active when they're found.
If a device is not found within this time window, it will be marked as not present. Defaults to 300s.
If a device is not found within this time window, it will be marked as not present. Defaults to 1s.
- **spi_id** (*Optional*, :ref:`config-id`): Manually specify the ID of the :ref:`SPI Component <spi>` if you want
to use multiple SPI buses.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID for this component.
Expand Down

0 comments on commit 775828e

Please sign in to comment.