Remove warning about i2c scan

It is inaccurate, i2c scanning is no problem.
This commit is contained in:
Otto Winter 2019-02-27 09:32:13 +01:00
parent 1cc9ffb494
commit 8957c35550
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -19,7 +19,7 @@ put on external ones.
i2c: i2c:
sda: 21 sda: 21
scl: 22 scl: 22
scan: False scan: True
Configuration variables: Configuration variables:
------------------------ ------------------------
@ -30,8 +30,7 @@ Configuration variables:
Defaults to the default of your board (usually GPIO22 for ESP32 and Defaults to the default of your board (usually GPIO22 for ESP32 and
GPIO5 for ESP8266). GPIO5 for ESP8266).
- **scan** (*Optional*, boolean): If ESPHome should do a search of the I²C address space on startup. - **scan** (*Optional*, boolean): If ESPHome should do a search of the I²C address space on startup.
Note that this can slow down startup and is only recommended for when setting up new sensors. Defaults to Defaults to ``False``.
``False``.
- **frequency** (*Optional*, float): Set the frequency the I²C bus should operate on. - **frequency** (*Optional*, float): Set the frequency the I²C bus should operate on.
Defaults to ``50kHz``. Values are ``50kHz``, ``100kHz``, ``200kHz``, ... ``800kHz`` Defaults to ``50kHz``. Values are ``50kHz``, ``100kHz``, ``200kHz``, ... ``800kHz``