I am building ESPHome Bluetooth Proxies for Sonoff Mini R4 (ESP32) switches. The ESPHome link seems quite adamant that we use framework: {type: esp-idf}. When I switch from {type: arduino} to {type: esp-idf}, I start getting this error:
In file included from src/esphome/components/syslog/syslog_component.cpp:1:
src/esphome/components/syslog/syslog_component.h:9:10: fatal error: Syslog.h: No such file or directory
Example config:
esphome:
name: syslog-esp-idf
esp32:
board: esp32dev
framework:
type: esp-idf
logger:
syslog:
ip_address: !secret syslog_ip_address
api:
ota:
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password