mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-23 15:29:52 +01:00
Fix AS3935 I²C address documentation (#1342)
* Fix AS3935 I²C address documentation * Update components/sensor/as3935.rst Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
This commit is contained in:
parent
4a25659b0b
commit
5bfdd4b383
@ -129,8 +129,8 @@ Configuration variables:
|
||||
|
||||
|
||||
- **address** (*Optional*, int): Manually specify the I²C address of
|
||||
the sensor. Defaults to ``0x03`` (``A0` and ``A1`` pins pulled low).
|
||||
Another address can be ``0x02``.
|
||||
the sensor. Defaults to ``0x03`` (``A0`` and ``A1`` pins pulled high).
|
||||
The address is made up using the state of ``A0`` as bit 1 and the state of ``A1`` as bit 2, so a total of four addresses is possible.
|
||||
- **irq_pin** (**Required**, :ref:`config-pin`): The IRQ pin, which indicates if a lightning strike has been detected.
|
||||
- **indoor** (*Optional*, boolean): Indicates if the sensor is used indoor. Defaults to ``true``.
|
||||
- **noise_level** (*Optional*, integer): Noise floor level is compared to known reference voltage.
|
||||
|
Loading…
Reference in New Issue
Block a user