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 176 forks source link

Mute buzzer upon restart or lost wifi #184

Closed steinis123 closed 1 year ago

steinis123 commented 1 year ago

Is it possble to add a function to mute the buzzer when the unit is restarting or power up? I have one at my kids room and some times the unit restart due to lost wifi connection.

tempod commented 1 year ago

you have to insert the hash in front of the line

- rtttl.play: "success: d = 24, o = 5, b = 100: c, g, b"

in the section

on boot:

foothook commented 7 months ago

you have to insert the hash in front of the line

- rtttl.play: "success: d = 24, o = 5, b = 100: c, g, b"

in the section

on boot:

Hi i try to obtain this, mute on boot - but i am quiet new to ESPhome and ESP in general. I have the prebuild reader from adonno - adopted in my esphome but in my yaml I have only the code for wifi and api key, i guess the rest is imported trough this code lines packages: adonno.tag_reader: github://adonno/tagreader/tagreader.yaml

may I ask for your help, how can i modify the yaml to change this part of the code?