substitutions: device_name: "btproxyhal" friendly_name: "BT_proxy_hal" comment: "ESP32-c3 proxy" location: "hal" board: "esp32-c3-devkitm-1" framework: arduino api_password: !secret bt_proxy_hal_api ota_password: !secret ota_password wifi_ssid: !secret wifi_ssid wifi_password: !secret wifi_password gateway: !secret ip_gateway subnet: !secret ip_subnet ip: !secret bt_proxy_hal_ip #pin_status: GPIO8 # update_interval: 10s # pin_sda: GPIO8 # pin_scl: GPIO9 packages: board: !include boards/esp32-gen.yaml connection: !include common/wifi_btprox.yaml device_base: !include common/common.yaml logger: !include templates/logger.yaml #status: !include templates/status.yaml btproxy: !include templates/bt_proxy.yaml #bme: !include sensors/bme280.yaml #i2c: !include interfaces/i2c_a.yaml