Use Encrypted OTA Updates Across ESPHome Devices
This commit is contained in:
@@ -36,7 +36,7 @@ api:
|
||||
# Enable over-the-air updates
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
network:
|
||||
enable_ipv6: true
|
||||
|
||||
@@ -42,7 +42,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
# DHT22 sensor
|
||||
sensor:
|
||||
|
||||
@@ -31,7 +31,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
wifi:
|
||||
ssid: "Voltage-legacy"
|
||||
|
||||
@@ -46,7 +46,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
wifi:
|
||||
ssid: "Voltage-legacy"
|
||||
|
||||
@@ -19,7 +19,7 @@ api:
|
||||
ota:
|
||||
- platform: esphome
|
||||
id: ota_esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
external_components:
|
||||
- source: github://RASPIAUDIO/esphomeLuxe@main
|
||||
|
||||
@@ -82,7 +82,7 @@ api:
|
||||
# Enable over-the-air updates
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
# Initialize I²C
|
||||
i2c:
|
||||
|
||||
Reference in New Issue
Block a user