Blinds is running on esp32-poe now, and there's no easy way of using cc1101 with idf.
33 lines
520 B
YAML
33 lines
520 B
YAML
esphome:
|
|
name: btproxy
|
|
name_add_mac_suffix: true
|
|
|
|
project:
|
|
name: dasfoo.btproxy
|
|
version: "1.0"
|
|
|
|
esp32:
|
|
# Required for BLE.
|
|
framework:
|
|
type: esp-idf
|
|
|
|
packages:
|
|
device_base: !include templates/esp32-poe.yaml
|
|
|
|
# Allow HA to use our proxy.
|
|
api:
|
|
|
|
# Disable MQTT discovery to prevent duplicate device.
|
|
mqtt:
|
|
discovery: false
|
|
|
|
esp32_ble_tracker:
|
|
scan_parameters:
|
|
# Recommended scan intervals for esphome.
|
|
interval: 1100ms
|
|
window: 1100ms
|
|
active: true
|
|
|
|
bluetooth_proxy:
|
|
active: true
|