sensor fix, readme configuration examples

This commit is contained in:
HB
2020-09-30 23:58:10 +02:00
parent b567cbd7a5
commit a37a62e31d
21 changed files with 163 additions and 60 deletions
@@ -0,0 +1,11 @@
```yaml
# example configuration:
sensor:
- platform: empty_i2c_sensor
name: Empty I2C sensor
i2c:
sda: 4
scl: 5
```