mirror of
https://github.com/esphome/esphome.git
synced 2024-11-02 08:40:55 +01:00
1662f833b0
Co-authored-by: Jonathan Swoboda <jonathan.swoboda> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
12 lines
154 B
YAML
12 lines
154 B
YAML
i2c:
|
|
- id: i2c_am2315c
|
|
scl: 5
|
|
sda: 4
|
|
|
|
sensor:
|
|
- platform: am2315c
|
|
temperature:
|
|
name: Temperature
|
|
humidity:
|
|
name: Humidity
|