|
@@ -13,7 +13,8 @@ packages:
|
|
|
esp32:
|
|
esp32:
|
|
|
board: esp32dev
|
|
board: esp32dev
|
|
|
framework:
|
|
framework:
|
|
|
- type: esp-idf
|
|
|
|
|
|
|
+ type: arduino
|
|
|
|
|
+ # type: esp-idf
|
|
|
|
|
|
|
|
# Enable logging
|
|
# Enable logging
|
|
|
logger:
|
|
logger:
|
|
@@ -34,10 +35,10 @@ wifi:
|
|
|
password: !secret iot_password
|
|
password: !secret iot_password
|
|
|
domain: .int.mmax.cloud
|
|
domain: .int.mmax.cloud
|
|
|
|
|
|
|
|
- # Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
|
|
|
- ap:
|
|
|
|
|
- ssid: "Gf-Bt-Proxy-01 Fallback Hotspot"
|
|
|
|
|
- password: "Ry3eaIb2vmf1"
|
|
|
|
|
|
|
+# # Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
|
|
|
+# ap:
|
|
|
|
|
+# ssid: "Gf-Bt-Proxy-01 Fallback Hotspot"
|
|
|
|
|
+# password: "Ry3eaIb2vmf1"
|
|
|
|
|
|
|
|
esp32_ble_tracker:
|
|
esp32_ble_tracker:
|
|
|
scan_parameters:
|
|
scan_parameters:
|
|
@@ -50,8 +51,8 @@ esp32_ble_tracker:
|
|
|
bluetooth_proxy:
|
|
bluetooth_proxy:
|
|
|
active: true
|
|
active: true
|
|
|
|
|
|
|
|
-external_components:
|
|
|
|
|
- - source: github://myhomeiot/esphome-components
|
|
|
|
|
|
|
+# external_components:
|
|
|
|
|
+# - source: github://myhomeiot/esphome-components
|
|
|
|
|
|
|
|
#ble_monitor:
|
|
#ble_monitor:
|
|
|
# discovery: true
|
|
# discovery: true
|