forked from esphome/bluetooth-proxies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlilygo-t-eth-poe.yaml
46 lines (38 loc) · 1001 Bytes
/
lilygo-t-eth-poe.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
substitutions:
name: "lilygo-ttgo-poe-bt-proxy"
esphome:
name: "${name}"
name_add_mac_suffix: true
project:
name: esphome.bluetooth-proxy
version: "1.0"
esp32:
# Platform.io does not have an explicit profile for the module.
# We can treat it like a standard dev board based around a standard WROOM module.
# See: https://github.com/Xinyuan-LilyGO/LilyGO-T-ETH-POE
board: esp32dev
framework:
type: esp-idf
# See: https://esphome.io/components/ethernet.html#configuration-for-lilygo-ttgo-t-internet-poe-esp32-wroom-lan8270a-chip
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
api:
logger:
ota:
dashboard_import:
package_import_url: github://esphome/bluetooth-proxies/lilygo-t-eth-poe.yaml@main
esp32_ble_tracker:
scan_parameters:
interval: 1100ms
window: 1100ms
active: true
bluetooth_proxy:
active: true
button:
- platform: safe_mode
name: Safe Mode Boot
entity_category: diagnostic