Updated ota platform config.
This commit is contained in:
parent
04eff2e382
commit
48d29a6585
@ -39,6 +39,7 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# DHT22 sensor
|
# DHT22 sensor
|
||||||
|
@ -39,6 +39,7 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# DHT22 sensor
|
# DHT22 sensor
|
||||||
|
@ -46,6 +46,7 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# Power key of li-ion charger
|
# Power key of li-ion charger
|
||||||
|
@ -39,6 +39,7 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
spi:
|
spi:
|
||||||
|
@ -39,8 +39,9 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# Camera
|
# Camera
|
||||||
esp32_camera:
|
esp32_camera:
|
||||||
name: ${friendly_name}
|
name: ${friendly_name}
|
||||||
|
@ -79,6 +79,7 @@ api:
|
|||||||
|
|
||||||
# Enable over-the-air updates
|
# Enable over-the-air updates
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# Initialize I²C
|
# Initialize I²C
|
||||||
|
@ -20,7 +20,9 @@ esp32:
|
|||||||
api:
|
api:
|
||||||
encryption:
|
encryption:
|
||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
wifi:
|
wifi:
|
||||||
|
@ -6,7 +6,9 @@ substitutions:
|
|||||||
api:
|
api:
|
||||||
encryption:
|
encryption:
|
||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
wifi:
|
wifi:
|
||||||
|
@ -76,6 +76,7 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# Enable status LED
|
# Enable status LED
|
||||||
|
@ -39,6 +39,7 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# Initialize I²C
|
# Initialize I²C
|
||||||
|
@ -78,6 +78,7 @@ api:
|
|||||||
|
|
||||||
# Enable over-the-air updates
|
# Enable over-the-air updates
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# Initialize I²C
|
# Initialize I²C
|
||||||
|
Loading…
Reference in New Issue
Block a user