mirror of
https://github.com/esphome/esphome.git
synced 2026-05-18 01:32:27 +08:00
9260401747
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
10 lines
191 B
YAML
10 lines
191 B
YAML
sensor:
|
|
- platform: bmp581_spi
|
|
cs_pin: ${cs_pin}
|
|
temperature:
|
|
name: BMP581 Temperature
|
|
iir_filter: 2x
|
|
pressure:
|
|
name: BMP581 Pressure
|
|
oversampling: 128x
|