esphome-configs/bma.yaml

34 lines
585 B
YAML
Raw Permalink Normal View History

2025-01-06 13:17:05 -05:00
esphome:
name: bma280
friendly_name: ESPHome BMA280
platform: ESP8266
board: d1_mini
2025-01-08 13:06:11 -05:00
substitutions:
name: bma
friendly_name: BMA280
device_name: bma280
2025-01-06 13:17:05 -05:00
packages:
common: !include includes/common.yaml
wifi_sensors: !include includes/wifi.yaml
i2c:
- id: bus_a
sda: D3
scl: D4
scan: true
sensor:
- platform: bme280_i2c
address: 0x76
temperature:
name: "Ambient temperature"
oversampling: 16x
pressure:
name: "Atmospheric pressure"
humidity:
name: "BME280 Humidity"
update_interval: 300s
i2c_id: bus_a