Skip to content

Commit

Permalink
remove serial command text (#3561)
Browse files Browse the repository at this point in the history
## Description:
The serial command text at the end is not needed anymore becaus of: esphome/esphome#2214

Was probably forgotten to remove

**Related issue (if applicable):**
./.

**Pull request in [esphome]:**
./.

## Checklist:

  - [ ] I am merging into `next` because this is new documentation that has a matching pull-request in [esphome](https://github.com/esphome/esphome) as linked above.  
    or
  - [X] I am merging into `current` because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.

  - [ ] Link added in `/index.rst` when creating new documents for new components or cookbook.
  • Loading branch information
Bascht74 authored Jan 20, 2024
1 parent 1bc6520 commit c7f204f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions components/sensor/pm1006.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,6 @@ Example config:
update_interval: 20s
If you run the PM1006 (2.5µm) or PM1006K (1, 2.5, 10µm) independent from the original MCU you need to send a serial command in the first 5 seconds after power is applied to the sensor. Otherwise the sensor will switch to PWM mode and does not repond to UART requests. A possibility to do this in ESPhome is to use an automation. `Source <https://community.home-assistant.io/t/ikea-vindriktning-air-quality-sensor/324599/300>`_

Example config:

.. code-block:: yaml
# Example configuration entry
on_boot:
priority: 240
then:
- uart.write:
id: ikea #id of the uart bus used for the PM1006
data: [0x11, 0x02, 0x0B, 0x01, 0xE1]
See Also
--------

Expand Down

0 comments on commit c7f204f

Please sign in to comment.