mirror of
https://github.com/brianhanifin/esphome-config.git
synced 2026-07-28 04:05:55 +00:00
bluetooth proxies
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
---
|
||||
substitutions:
|
||||
name: "bluetooth-proxy-bedroom"
|
||||
packages:
|
||||
@@ -7,6 +6,7 @@ esphome:
|
||||
name: ${name}
|
||||
name_add_mac_suffix: false
|
||||
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
---
|
||||
substitutions:
|
||||
name: "bluetooth-proxy-garage"
|
||||
packages:
|
||||
@@ -7,13 +6,7 @@ esphome:
|
||||
name: ${name}
|
||||
name_add_mac_suffix: false
|
||||
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Using these as a precaution to ensure solid WiFi connectivity.
|
||||
#power_save_mode: none # Disable for ESP32
|
||||
manual_ip:
|
||||
static_ip: 10.0.20.13
|
||||
gateway: 10.0.20.1
|
||||
subnet: 255.255.255.0
|
||||
|
||||
Reference in New Issue
Block a user