mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 08:17:34 +00:00
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
12 lines
189 B
YAML
12 lines
189 B
YAML
esphome:
|
|
name: host-ota-test
|
|
host:
|
|
api:
|
|
ota:
|
|
- platform: esphome
|
|
port: __OTA_PORT__
|
|
encryption:
|
|
key: "AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8="
|
|
logger:
|
|
level: DEBUG
|