Conversation
…om dropdown select to typeahead list, default empty string; (2) fallback to "pushover" sound only if submitting an empty string
090fea3 to
8a7c5ef
Compare
|
@potrudeau Can you please merge this? |
|
Nice work! |
@elvirusDE Sorry I didn't get to this sooner. I created a fork from this PR and published it. Search for the plugin |
|
@svobs And a following question - only a question. Is there anything you can do for "Ready for Homebridge v2.0".? Thx for all. |
Yup.
No new field, actually. The original version was already storing the However, the v1.03 release added @HolgerAusB's support for the You can also see the changes in the Homebridge UI. For example, from the copy I'm using at home:
You can also compare changes to the source code via my project's GitHub page.
I did do quite a bit of work last year (incomplete work here) to rearchitect the project adhering to the latest Homebridge plugin specs. It ended up being hundreds of lines of code, and I realized that I'd need to commit to extensive testing, which would include IFTTT & email features, which I've never used. So far I've only made changes which affect Pushover. So I ended up shelving it for the time being. There's still some possibility I might pick it up at some future date. But I don't estimate a large number of people are using my fork. TBH it's not clear when Homebridge 2.0 will finally be released...I wonder if by that time, Home Assistant will be so good that everyone will have migrated away from of HomeKit and onto that. |
|
Thank you very much for your really comprehensive feedback. I'll take the plunge and install your fork. I just like the option of having a second channel, i.e. additional (unique) audio to accompany the visual notification. It was to be expected that the switch to HomeBridge v2.0 wouldn't be easy. Nevertheless, thank you for your efforts. Home Assistant as an alternative is also increasingly on my mind. |

Implements issue #25: Simple change which allows custom sounds to be specified for Pushover messages.
This patch:
Soundelement in the UI from a dropdown to a "typeahead" text field which suggests values for the default sounds as the user types.Nothing fancy. It won't provide a list of the user's custom sounds, but it shouldn't be too hard for a user to test out the switch to guard against typos.