A few days ago I updated HA after about 7 weeks of 77.3... previously I had 3 switches set for Zone 6 which was a Piezo buzzer. I wanted different beep patterns for an Alarm, External Doors opening, and Internal doors opening (Internal to basement and to our rabbit room... in case we leave it open so our cats don't murder the rabbit). After upgrading, I noticed that my piezo buzzers weren't working. Konnected is working, sensors are picking up doors still no problem.
In troubleshooting initially config checked out... then I decided to comment out all but 1 of the switches and it started working in troubleshooting. After uncommenting the other switches and saving... I started getting a config error on those switches.
This is how I had the config previously... it worked just fine in 77.3. I rolled it back and still does. There's not much of a reason for me to upgrade to HA83, but I do prefer staying up to date on updates from a security perspective.
Anyone else run into this or is there another way to nest these switches that I can't figure out that will work?
- id: !secret konnected_device_id_2 binary_sensors: switches: - zone: 6 name: 'Beep External Door BM' momentary: 65 pause: 55 repeat: 3 - zone: 6 name: 'Beep Internal Door BM' momentary: 250 pause: 300 repeat: 2 - zone: 6 name: 'Beep Alarm BM' momentary: 65 pause: 55 repeat: -1