mirror of
https://github.com/esphome/esphome.git
synced 2024-11-05 09:16:46 +01:00
16 lines
266 B
YAML
16 lines
266 B
YAML
|
spi:
|
||
|
- id: spi_bme280
|
||
|
clk_pin: 16
|
||
|
mosi_pin: 17
|
||
|
miso_pin: 15
|
||
|
|
||
|
sensor:
|
||
|
- platform: honeywellabp
|
||
|
cs_pin: 12
|
||
|
pressure:
|
||
|
name: Honeywell pressure
|
||
|
min_pressure: 0
|
||
|
max_pressure: 15
|
||
|
temperature:
|
||
|
name: Honeywell temperature
|