Do not require esp-idf on esp32-poe

Blinds is running on esp32-poe now, and there's no easy way
of using cc1101 with idf.
This commit is contained in:
2023-10-03 20:47:59 +02:00
parent 01cb0d324b
commit 399f90eb05
3 changed files with 10 additions and 3 deletions
+5
View File
@@ -6,6 +6,11 @@ esphome:
name: dasfoo.btproxy
version: "1.0"
esp32:
# Required for BLE.
framework:
type: esp-idf
packages:
device_base: !include templates/esp32-poe.yaml