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:
|
||||
|
||||
@@ -46,7 +46,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
# Initialize I²C
|
||||
i2c:
|
||||
|
||||
@@ -83,7 +83,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
spi:
|
||||
clk_pin: GPIO18
|
||||
|
||||
@@ -67,7 +67,7 @@ globals:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
# Power key of li-ion charger
|
||||
output:
|
||||
|
||||
@@ -46,7 +46,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
spi:
|
||||
clk_pin: 18
|
||||
|
||||
@@ -30,7 +30,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
http_request:
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
http_request:
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
# Initialize I²C
|
||||
i2c:
|
||||
|
||||
@@ -45,7 +45,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
# Initialize I²C
|
||||
i2c:
|
||||
|
||||
@@ -67,7 +67,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
network:
|
||||
enable_ipv6: true
|
||||
|
||||
@@ -88,7 +88,7 @@ api:
|
||||
# Enable over-the-air updates
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
# Initialize I²C
|
||||
i2c:
|
||||
|
||||
@@ -28,7 +28,7 @@ api:
|
||||
ota:
|
||||
- platform: esphome
|
||||
id: ota_esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
network:
|
||||
enable_ipv6: true
|
||||
|
||||
@@ -91,7 +91,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
# Enable status LED
|
||||
status_led:
|
||||
|
||||
@@ -91,7 +91,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
# Enable status LED
|
||||
status_led:
|
||||
|
||||
@@ -46,7 +46,7 @@ api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: !secret ota
|
||||
encryption:
|
||||
|
||||
# Initialize I²C
|
||||
i2c:
|
||||
|
||||
Reference in New Issue
Block a user