-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
bugSomething isn't workingSomething isn't working
Description
when compiling and using secrets.yaml the steps.esphome.outputs.name will begin with !secrets
Copied factory binary to: !secret ssid-esp32c3/!secret ssid-esp32c3.factory.bin
Copied OTA binary to: !secret ssid-esp32c3/!secret ssid-esp32c3.ota.bin
Copied ELF file to: !secret ssid-esp32c3/!secret ssid-esp32c3.elf
device.yaml
substitutions:
fw_ver: "v1.0.3"
esphome:
name: test
friendly_name: test
esp32:
board: esp32-c3-devkitm-1
framework:
type: esp-idf
logger:
ota:
- platform: esphome
wifi:
ap:
ssid: !secret ssid
password: !secret passwordsecrets.yaml
ssid: "test"
password: "12345678"You can see it in action https://github.com/pilotak/test/actions/runs/13375134420/job/37352565907
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Later