ble-proxy-abstellkammer/ble-proxy-abstellkammer.yaml hinzugefügt
This commit is contained in:
commit
1ff98fca98
42
ble-proxy-abstellkammer/ble-proxy-abstellkammer.yaml
Normal file
42
ble-proxy-abstellkammer/ble-proxy-abstellkammer.yaml
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
esphome:
|
||||||
|
name: ble-proxy-abstellkammer
|
||||||
|
friendly_name: BLE_PROXY_Abstellkammer
|
||||||
|
|
||||||
|
esp32:
|
||||||
|
board: esp32dev
|
||||||
|
framework:
|
||||||
|
type: esp-idf
|
||||||
|
|
||||||
|
# Enable logging
|
||||||
|
logger:
|
||||||
|
|
||||||
|
# Enable Home Assistant API
|
||||||
|
api:
|
||||||
|
encryption:
|
||||||
|
key: "iuupfdC/OhjGHMFpxRfO9XSL4viwVhrH9Ueh6vn9o0k="
|
||||||
|
|
||||||
|
ota:
|
||||||
|
- platform: esphome
|
||||||
|
password: "fa1cf58a64f4ad7382a757cc9cf1bd7d"
|
||||||
|
|
||||||
|
wifi:
|
||||||
|
ssid: !secret wifi_ssid
|
||||||
|
password: !secret wifi_password
|
||||||
|
|
||||||
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||||
|
ap:
|
||||||
|
ssid: "Ble-Proxy-Abstellkammer"
|
||||||
|
password: "gcYrwRiSw9jO"
|
||||||
|
|
||||||
|
|
||||||
|
esp32_ble_tracker:
|
||||||
|
scan_parameters:
|
||||||
|
interval: 1100ms
|
||||||
|
window: 1100ms
|
||||||
|
active: true
|
||||||
|
|
||||||
|
bluetooth_proxy:
|
||||||
|
active: true
|
||||||
|
connection_slots: 3
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user