adonno / tagreader

Simple to build/use NFC tag reader, specially created for Home Assistant
https://adonno.com
GNU General Public License v3.0
1.13k stars 175 forks source link

override tagreader.yaml #208

Closed mariomare22 closed 1 year ago

mariomare22 commented 1 year ago

Hello! is there a way I can override the ap directive in my tagreader.yaml from my esphome? I would like to setup a password for the captive if no wifi is found.

# Insert your SSID and Your PWD after inital setup
wifi:
# networks:
#    - ssid: 'REPLACEME'          # Enter your WiFi SSID here. Example: `ssid: 'your_network_name'`
#      password: 'REPLACEME'      # Enter your wifi password here. Example: `password: 'abcde123456'`
  ap:
    ssid: ${name}
adonno commented 1 year ago

Hello Sorry for the late reply

just add :

wifi:
  ap:
    ssid: ${name}
    password: xxxxxxxx

that's all there is normally it should keep this info