esphome: name: livingroom esp32: board: featheresp32 framework: type: arduino # Enable logging logger: # Enable Home Assistant API api: password: "" ota: password: "" wifi: ssid: "NETZ39" password: !secret wifi_pw # Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "Livingroom Fallback Hotspot" password: "KagHyImVVStB" captive_portal: i2c: sda: 21 scl: 22 scan: true bme680_bsec: address: 0x77 sensor: - platform: bme680_bsec temperature: name: "BME680 Temperature" pressure: name: "BME680 Pressure" humidity: name: "BME680 Humidity" iaq: name: "BME680 IAQ" co2_equivalent: name: "BME680 CO2 Equivalent" breath_voc_equivalent: name: "BME680 Breath VOC Equivalent" text_sensor: - platform: bme680_bsec iaq_accuracy: name: "BME680 IAQ Accuracy" mqtt: broker: mqtt.n39.eu