konnected-io / konnected-esphome

ESPHome firmware configuration and recipes for Konnected devices
Other
49 stars 31 forks source link

Add door-open-chime.yaml and add option to set alarm output shared as false #28

Open SteeledKnight opened 6 months ago

SteeledKnight commented 6 months ago

door-open-chime.yaml: Add a package that creates a virtual button that on press pulses on the selected output (usually connected to a piezo buzzer). This would typically be used as a chime to alert when a door has been opened.

alarm_shared: Adding a substitution to enable or disable whether the alarm output is shared. See issue https://github.com/konnected-io/konnected-esphome/issues/27. Default is set to true to follow the current standard.

TheSeubert commented 5 months ago

Love this change and is something I was looking for. The way that the warning alarm is configured as a light seems like an odd unnecessary hack when you can do this.

I commented out the warning-beep package and pasted your package code into my configuration and it works great.