esphome:
  name: waage
  platform: esp32
  board: az-delivery-devkit-v4

# Enable logging
logger:

esp32_ble_tracker:

# Enable Home Assistant API
api:
  encryption:
    key: "wird bei erstellung automatisch vergeben"

ota:
  password: "wird bei erstellung automatisch vergeben"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "wird bei erstellung automatisch vergeben"
    password: "wird bei erstellung automatisch vergeben"

captive_portal:
    
sensor:
  - platform: xiaomi_miscale
    mac_address: 'xx:xx:xx:xx:xx:xx'
    weight:
      name: "Gewicht"
    impedance:
      name: "Wiederstand"

Diesen Beitrag teilen: